You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hello!
I'm using this function to get pins from board:
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 functionfunc (*BoardsPinsController) Fetch
returns only pins and error. Thanks!The text was updated successfully, but these errors were encountered: