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
adamkasprowicz opened this issue Aug 9, 2019 · 0 comments
Open

additional params in GET request #65

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

Comments

@adamkasprowicz
Copy link
Contributor

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.

@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