Is your feature request related to a problem? Please describe.
Then /media/user_medias route only returns the last e.g. 50 medias, and there is no way of telling it "get the 50 medias before the 50 you fetched last time" - or in other words: paginate ;-)
Describe the solution you'd like
I'd like to have the pagination that instagrapi provides also implemented in instagrapi-rest. :-)
Describe alternatives you've considered
Not using instagrapi-rest... which would be a shame, because quick testing shows that it's working really nicely!
I understand that you're trying to get more paying users for that service, but as i'm just building a small "private" tool, i rather stay on free options.
Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
Is your feature request related to a problem? Please describe. Then
/media/user_medias
route only returns the last e.g. 50 medias, and there is no way of telling it "get the 50 medias before the 50 you fetched last time" - or in other words: paginate ;-)Describe the solution you'd like I'd like to have the pagination that
instagrapi
provides also implemented ininstagrapi-rest
. :-)Describe alternatives you've considered Not using instagrapi-rest... which would be a shame, because quick testing shows that it's working really nicely!