-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Pagination #56
Comments
Stripe's Python client makes this really nice: https://stripe.com/docs/api/pagination/auto?lang=python |
I think |
Yeah good point. I just want to be able to get all the things. If |
Resolved by #189 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The README says "You can list all the predictions you've run" with
replicate.predictions.list()
, but it's actually just the last 100.TODO: https://github.com/replicate/replicate-python/blob/b5c94939de581ff2bb428da1e33dc77240e380b8/replicate/prediction.py
API docs: https://replicate.com/docs/reference/http#get-predictions
The text was updated successfully, but these errors were encountered: