When attempting to get clips via the library, it is currently impossible to fetch over 100 clips. This is because while the get_clips() function allows you to specify a before and after, it does not actually give any access to the pagination object. For some reason, even though the library is apparently capable of iterating over multiple API calls, the function itself still applies a hard cap of 100 clip IDs.
This seems to be a pretty critical oversight, and I'm unfortunately unable to use this library for my project.
(Relevant: #56)
When attempting to get clips via the library, it is currently impossible to fetch over 100 clips. This is because while the
get_clips()function allows you to specify abeforeandafter, it does not actually give any access to thepaginationobject. For some reason, even though the library is apparently capable of iterating over multiple API calls, the function itself still applies a hard cap of 100 clip IDs.This seems to be a pretty critical oversight, and I'm unfortunately unable to use this library for my project.
(Relevant: #56)