openapi-petstore
openapi-petstore copied to clipboard
The pet store sample
When just requesting for the inventory, the second request works perfectly fine. However, when you add a pet before, it fails with a 500 server error. ``` curl \ --request...
i did a gradle init to generate a gradle.build from the pom.xml, but I'm having issues configuring the org.openapitools:openapi-generator-gradle-plugin. getting errors with the build.
https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
By specifying more constraints in the openapi.yaml file we can avoid possible exceptions and internal server errors and instead get descriptive validation messages on bad input. The curl -D- -X...
This PR prepares the possibility to deploy the artifacts to a maven repository (in addition to the docker image). * Version is now `3.0.0-SNAPSHOT` to add the possibility to perform...