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

Add pageNumber #76

Merged
merged 5 commits into from Feb 1, 2019
Merged

Add pageNumber #76

merged 5 commits into from Feb 1, 2019

Commits on Nov 27, 2018

  1. Add pageNumber to ge a specific page of results

    Also fix pageSize type: number -> integer, because int32 isn't a valid format for number
    Patrick Honing authored and Patrick Honing committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    7fc2208 View commit details
    Browse the repository at this point in the history
  2. Rename some types: number -> integer, because int32 isn't a valid for…

    …mat for number
    Patrick Honing authored and Patrick Honing committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    0c4f6bb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. BUGFIX: Paging can't have multiple keys, so splitting PageSize and Pa…

    …geNumber
    Patrick Honing authored and Patrick Honing committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    deb1590 View commit details
    Browse the repository at this point in the history
  2. Remove default pageNumber to make it completely optional

    Patrick Honing authored and Patrick Honing committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    f1f51b4 View commit details
    Browse the repository at this point in the history
  3. Mage pageNumber optional in response

    Patrick Honing authored and Patrick Honing committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    e4d9a97 View commit details
    Browse the repository at this point in the history