Skip to content

loftylabs/python-iwebcab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-iwebcab

Python client library for interacting with the iWebCab API.

Examples

Here's an example of things breaking when you use a bad API key, or omit parameters but it should explain the syntax/basic usage.

>>> from iwebcab import client
>>> iwebcab_client = client('my-api-key')
>>> iwebcab_client.create_customer()

ValueError: API endpoint https://cp.iwebcab.com/public_api/create_customer.json requires missing parameters: phone_number, new_pin

>>> response = iwebcab_client.create_customer(phone_number="1234567890", new_pin="1234")

iwebcab.exceptions.iWebCabError: Invalid Hash ID 

About

Python client library for interacting with the iWebCab API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages