com.telekom.m2m.cot.restsdk.package-info Maven / Gradle / Ivy
/**
* Cloud of Things Java SDK
*
* For further information see Readme.md or https://github.com/cloud-of-things/cot-java-rest-sdk
*
*
*
* To access the cloud of things server you instantiate a {@link com.telekom.m2m.cot.restsdk.CloudOfThingsPlatform}
* with the necessary {@link com.telekom.m2m.cot.restsdk.devicecontrol.CotCredentials}.
* Then you can get all the individual *Api classes for the different parts from the CloudOfThingsPlatform.
*
*
* @since 0.2.0
*/
package com.telekom.m2m.cot.restsdk;