Wrapper Class for Lotame API.
Wrapper class for Lotame REST API.
- Python 3.8 (tested)
To provide a generic wrapper Lotame API
Instantiate
from lotame import Api, Credentials, FirehoseService, BehaviorService
api = Api(Credentials(client_id='xxx', token='yyy', access='zzz'))fs = FirehoseService(api=api)
updates = fs.getUpdates(hours=1)b = BehaviorService(api=api)
b.get('types')- Paulo Kuong (@pkuong)
- BK Murchison (@bkmurchison)