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

Filter by Properties #65

Open
ehubbell opened this issue Aug 6, 2019 · 0 comments
Open

Filter by Properties #65

ehubbell opened this issue Aug 6, 2019 · 0 comments

Comments

@ehubbell
Copy link

ehubbell commented Aug 6, 2019

This lib is good for basic queries but it'd be GREAT if we could filter by additional properties :)

For instance, it'd be great if I could query something like the following:

data = @client.request(
  'events/properties',
  event: @event,
  name: @name,
  filter: ['organizer_id'],
  type: 'unique',
  unit: 'day',
  interval: 7,
  limit: 10
)
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