Skip to content

getlago/lago-openapi

Repository files navigation

Lago OpenAPI

Open API specification for Lago project

License: AGPLv3

Usage

This repository is used to serve http://swagger.getlago.com/

Documentation

The Lago documentation is available at doc.getlago.com.

Contributing

The contribution documentation is available here

License

Lago is distributed under the AGPLv3 License.

Read more here.

Local development

Install dependencies

npm install

Build openapi.yaml

npm run build

Lint

npm run test