We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the 3.7.0 release, we added querying support for Datasets. You can find the code in the #233 PR.
KeenClient-iOS/KeenClient/KeenClient.h
Line 413 in 3d467eb
Like the comments in the code say, you can find detailed API documentation for it here: https://keen.io/docs/api/?shell#retrieving-results-from-a-cached-dataset And here: https://keen.io/docs/compute/cached-datasets/
It would be nice to have an example for it in the README.md though.
The JavaScript section of the API reference is a good example of these docs: https://keen.io/docs/api/?javascript#retrieving-results-from-a-cached-dataset
Let me know if you have any questions!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the 3.7.0 release, we added querying support for Datasets. You can find the code in the #233 PR.
KeenClient-iOS/KeenClient/KeenClient.h
Line 413 in 3d467eb
Like the comments in the code say, you can find detailed API documentation for it here: https://keen.io/docs/api/?shell#retrieving-results-from-a-cached-dataset
And here: https://keen.io/docs/compute/cached-datasets/
It would be nice to have an example for it in the README.md though.
The JavaScript section of the API reference is a good example of these docs: https://keen.io/docs/api/?javascript#retrieving-results-from-a-cached-dataset
Let me know if you have any questions!
The text was updated successfully, but these errors were encountered: