You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
# Author [/author/{id}]- Parameters
- id (number) - Id of the author
- Attributes
- email (string) - Email of the author
## Retrieve Author [GET]- Relation: self
-Response200(application/json)- Attributes (Author)
I want to be able express that another resource affords the "Retrieve Author" action without the need to duplicate the "Retrieve Author".
For example like this:
# Blog Post [/blogpost/{id}]- Parameters
- id (number) - Id of the Blog Post
- Attributes
- content (string) - Content of the Blog Post
## Retrieve [GET]- Relation: self
-Response200(application/json)- Attributes (Blog Post)
##Action Retrieve Gist Author - Relation: author (Author[self])
This enables linking of the resources and hence HATEOAS description.
Given this blueprint (currently valid syntax):
I want to be able express that another resource affords the "Retrieve Author" action without the need to duplicate the "Retrieve Author".
For example like this:
This enables linking of the resources and hence HATEOAS description.
To be addressed in draft APIB RFC
The text was updated successfully, but these errors were encountered: