Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Pagination option names deviate from query param names #5

Closed
jeffandersen opened this issue Nov 10, 2013 · 1 comment · Fixed by #6
Closed

Pagination option names deviate from query param names #5

jeffandersen opened this issue Nov 10, 2013 · 1 comment · Fixed by #6
Labels

Comments

@jeffandersen
Copy link
Contributor

The client should take options matching the actual request going out:

https://developers.goinstant.com/v1/rest-api/index.html#query-parameters

@stash
Copy link
Contributor

stash commented Nov 10, 2013

Right now, in the code, we've got pageNumber, etc. defined. The server ignores them since it expects page_number=N, not pageNumber=N

ianlivingstone added a commit that referenced this issue Nov 12, 2013
Allow client to be instantiated without credentials
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants