Lightweight abstraction layer for making requests to the HubSpot API
Project description
- Download:
hubspot-connection provides a lightweight abstraction layer for making requests to the HubSpot API.
Here’s an example of how it can be used:
from hubspot.connection import APIKey
from hubspot.connection import PortalConnection
authentication_key = APIKey('HUBSPOT-API-KEY')
with PortalConnection(authentication_key, 'client') as connection:
contacts_data = connection.send_get_request('/contacts/v1/contacts/statistics')
print("Number of contacts: {}".format(contacts_data.get('contacts')))
This project is officially supported under Python 2.7 and Python 3.4, may work with Python 2.6.
Version 1.0 Release Candidate 1 (2014-06-23)
This is the first public release.
Version 1.0 Release Candidate 2 (2014-07-14)
Added content-type=’application/json’ for requests with body
Version 1.0 Release Candidate 3 (2014-09-15)
Made content-type mandatory only when content is expected
Version 1.0 Release Candidate 4 (2015-02-18)
Allowed for extra details in error responses from Hubspot
Version 1.0 Release Candidate 5 (2016-03-18)
Added Python 3.4 and 3.5 compatibility by: @jtprince
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hubspot-conn-1.1.tar.gz
(8.0 kB
view details)
File details
Details for the file hubspot-conn-1.1.tar.gz
.
File metadata
- Download URL: hubspot-conn-1.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9c4f9129afb171d4e183438621229d5708de82889c0de13d63f4b14e17e512f |
|
MD5 | c2f959dd29e0910183ad29c54e99b9a5 |
|
BLAKE2b-256 | a5b0d569cbc13e27c651ee342a00239b861ec496ab54dfa586ef9b904c89300c |