openapi-generator/samples/client/petstore/elixir
2018-05-08 16:44:51 +08:00
..
.openapi-generator Update Elixir Petstore with OAS2 (#316) 2018-05-04 17:43:14 +08:00
config [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00
lib/openapi_petstore update default value for elixir (#319) 2018-05-05 01:37:48 +08:00
test [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00
.gitignore [Elixir] Improve Elixir client (#6550) 2017-09-28 09:32:17 +08:00
mix.exs update default value for elixir (#319) 2018-05-05 01:37:48 +08:00
pom.xml [Elixir] Add Elixir Petstore sample to Shippable CI (#6575) 2017-09-27 20:53:27 +08:00
README.md update default value for elixir (#319) 2018-05-05 01:37:48 +08:00

OpenapiPetstore

This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: " \

Installation

If available in Hex, the package can be installed by adding openapi_petstore to your list of dependencies in mix.exs:

def deps do
  [{:openapi_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/openapi_petstore.