Skip to content

vic/swagger-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger

Work in progress

Generate elixir client/server implementation from a swagger spec file.

Installation

If available in Hex, the package can be installed as:

  1. Add swagger to your list of dependencies in mix.exs:
        def deps do
          [{:swagger, "~> 0.0.1"}]
        end
  1. Ensure swagger is started before your application:
        def application do
          [applications: [:swagger]]
        end

About

Generate client and (plug) server code in elixir from a swagger api spec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages