Skip to content
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
Compare
Choose a tag to compare
@sathipal sathipal released this 05 Oct 09:00
· 384 commits to master since this 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.