Skip to content

tuckner/python-tines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages