You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed a bug in get_count for when no additional filter parameter was provided.
Switching to withTotalElements instead of withTotalPages in get_count implementations.
Adding select, get_all and get_count functions to Binaries API and Operations API.
Adding c8y_tk.analytics.parallel module and ParallelExecutor class which can be used to reduce I/O wait
time through concurrent API requests and asynchronous result collection.