We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I imagine something like?
new InstagramPosts({ username: 'steveaoki', limit: 20, }).then((posts) => { posts.length === 20; });
and it seems profiles load 12 posts now. So perhaps by specifying a page parameter instead to control how many request (I'm assuming) must be made.
page
The text was updated successfully, but these errors were encountered:
nope - there's no limit or page parameter, but there is a .destroy method that you can use to stop it.
.destroy
Sorry, something went wrong.
hello, how to utilise the destroy method?
Nice example of destroy, here on gist: https://gist.github.com/Maarius/3a7179480f227daf51135b77635017ee
No branches or pull requests
I imagine something like?
and it seems profiles load 12 posts now. So perhaps by specifying a
page
parameter instead to control how many request (I'm assuming) must be made.The text was updated successfully, but these errors were encountered: