spring-restdocs
spring-restdocs copied to clipboard
Test-driven documentation for RESTful services
#42 added support for resolving constraint descriptions for a property on a class. This works well for simple payloads. For more complex payloads it would be useful to be able...
Inspired by [this question](http://stackoverflow.com/questions/33680699/spring-restdocs-document-links-in-child-documents) on Stack Overflow from @matsev. I had always assumed that links in embedded resources would be documented as part of the embedded resource's documentation, rather than...
gh-887 - Groups can be obtained from configuration (key: **groups**) - As an alternative solution, `ConstraintDescriptions` can be extended with additional methods with `groups` as an argument. P.S. docs also...
Hi, I have two JSON string. ```json { "a": { "b": [ { "c": "c1" } ] } } ``` ```json { "a": [ { "b": [ { "c": "c1"...
Adding an `icon.svg` improves readability and consistency in IntelliJ’s spring project view(and it looks better) Steps: - Added an SVG project icon to `.idea/icon.svg`, converted from the official PNG logo...
See #944 for background. In addition to the existing support for modifying the URI's scheme, host, and port, it would also be useful to be able to manipulate its path...