mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Enhance /indexer/schema API endpoint #155
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Prowlarr#155
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?
Originally created by @bakerboy448 on GitHub (Jun 20, 2021).
Originally assigned to: @bakerboy448 on GitHub.
Is your feature request related to a problem? Please describe.
/API/v1/indexer/schema returns all indexer details which is useful to create a list of supported indexers but has some issues.
"infoLink"points to"https://wikijs.servarr.com/prowlarr/supported#{indexer-name}""infoLink"point to"infoLink": "https://wikijs.servarr.com/prowlarr/supported#cardigann"many indexers are missing a descripton
Describe the solution you'd like
"infoLink"to point to"https://wikijs.servarr.com/prowlarr/supported-indexersDescribe alternatives you've considered
Additional context
Enhancements will allow easier automation of outputting a table of supported indexers.
@bakerboy448 commented on GitHub (Jun 21, 2021):
github.com/Prowlarr/Prowlarr@9e64acd407/src/Prowlarr.Api.V1/ProviderResource.cs (L42)