Intro base
The SDK module provides a convenience wrapper around the standard Cumulocity REST API (see also the OpenAPI documentation).
The CumulocityRestClient class provides the
fundamental wrapping around authentication and basic get, post,
put, delete commands. The CumulocityClient
class is your entrypoint into higher level funct ions, grouped by
contexts like inventory, users, and measurements. Each of these
contexts is documented in detail within the
main-api-classes section.
The DeviceRegistryClient class provides an additional entry point for devices, wrapping the entire bootstrap mechanism. See also the Device integration documentation at Cumulocity.