Skip to content

API Docs

Alex Reichert edited this page Sep 15, 2020 · 2 revisions

Work in progress

Documentation for the API is available via Swagger/OpenAPI. The best way to access them at the moment is to run the following in your dev environment:

mix phx.swagger.generate 

This will generate a file which can be found at priv/static/swagger.json.

Once this is generated, you can view the Swagger UI at http://localhost:4000/api/swagger/index.html

Clone this wiki locally