Release 3.5.2-beta.1
Pre-release
Pre-release
- Adding
select,get_allandget_countfunctions to Binaries API. - Fixing imports for situations where client-side filtering libraries are not imported. The library supports
optional dependncy definitions:c8y_api[filters]to support all available filters,c8y_api[pydf],
c8y_api[jmespath], andc8y_api[jsonpath]to support PyDF, JMESPath or JSONPath accordingly. - Harmonizing page size and limit - the page size of a query should never exceed a given limit (as this would
be pointless). This feature also allows just specifying the limit for a query, the page size will
automatically be adjusted.