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

Unable to retrieve starred entries #74

Closed
jdlms opened this issue Feb 26, 2024 · 1 comment
Closed

Unable to retrieve starred entries #74

jdlms opened this issue Feb 26, 2024 · 1 comment

Comments

@jdlms
Copy link

jdlms commented Feb 26, 2024

I'm unable to retrieve starred entries.

curl --request GET --user "example@example.com:password" https://api.feedbin.com/v2/starred_entries.json correctly returns an array of IDs, however, querying these entries as described with GET /v2/entries.json?ids=4088,4089,4090,4091 with any number of appropriate IDs returns a response of no matches found.

Additionally, curl --request GET --user "example@example.com:password" https://api.feedbin.com/v2/entries.json?starred=true returns the same response: no matches found.

Please let me know if I am doing something wrong or the API is broken.

@jdlms
Copy link
Author

jdlms commented Feb 28, 2024

Appears to have been an issue with my password using * or ? characters in ohmyzsh.

@jdlms jdlms closed this as completed Feb 28, 2024
This issue was closed.
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