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 to get pagination metadata from client? #59

Open
laurieb opened this issue Jul 3, 2017 · 0 comments
Open

How to get pagination metadata from client? #59

laurieb opened this issue Jul 3, 2017 · 0 comments

Comments

@laurieb
Copy link

laurieb commented Jul 3, 2017

Hi,

Is there any way to get the pagination meta data using the JSON client? I want to get the total number of resources. Reading through the code it looks like it is discarded?

{
    "jsonapi": {
        "version": "1.0"
    },
    "meta": {
        "page": {
            "offset": 0,
            "limit": 50,
            "total": 1364
        }
    },

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