Skip to content

Kovah/LinkAce-API-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.