Closed
Description
- Middleware should check whether or not the route has been configured, create the controller instance, call the specified method:
- GET /{namespace}/{entities}/
- GET /{namespace}/{entities}/{id}
- POST /{namespace}/{entities}/
- PATCH /{namespace}/{entities}/{id}
- DELETE /{namespace}/{entities}/{id}
- Support Relationship Links:
- "self": "http://example.com/articles/1/relationships/author"
- "related": "http://example.com/articles/1/author"
- Check to see if there is a controller override specified (interface vs. abstract vs. concrete controller), if so call the override methods instead
- Convert entities to JsonApiDocuments
- Convert JsonApiDocuments to entities
- End the request pipeline
- Consider using AutoMapper to map from the model to a JsonApiResource
- CI build setup
- Create Model to Resource Mapping automatically if it is not defined #3 : Resource mapping
- Querying records #9 : Querying Records
Metadata
Metadata
Assignees
Labels
No labels