Closed yazdipour closed 5 months ago
This pull request updates the docstring for the get_articles method in the omnivoreql.py file to include information about the default limit of 100 articles. This change ensures that users are aware of the default behavior and can use the limit and cursor parameters to fetch more articles if needed.
Files | Changes |
---|---|
omnivoreql/omnivoreql.py |
Updated the docstring for the get_articles method to specify the default limit of 100 articles. |
To be clear : that means that I can now fetch all my articles using ahigh enough limit? Or is there another limit that you're aware of?
You are right, its basically max 100 not default 100. They really need to add doc for their api. also cursor is an integer but api gets string. why? who knows. i am going to adjust it on python side.
Closes #9
ℹ Additional Information