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
Defining resource-level action on a subresource removes the parentId from the path #30
Currently, if I define a resource-level action on a subresource like this:
then the route that gets produced looks like:
This route is missing the parent
{audienceId}
path parameter. It should produce a route that looks like: