-
Notifications
You must be signed in to change notification settings - Fork 739
Open
Labels
type: enhancementEnhancement that adds a new featureEnhancement that adds a new feature
Description
It would be useful to be able to document a resources URI as part of documenting a given resource, this could use the custom scheme, server and port as configured in mock mvc.
It would be great if it could also include placeholders so output could something like
http://api.example.com/resources
for a collection, or
http://api.example.com/resources/{id}
For an individual resource
Bonus points if it could also produce a path variable table that could describe path variables like {id} above.
This would be obviously useful to document consumers, but also for producers as they wouldn't have to coordinate between the request snippets produced by restdocs and 'hardcoded' URIs in the asciidoc templates.
Metadata
Metadata
Assignees
Labels
type: enhancementEnhancement that adds a new featureEnhancement that adds a new feature