Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with /episodes/byfeedid with since parameter #124

Open
lakexyde opened this issue May 9, 2024 · 0 comments
Open

Issue with /episodes/byfeedid with since parameter #124

lakexyde opened this issue May 9, 2024 · 0 comments

Comments

@lakexyde
Copy link

lakexyde commented May 9, 2024

Thank you very much for this API. It has really helped a lot. I recently built a podcast app using this.

However,there seems to be a bug when using the /episodes/byfeedid endpoint and setting thr since query parameter. It always returns the latest episodes no matter the value used. I presume this should help with pagination by setting the since value.

For example:

Setting the since value to 1970(in seconds) and max to 20 should return a list of episodes. And then sorting the items by published time, using the highest value should result in a more recent items while considering the max items to return. But unfortunately, it returns the latest episodes unless the since value is more recent than the last published date.

I really do hope you resolve this bug. Fetching 1000 episodes is not that effective for my use case.

Thank you 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant