Enhance /indexer/schema API endpoint #155

Closed
opened 2026-02-20 09:39:41 -05:00 by deekerman · 1 comment
Owner

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}"

    • Cardigann Indexers "infoLink" point to "infoLink": "https://wikijs.servarr.com/prowlarr/supported#cardigann"
  • many indexers are missing a descripton

Describe the solution you'd like

  • Change all "infoLink" to point to "https://wikijs.servarr.com/prowlarr/supported-indexers
  • Enhance all indexers to include descriptions

Describe alternatives you've considered

  • n/a

Additional context

Enhancements will allow easier automation of outputting a table of supported indexers.

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.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> - /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}"` - Cardigann Indexers `"infoLink"` point to `"infoLink": "https://wikijs.servarr.com/prowlarr/supported#cardigann"` - many indexers are missing a descripton **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> - Change all `"infoLink"` to point to `"https://wikijs.servarr.com/prowlarr/supported-indexers` - Enhance all indexers to include descriptions **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> - n/a **Additional context** <!-- Add any other context or screenshots about the feature request here. --> Enhancements will allow easier automation of outputting a table of supported indexers.
Author
Owner

@bakerboy448 commented on GitHub (Jun 21, 2021):

@bakerboy448 commented on GitHub (Jun 21, 2021): - InfoLink is here https://github.com/Prowlarr/Prowlarr/blob/9e64acd4072c7c975d348beba4fbfe49d2bdfdfb/src/Prowlarr.Api.V1/ProviderResource.cs#L42 - Indexer descriptions, per Q just need to handle cardigann ones; other's fixed in different branch. so need to ID why cardigann ones are not loading
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Prowlarr#155
No description provided.