Skip to content

Commit f0895e6

Browse files
committed
API
1 parent b21dba4 commit f0895e6

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,14 @@ urlFragment: "csharp-rest-api"
1717
# Create a minimal API with .NET Core
1818

1919
## Features
20-
You can use JSON requests with any capitalization to retrieve JSON responses using SQL Server’s built-in JSON format support, without the need for additional classes or objects.
21-
22-
You can define dynamic actions and handle requests with controllers.
23-
24-
You can see the Json request samples in the Swagger UI, along with the action methods in a dropdown menu.
25-
26-
You can validate your Json requests with Json schemas to ensure data quality and consistency.
27-
28-
You can use Ocelot API Gateway to streamline the routing and authentication of your requests.
29-
30-
You can monitor the health and performance of your microservices, RabbitMQ, and SQL Servers with Health Checks service.
31-
32-
You can communicate and coordinate with other microservices using RabbitMQ, which allows you to publish, subscribe, and receive events.
33-
34-
You can access, analyze, and enhance data from Microsoft 365 with Graph API.
20+
* You can use JSON requests with any capitalization to retrieve JSON responses using SQL Server’s built-in JSON format support, without the need for additional classes or objects.
21+
* You can define dynamic actions and handle requests with controllers.
22+
* You can see the Json request samples in the Swagger UI, along with the action methods in a dropdown menu.
23+
* You can validate your Json requests with Json schemas to ensure data quality and consistency.
24+
* You can use Ocelot API Gateway to streamline the routing and authentication of your requests.
25+
* You can monitor the health and performance of your microservices, RabbitMQ, and SQL Servers with Health Checks service.
26+
* You can communicate and coordinate with other microservices using RabbitMQ, which allows you to publish, subscribe, and receive events.
27+
* You can access, analyze, and enhance data from Microsoft 365 with Graph API.
3528

3629
> [!TIP]
3730
> **JSON Schema** serves multiple purposes, one of which is **validating JSON instances**. These examples will help you make the most of your JSON Schemas: https://json-schema.org/learn/miscellaneous-examples

0 commit comments

Comments
 (0)