openapi-generator/samples/client/petstore/elixir
Paŭlo Ebermann 4b9988c4f2 Update samples for several language (just whitespace changes, reordering, VERSION) (#5828)
* Update samples for several languages.

Just whitespace changes and some reordering where the order doesn't matter.

* Adding generated .swagger-codegen/VERSION files.
2017-06-14 01:17:31 +08:00
..
.swagger-codegen Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
config [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00
lib/swagger_petstore Add alias type definitions for Java 2017-04-17 12:58:31 -07:00
test [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00
.swagger-codegen-ignore [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00
mix.exs [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00
README.md [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00

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.