3 years ago
Python SDK
I'm looking at using the Python SDK to add some devices.
When I go to define the body of the call (as per the example) it's complaining about Swagger not defined.
QuoteTraceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'swagger_client' is not defined
I can't install 'swagger_client' from pip. Is there some way I should be installing this to use for the SDK?
Any help appreciated.
Thanks