Justin Mason
Justin Mason
Thank you for reporting it. We'll take a look!
The unit tests for Datasets could also be augmented to check the actual structure of the URL or POST payload that is being sent, and also make sure that in...
Example from PR #128 : "This test seems like it doesn't quite cover all validation. For example it doesn't really test that AnalysisType being unset will ever throw. Maybe separate...
I am thinking I can also use environment markers and `extras_require` here to pick and choose the dependencies in `setup.py`. That doesn't mean we don't need the runtime checks, but...
I'm leaving this bug open, and we'll close it and move to "completed" once the [Access Keys Project](https://github.com/keenlabs/keen-sdk-net/projects/4) is all done.
From PR #96 : ``` // TODO : We can't assume the top-level node is a JSON Object anymore, because parts of the // API we access return a JSON...
Some things like initialization and parameter validation can be shared between whatever these interfaces turn into.
HTTP Proxy support via KeenClient.setProxy() is available as of commits 4613656 and bfb7cad. Is there more that needs to be done here? - One thing I noticed is that KeenQueryClient...
We need to support setting the root authority to something other than https://api.keen.io. Adding support for true HTTP proxying to query functionality and clearing up authenticated proxy support in the...
To be clear, we need to support setting the root authority to something other than https://api.keen.io. Adding support for true HTTP proxying should/will be a separate issue. This way a...