mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed JSONLD schema generation of API documentation
This commit is contained in:
parent
1e52ec42ca
commit
90518056cd
3 changed files with 75 additions and 1 deletions
|
@ -67,6 +67,8 @@ This schema is a machine readable description of the API, which can be imported
|
|||
|
||||
API generators which can generate a client library for the API from the schema are available for many programming languages, like [OpenAPI Generator](https://openapi-generator.tech/).
|
||||
|
||||
An JSONLD/Hydra version of the schema is also available under `/api/docs.jsonld` (so `https://your-part-db.local/api/docs.jsonld`).
|
||||
|
||||
## Interactive documentation
|
||||
|
||||
Part-DB provides an interactive documentation for the API, which is available under `/api/docs` (so `https://your-part-db.local/api/docs`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue