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
In the pagination section of the README, line 10 in the example code should be if !page.HasNext { instead of if !page.HasNext() { -- with no parenthesis.
In the pagination section of the README, line 10 in the example code should be
if !page.HasNext {instead ofif !page.HasNext() {-- with no parenthesis.