amugofjava / podcast_search

A simple library providing programmatic access to the iTunes search API for podcasts.
MIT License
41 stars 26 forks source link

Can the top podcasts be paginated? #12

Closed srihariash999 closed 1 year ago

srihariash999 commented 1 year ago

My question is just that, can the top podcasts be paginated? I don't think podcast_search should take care of the pagination aspect but can we just pass in an offset variable that can be used to get a specific page?

I couldn't find any documentation of that top podcasts api from itunes online so I couldn't confirm if this is even possible? Can you please look this up and let me know? Because it'd be much more useful to get a paginated response from itunes which I can directly use in my app.

amugofjava commented 1 year ago

As far as I know, the iTunes API allows you to limit the number of results but does not provide any way to paginate or offset results per call.