mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Create OpenAPI 3.0 specification #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andrewrabert on GitHub (Dec 11, 2018).
Documentation the HTTP API in OpenAPI 3.0 format.
https://swagger.io/specification/
@sparky8251 commented on GitHub (Jan 10, 2019):
Should this maybe be moved to the Jellyfin docs repo?
@cvium commented on GitHub (Jan 18, 2019):
It would be nice if we could get rid of ServiceStack and just use Web API or something. Then we can use https://github.com/RSuter/NSwag or https://github.com/domaindrivendev/Swashbuckle.AspNetCore to generate the spec.