Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cowboy Swagger OpenAPI 3.0.0 Example

To try this example, you need GNU rebar3 , git and Erlang in your PATH.

  rebar3 release

To start the example server in a interactive way do this:

  _build/default/rel/example/bin/example console

Now, if we point our favorite web browser at http://localhost:8080/api-docs, we should see the swagger API doc.