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

when name_resolver resource is searched pagination parameters are not global. #102

Open
dimus opened this issue Nov 11, 2016 · 1 comment
Labels

Comments

@dimus
Copy link
Member

dimus commented Nov 11, 2016

page and perPage are returned inside of results for every name. They should be global parameters.

@dimus dimus added the bug label Nov 11, 2016
@alexander-myltsev
Copy link
Contributor

alexander-myltsev commented Nov 17, 2016

So, there is additional level of nested array then:

{
  "page": 1,
  "per_page": 1000,
  "items": [{
    "total": 1,
    "matches": []
  }, {
    "total": 2,
    "matches": []
  }]
}

How would we name items then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants