Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 751 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 751 Bytes

LinkAce API - Reference and Documentation

Link to main repository

This is the official reference of the LinkAce API. The complete reference, based on OpenAPI v3.0, can be found under openapi/LinkAce-API.v1.yaml.

The documentation of the API reference is deployed to Cloudflare Pages with the help of Redoc.

Local Development

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.

License

The reference and documentation is licensed under GNU GPL v3 like LinkAce itself.