mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
Initial docs rewrite using Vuepress
This commit is contained in:
parent
e7191def02
commit
2b259869a0
47 changed files with 8276 additions and 1397 deletions
8
docs/content/api.md
Normal file
8
docs/content/api.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# API documentation
|
||||
|
||||
PluralKit has a REST API for third-party app integration.
|
||||
|
||||
The API is documented using [OpenAPI v3](https://swagger.io/specification/), and the schema file can be found [on the repository](https://github.com/xSke/PluralKit/blob/master/PluralKit.API/openapi.yaml).
|
||||
|
||||
An online rendered version of the schema can be seen on Swagger using the link below:
|
||||
[**https://app.swaggerhub.com/apis-docs/xSke/PluralKit/1.0**](https://app.swaggerhub.com/apis-docs/xSke/PluralKit/1.0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue