Skip to content
New issue

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

How can I get next page of pins? #45

Open
a-frony opened this issue Oct 5, 2019 · 0 comments
Open

How can I get next page of pins? #45

a-frony opened this issue Oct 5, 2019 · 0 comments

Comments

@a-frony
Copy link

a-frony commented Oct 5, 2019

Hello!

I'm using this function to get pins from board:

pins, err := client.Boards.Pins.Fetch(
    "BrandonRRomano/go-pinterest",
    &controllers.BoardPinsFetchOptionals{},
)

It loads first 25 pins. If I want more, I should use cursor, but how can I get it? For example function func (*MeFollowersController) Fetch returns *models.Page but this function func (*BoardsPinsController) Fetch returns only pins and error. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant