Closed yazdipour closed 5 months ago
This pull request updates the get_articles
method in the omnivoreql.py
file to accept an integer cursor instead of a string. This change ensures that the cursor parameter is now an integer, which aligns with the expected data type for pagination purposes. Additionally, the docstring has been updated to reflect this change and provide clearer information on the parameters.
Files | Changes |
---|---|
omnivoreql/omnivoreql.py |
Updated the get_articles method to accept an integer cursor and revised the docstring for clarity. |
Summary by Sourcery
This pull request updates the get_articles method to accept an integer cursor for pagination, fixing a bug. Additionally, it clarifies the method's documentation regarding the maximum number of articles that can be fetched and the cursor parameter.