This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
com.ibm.messaging/watson-iot v0.2.2
Pre-release
Pre-release
The library artifact is pushed to the maven. Use the following maven dependency to include this library in your java application.
<dependency>
<groupId>com.ibm.messaging</groupId>
<artifactId>watson-iot</artifactId>
<version>0.2.2</version>
</dependency>
List of changes
- Added HTTP interface for publishing commands
- Added new HTTP interface for publishing device events. Both application and devices can publish events using this new interface. The APIs using the old interface is deprecated.