Helper functions for accessing Dendra metadata and downloading large datasets
Dendra API enforces a 2000 record limit on datapoint requests. This library automates paging through large datasets until you get the entire record set.
Various accessor functions make pulling metadata easier.
In general, the following are true:
- GET functions will pull all the metadata available for one thing. They have options for refining the returned metadata.
- LIST functions will provide the name and ID of all available things in a category.
- LOOKUP functions provide convenience methods for more complicated queries.