keenlabs / KeenClient-Python

Official Python client for the Keen IO API. Build analytics features directly into your Python apps.
https://keen.io/docs
MIT License
133 stars 58 forks source link

Add support for order_by Alpha feature #134

Closed BlackVegetable closed 6 years ago

BlackVegetable commented 7 years ago

Order By is an alpha feature that sets an ordering for the results given, when paired with "group_by". As of the time of this writing, it doesn't work with POST requests but that will be fixed shortly (an internal PR addresses it.) Because we currently don't query via POST anyway, this should not be an issue in the interim.

BlackVegetable commented 7 years ago

135 solves this