Open API specification for Lago project
| Project | Release Badge | 
|---|---|
| Lago | |
| Lago OpenAPI | 
This repository is used to serve http://swagger.getlago.com/
The Lago documentation is available at doc.getlago.com.
The contribution documentation is available here
Lago is distributed under the AGPLv3 License.
Read more here.
npm install
You may also need Docker to run some commands.
npm run build
npm run test
To preview the OpenAPI specification using Redoc, you can use the following command:
npm run preview:redoclyThis will watch for changes in the OpenAPI specification files and automatically rebuild and reload them.
The Redoc documentation will be available at http://localhost:8080/.
To preview the OpenAPI specification using Swagger UI, as on https://swagger.getlago.com, you can use the following command:
npm run preview:swaggerThe Swagger UI will be available at http://localhost:8080/.