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

additional params in GET request #65

Open
grain209 opened this issue Aug 9, 2019 · 0 comments
Open

additional params in GET request #65

grain209 opened this issue Aug 9, 2019 · 0 comments
Labels

Comments

@grain209
Copy link
Contributor

grain209 commented Aug 9, 2019

eg
https://keen.io/docs/api/?javascript#inspect-all-collections

client
  .get({
    url: client.url('events'),
    api_key: client.readKey(),
    include_schema: false
  })
  .then(res => {
    // Handle response
  })
  .catch(err => {
    // Handle error
  });

the code above doesn't work as expected -include_schema is not included in the request.

@grain209 grain209 added the bug label Aug 9, 2019
@apryka apryka self-assigned this Sep 12, 2019
@apryka apryka removed their assignment Sep 23, 2019
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