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
The swagger-editor allows clicking on tags and getting all endpoints tagged with that tag. It seems like Apipie only supports one customizable tag, which I'm guessing is the name of the class or the name in the resource_description.
The DSL could work like this:
resource_descriptiondoname'Foo | Bar'tags'Foo','Bar','Baz'short'A bar in the foo namespace that is related to Bazes'end
And/or:
api:POST,'foo/bars'param:relationships,desc: 'A qux object related to the bar can be created here.'resource_tags'Foo','Bar','Baz','Qux'defindex; ...;end
The text was updated successfully, but these errors were encountered:
The
swagger-editor
allows clicking on tags and getting all endpoints tagged with that tag. It seems like Apipie only supports one customizable tag, which I'm guessing is the name of the class or thename
in theresource_description
.The DSL could work like this:
And/or:
The text was updated successfully, but these errors were encountered: