Javascript toolkit for the AT&T M2X API.
View the M2X Javascript Client README for usage details.
All methods in this client library require an API Key for authentication. There are multiple types of API Keys which provide granular access to your M2X resources. Please review the API Keys documentation for more details on the different types of keys available.
If an invalid API Key is utilized, you will receive the following error when calling client methods:
>>>client.method(...)
Traceback (most recent call last):
...
requests.exceptions.HTTPError: 401 Client Error: Unauthorized