@@ -13,17 +13,17 @@ Based on your schema definition, the package will serve a complete API that
1313conforms to the [ JSON: API specification] ( https://jsonapi.org/format/ ) , including
1414support for:
1515
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**
2727
2828## Documentation
2929
0 commit comments