Skip to main content

Batchbook API written in python

Project description

# 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

batchbook-python-0.1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page