forked from loafle/openapi-generator-original
* Updating samples after #5232. * Fix tests after #5232. * Fix Javascript client tests. * JaxRS server: set serverPort only when not given from outside. * Update JaxRS sample creator scripts to fix serverPort. * Preliminary test fix for JaxRS server generators. * Updating samples for JaxRS with Jersey1/2. * Updating JaxRS samples again.
SwaggerPetstore
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding swagger_petstore
to your list of dependencies in mix.exs
:
def deps do
[{:swagger_petstore, "~> 0.1.0"}]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/swagger_petstore.