@@ -13,17 +13,17 @@ Based on your schema definition, the package will serve a complete API that
13
13
conforms to the [ JSON: API specification] ( https://jsonapi.org/format/ ) , including
14
14
support for:
15
15
16
- - ** Showing** individual resources (` GET /articles/1 ` )
17
- - ** Listing** resource collections (` GET /articles ` )
18
- - ** Sorting** , ** filtering** , ** pagination** , and ** sparse fieldsets**
19
- - ** Compound documents** with inclusion of related resources
20
- - ** Creating** resources (` POST /articles ` )
21
- - ** Updating** resources (` PATCH /articles/1 ` )
22
- - ** Deleting** resources (` DELETE /articles/1 ` )
23
- - ** Content negotiation**
24
- - ** Error handling**
25
- - ** Extensions** including Atomic Operations
26
- - ** Generating OpenAPI definitions**
16
+ - ** Showing** individual resources (` GET /articles/1 ` )
17
+ - ** Listing** resource collections (` GET /articles ` )
18
+ - ** Sorting** , ** filtering** , ** pagination** , and ** sparse fieldsets**
19
+ - ** Compound documents** with inclusion of related resources
20
+ - ** Creating** resources (` POST /articles ` )
21
+ - ** Updating** resources (` PATCH /articles/1 ` )
22
+ - ** Deleting** resources (` DELETE /articles/1 ` )
23
+ - ** Content negotiation**
24
+ - ** Error handling**
25
+ - ** Extensions** including Atomic Operations
26
+ - ** Generating OpenAPI definitions**
27
27
28
28
## Documentation
29
29
0 commit comments