-
http://raml.org/
http://www.restdoc.org/spec.html
http://jsonapi.org/format/
http://petstore.swagger.io/
https://developer.underarmour.com/io-docs
-
Trying to use spring-restdocs but it is tightly coupled to JUnit. The main issue is in RestDocumentation which implements TestRule (JUnit specific). The apply method returns a wrapper to the provided …
-
Hi,
I am creating documentation for my web services using swagger. My project is not having any domain class. The architecture directly works on the payload to pull the required values using JsonPat…
-
Let me just first say that everything builds fine from the command line. So that is not the issue.
I'm trying to build the spring-restdocs project in my IDE, specifically in Netbeans, but I get a bui…
-
Hi,
I try to document something like this :
```
@RequestMapping(value = "exists", method = RequestMethod.POST, consumes = "text/plain")
public void alreadyExist(@PathVariable UUID id, @RequestBody…
-
If you want to create snippets with a different file extension you can't use `StandardWriterResolver` as it hardcodes the `.adoc` extension.
This relates to #124 as Slate uses Markdown.
-
As discussed in osiam/osiam#29, we should write some REST-API docs using [spring-restdocs](https://github.com/spring-projects/spring-restdocs) to get a clear impression on it's capabilities. The `reso…
-
Feedback from @jlstrater:
> When using the rest assured version, the documentation tests fail before other conditions like the status code. I'm not sure if this is by design but it was slightly confu…
-
I am configuring the URIs as described here: http://docs.spring.io/spring-restdocs/docs/current/reference/html5/#configuration-uris
I've observed that generating path parameters documentation using:
.…
-
What is your recommandation to do this?
Just include json manual ( the ones we use in the integr. tests) ?
I know that there is some support for generating request response out of Junit tests,
but ho…