1st November 2022

The new version of the IOTICS API v.0.0.16 has been released to standardise the use of Twin ID across the API. Iotics-host-lib has been deprecated.

⚡ Breaking changes

  1. Standardisation of Twin ID
  • CRUD operations return the local hostId as part of the response payload.
  • REST endpoints accept hostId (local or remote) in the path parameter.
  • STOMP topic accepts hostId (local or remote) in the path parameter.

For more details, including code examples, please go to this page .

  1. Deprecation of iotics-host-lib

Iotics-host-lib has been deprecated and can no longer be used. We recommend that users switch to the Python Client Library.

The Python Client Library is built on top of the IOTICS API (gRPC) for improved performance. An introduction to gRPC and an overview of the supported client libraries can be found here.

For more details, including code examples, have a look at this page.


If your code is erroring

  • Check if you're using iotics-host-lib. It has been deprecated and we advise you to switch to the Python Client Library. More details on how to do this can be found here.
  • Check if you have correctly updated all API functions referencing Twin ID. More details, including a complete list and code examples can be found here.

If you have any questions please contact IOTICS Support.