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

Added 'n' param to fetch_articles method #28

Merged

Conversation

tosborne-slalom
Copy link
Contributor

Adding n param to fetch_articles method in order to include in request to stream/contents/[streamId] endpoint. This will be helpful to users who want to increase the number of items returned in order to preserve total API requests and not reach limit too early. Default is 20 returned items if 'n' parameter is not specified in request so would like the ability to set this based on user preference.

Adding n param to fetch_articles method in order to include in request to stream/contents/[streamId] endpoint. This will be helpful to users who want to increase the number of items returned in order to preserve total API requests and not reach limit too early
@Linusp
Copy link
Owner

Linusp commented Apr 25, 2024

Hmm……I hadn't noticed this parameter before your suggestion. Thank you so much for your Pull Request! It looks good to me so I'll merge it and release a new version later. Your contribution will be noted in the release notes. 😄

@Linusp Linusp merged commit 349a1b2 into Linusp:master Apr 25, 2024
2 checks passed
@tosborne-slalom
Copy link
Contributor Author

@Linusp thank you! When do you expect to release the new version? This will be a huge help for my team so I appreciate it whenever you get the chance no rush

@Linusp
Copy link
Owner

Linusp commented Apr 27, 2024

@tosborne-slalom I've made some additional changes, please review them here: #30

@Linusp
Copy link
Owner

Linusp commented May 3, 2024

@tosborne-slalom Thanks for your contribution again. I want to let you know that I have released the new version. Now you can run pip install python-inoreader==0.7.0 to install it.

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

Successfully merging this pull request may close these issues.

2 participants