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

hapi-tutorial pagination plugin options.results [error] #1

Closed
oliyg opened this issue Sep 17, 2018 · 0 comments
Closed

hapi-tutorial pagination plugin options.results [error] #1

oliyg opened this issue Sep 17, 2018 · 0 comments

Comments

@oliyg
Copy link

oliyg commented Sep 17, 2018

doc:

The results
name: the name of the results array, results by default.
reply: Object with:
paginate: The name of the paginate method (see below), paginate by default.

  results: {
    name: 'results',
    reply: {
      paginate: 'paginate',
    }
  },

hapi-tutorial:

  results: {
    name: 'results',
  },
  reply: {
    paginate: 'paginate',
  },

@yeshengfei

@oliyg oliyg closed this as completed Sep 17, 2018
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