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

When you use REST Docs with Gradle there are a few things that need to be configured: 1. `snippetsDir` extra property 2. Additional output directory on the `test` task that...

type: enhancement

There seems to be an assumed dependency on Xalan in org.springframework.restdocs.payload.XmlContentHandler of spring-restdocs-core-2.0.3.RELEASE.jar. Line 180 has this: ``` transformerFactory.setAttribute("indent-number", 4) ``` Saxon uses "indent-spaces" attribute for the same thing, so...

type: bug

Reproducible repository at: https://github.com/unlimitedsola/restdocs-empty-body-issue The generated asciidoc doesn't contain any request body/parameter

status: waiting-for-triage

In our auto-documentation extension https://github.com/ScaCap/spring-auto-restdocs we are trying to automate documentation as much as possible by introspecting code. For this we created extensions of Snippets which are dependent on some...

status: waiting-for-triage

You can see in [this Stack Overflow question](http://stackoverflow.com/q/37860530/2587435), that when posting Multipart data, often there is binary data, which causes the resulting snippet to be a large amount of garbled...

type: enhancement

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

type: enhancement

Not sure if this is the right place to ask this question but maybe it directly translates to a feature request. Let our payload be as follows: ```json { "data":...

type: enhancement

With complex, heavily nested payloads some people have found the table of fields that's currently produced by the request and response fields snippets a little difficult to use when trying...

type: enhancement

Spring Data REST can provide a JSON schema for each repository. Explore the possibility of using the returned schema to automatically generate documentation of request and response structure.

type: enhancement

What do you guys think about supporting postman collections? It should be possible to integrate them in a similar manner as the curl documentation, although it could be tricky because...

type: enhancement