tuckner / python-tines

Tines API Wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tines Python API Wrapper

Python client for interacting with the Tines API

Usage

import tines
import json

api = tines.TinesAPI(tenant=tenant, email=email, token=token)
resp = api.get_agent(id=1)
print(json.dumps(resp.json()))

About

Tines API Wrapper

License:MIT License


Languages

Language:Python 100.0%