This is the official reference of the LinkAce API. The complete reference, based on OpenAPI v3.0, can be found under openapi/LinkAce-API.v2.yaml.
The documentation of the API reference is deployed to Cloudflare Pages with the help of Redoc.
To start the local development environment, at least Node 16.x is required. Run the following commands in your terminal:
npm install
npm run start
Now open http://localhost:8080 in your browser.
The reference and documentation is licensed under GNU GPL v3 like LinkAce itself.