spring-restdocs icon indicating copy to clipboard operation
spring-restdocs copied to clipboard

Test-driven documentation for RESTful services

Results 46 spring-restdocs issues
Sort by recently updated
recently updated
newest added

#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...

type: enhancement

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...

type: enhancement

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...

status: waiting-for-triage

Hi, I have two JSON string. ```json { "a": { "b": [ { "c": "c1" } ] } } ``` ```json { "a": [ { "b": [ { "c": "c1"...

status: waiting-for-triage
status: feedback-provided