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

V2 API: GET /posts using paramers 'offset' and 'tag' doesn't response posts by correct offset start #89

Open
alexhmm opened this issue Jun 25, 2022 · 0 comments

Comments

@alexhmm
Copy link

alexhmm commented Jun 25, 2022

When creating an issue, please supply as much information as possible, such as the API request you tried, the response you received from the API, what you expected, what API client you are using, etc.

https://www.tumblr.com/docs/en/api/v2#posts--retrieve-published-posts

Bug description

When using api call GET /posts with request parameters offset and tag the response posts starting at a different (and randomly?) position from what is set in offset.
Iterating through posts with the same tag will return in double, triple. etc... occurrences

--> Example call: https://api.tumblr.com/v2/blog/xxx.tumblr.com/posts/?api_key=xxx&offset=5&tag=berlin

Offset is working fine without using the tag request parameter though.

Expected Behaviour:

GET /posts should response the correct offset starting position posts when using offset and tag request parameters.

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