Skip to content

duct-tape/resello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Stories in Ready

resello

Resello Reseller API Client written in Python.

Basic Usage:

>>> import resello
>>> client = resello.ReselloClient(reference='...', api_key='...')
>>> response = client.domain.all()
>>> response.status
True
>>> for domain in response:
>>>    print(domain)
{'id': '32a4-....', ....}
{'id': 'd764-....', ....}

About

Resello Reseller API Python client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages