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

Total_pages attribute missing from channel().get() when using pagination #29

Open
absentees opened this issue Jun 2, 2021 · 1 comment

Comments

@absentees
Copy link

Using channel().get() the docs mention that it will return a total_pages attribute in the Channel Object when using pagination, the following call does not.
Am i missing something?

let p = await arena.channel(CHANNELSLUG).get({ 
        page: 1, 
        per: 100,
      });
@sujan-s
Copy link

sujan-s commented Jul 2, 2022

Same problem, but this repo seems unmaintained.

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

2 participants