Oliver

Results 35 comments of Oliver

Hey @alexisparis , yep, in general, we provide various `document` functions wrappers for mockmvc, restassured and webtestclient as import-swap-replacements for the respective document methods. And then we provide some additional...

Interesting, we are always using FieldDescriptor with a description to leverage Spring restdocs throwing errors when not all/too many fields are documented (missing FieldDescriptor is equivalent to a missing description...

Hey @de-jcup , thanks for the report and sorry that this caused you trouble! Yeah, it's an unfortunate "user" (developer) error. By design (using restdocs field descriptors to generate the...

Hey @virtualdogbert , would you mind posting your `resource.json` of the snippet which might be affected? You'll find those in your project directory under ``` build/generated-snippets/{snippetName}/resource.json ``` If you have...

A little recap to make sure I understand the issue. In https://github.com/ePages-de/restdocs-api-spec/blob/master/restdocs-api-spec-gradle-plugin/src/main/kotlin/com/epages/restdocs/apispec/gradle/RestdocsApiSpecPlugin.kt : * We define 3 extensions with the names `openapi`, `openapi3` and `postman` * We define 3 tasks...

> Any progress on this? No one is working on this issue, afaik.

Hey @Somebody25 , a pretty-printed JSON is still machine-readable, is it? :) Do you need minimized file sizes? I cannot reproduce your postman issue: When I use the postman gradle...

Thanks for the input @m-schroeer ! You mentioned redoc, so this might be similar: https://github.com/ePages-de/restdocs-api-spec/issues/111 (where the OpenAPI 2 yaml generator apparently doesn't rendered the examples correctly as object but...

Have you tried using the Postman gradle-plugin, generating the Postman Collection and importing this instead, @thugcee ? I haven't used Postman's OpenAPI 3 YAML import yet, but using the Postman...

Hey @aliaksei-taliuk , this project supports automatically generating the JSON schema constraints based on Bean Validation constraints, see https://github.com/ePages-de/restdocs-api-spec#documenting-bean-validation-constraints Are those docs sufficient?