Skip to content

Pagination/Batch feed id lookup #150

@lzinga

Description

@lzinga

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions