-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I have a list of Ids I want to query so it grabs them all right now it appears I would have to use https://podcastindex-org.github.io/docs-api/#get-/podcasts/byfeedid individually for each one instead of just passing in an array of integers. This wouldn't even be a big deal if the list was huge because you could implement pagination that returns a default page size.
Right now, I could query for each id and cache it locally but that is still significantly more hits than if it was a paginated endpoint.
I tried looking for the actual source code itself for the API to see if I could add an option for it but have been unable to actually find anything regarding it.
Metadata
Metadata
Assignees
Labels
No labels