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

Pagination is not working #4857

Closed
Kreijstal opened this issue Jun 5, 2018 · 2 comments
Closed

Pagination is not working #4857

Kreijstal opened this issue Jun 5, 2018 · 2 comments

Comments

@Kreijstal
Copy link
Member

Describe the bug

Pagination parameters are not working or are not being parsed. Are they implemented?

To Reproduce
Steps to reproduce the behavior:

  1. Go to any API resource
  2. Try to use pagination parameters like page[number]
  3. see error

Expected behavior

It should return the results but paginated
Stacktrace

{
  "errors": [
    {
      "status": 400,
      "source": {
        "parameter": "page%5bsize%5d"
      },
      "title": "Bad request",
      "detail": "Parse error"
    }
  ],
  "jsonapi": {
    "version": "1.0"
  }
}
@ShubhamBansal1997
Copy link
Member

@Kreijstal Would like to work on this.

@Kreijstal
Copy link
Member Author

Okay basically it was external apiaryio/api-blueprint#430

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