News

The ThingsBoard REST API Client helps you interact with ThingsBoard REST API from your Python script. With Python Rest Client you can programmatically create assets, devices, customers, users and ...
You can generate the json schema directely from a python class using pydantic and use it in the API for register schemas, check versions and test compatibility: Also ...