vic/swagger-elixir
Generate client and (plug) server code in elixir from a swagger api spec.
{ "defaultBranch": "master", "description": "Generate client and (plug) server code in elixir from a swagger api spec.", "fullName": "vic/swagger-elixir", "homepage": "", "language": "Elixir", "name": "swagger-elixir", "pushedAt": "2016-06-13T08:26:53Z", "stargazersCount": 9, "updatedAt": "2021-10-07T22:35:42Z", "url": "https://github.com/vic/swagger-elixir"}Swagger
Section titled “Swagger”Work in progress
Generate elixir client/server implementation from a swagger spec file.
Installation
Section titled “Installation”If available in Hex, the package can be installed as:
- Add swagger to your list of dependencies in
mix.exs:
def deps do [{:swagger, "~> 0.0.1"}] end- Ensure swagger is started before your application:
def application do [applications: [:swagger]] end