mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #2925] [MERGED] Enhance Swagger Generation #9094
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#9094
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/2925
Author: @crobibero
Created: 4/19/2020
Status: ✅ Merged
Merged: 5/3/2020
Merged by: @Bond-009
Base:
api-migration← Head:redoc📝 Commits (10+)
8a7e4cdadd redoce72a543Add Redoc, move docs to api-docs/5da88faEnable string enum converter72745f4fix formattingfff2a40Remove StringEnumConverter14c94b4Merge branch 'api-migration' of https://github.com/jellyfin/jellyfin into redoc3ab61dbbump swashbuckle2542a27Fix documentation endpoint for use with baseUrl041d674Fix swagger ui Document Title890e659Fix autolaunch & redirect of swagger.📊 Changes
6 files changed (+57 additions, -12 deletions)
View changed files
📝
Emby.Server.Implementations/Browser/BrowserLauncher.cs(+3 -1)📝
Jellyfin.Api/Jellyfin.Api.csproj(+2 -1)📝
Jellyfin.Server/Extensions/ApiApplicationBuilderExtensions.cs(+29 -7)📝
Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs(+21 -1)📝
Jellyfin.Server/Program.cs(+1 -1)📝
Jellyfin.Server/Startup.cs(+1 -1)📄 Description
Add Redoc as a swagger parser
Move docs to /api-docs/swagger and /api-docs/redoc
Enable xmldoc files to swagger gen
Enable json string enum converter
Part of #2872
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.