A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23
stars
7
forks
source link
Redirecting/linking to subresrouces should return an array of IDs. #39
When redirecting or returning a subresource, Reslang should return an array of IDs.
e.g. parent/12/subresourceA/34/subresourceB/56 -> [12, 34, 56]