An open API service indexing awesome lists of open source software.

https://github.com/gearplug/batchbook-python

BatchBook API wrapper written in Python
https://github.com/gearplug/batchbook-python

api api-wrapper batchbook batchbook-api-wrapper batchbook-python python wrapper

Last synced: about 2 months ago
JSON representation

BatchBook API wrapper written in Python

Awesome Lists containing this project

README

          

# Batchbook-python
Batchbook API wrapper written in python.

## Installing
```
pip install batchbook-python
```

## Usage
### Simple access with API KEY
```
from batchbool.client import Client

client = Client('API_KEY')
```

Get Contacts
```
client.get_contacts()
```

Get an specific contact
```
client.get_contact(contact_id)
```
## Requirements

```
-Requests
-Urllib
```

## TODO
- Companies
- Custom Fields
- Users
- Roles
- Communications