openapi-generator/samples/client/petstore/elixir
niku 62627f20bc [Elixir Client]Improve elixir client typings (#6665)
* [Elixir Client] Improve primitive typings

* [Elixir Client] Add type to models

Fix following dialyzer warnings in the sample:

```
:0: Unknown type 'Elixir.SwaggerPetstore.Model.ApiResponse':t/0
:0: Unknown type 'Elixir.SwaggerPetstore.Model.Client':t/0
:0: Unknown type 'Elixir.SwaggerPetstore.Model.Order':t/0
:0: Unknown type 'Elixir.SwaggerPetstore.Model.OuterBoolean':t/0
:0: Unknown type 'Elixir.SwaggerPetstore.Model.OuterComposite':t/0
:0: Unknown type 'Elixir.SwaggerPetstore.Model.OuterNumber':t/0
:0: Unknown type 'Elixir.SwaggerPetstore.Model.OuterString':t/0
:0: Unknown type 'Elixir.SwaggerPetstore.Model.Pet':t/0
:0: Unknown type 'Elixir.SwaggerPetstore.Model.User':t/0
```
2017-10-17 21:59:25 +08:00
..
.swagger-codegen [Elixir] Add Elixir Petstore sample to Shippable CI (#6575) 2017-09-27 20:53:27 +08:00
config [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00
lib/swagger_petstore [Elixir Client]Improve elixir client typings (#6665) 2017-10-17 21:59:25 +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
.swagger-codegen-ignore [WIP] Add elixir client (#4675) 2017-01-30 17:40:55 +08:00
mix.exs [Elixir] Improve Elixir client (#6550) 2017-09-28 09:32:17 +08:00
pom.xml [Elixir] Add Elixir Petstore sample to Shippable CI (#6575) 2017-09-27 20:53:27 +08:00
README.md [Elixir] Improve Elixir client (#6550) 2017-09-28 09:32:17 +08:00

SwaggerPetstore

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 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.