vodafonem2m

Provides access to Vodafone M2M endpoints via the REST API.


Keywords
Vodafone, M2M, Python, API
License
GPL-3.0
Install
pip install vodafonem2m==0.3.1

Documentation

vodafonem2m (Unofficial)

Provides access to Vodafone M2M endpoints via the REST API.

Install

pip install vodafonem2m

Basic Usage

from vodafonem2m.m2m_device import M2MDevices

username = "youremail@company.com"
password = "password"
client_id = "api_key"
client_secret = "api_secret"

m2m = M2MDevices(username, password, client_id, client_secret)

home_doc = m2m.get_home_document()