API wrapper for CapsuleCRM written in Python
Project description
# capsulecrm-python Capsule CRM API wrapper written in python.
## Installing ` pip install git+git://github.com/GearPlug/capsulecrm-python.git `
## Requirements - requests
## Usage ` from capsulecrm.client import Client client = Client('TOKEN') `
Create Tag ` client.create_tag('ENTITY, NAME, DESCRIPTION, DATATAG') `
List Tags ` client.list_tag('ENTITY, PAGE, PERPAGE') `
Create Person ` client.create_person('EMBED') `
Create Organisation ` client.create_organisation('EMBED') `
List Parties ` client.list_parties('SINCE, PAGE, PERPAGE, EMBED') `
Create Milestone ` client.create_milestone('NAME, DESCRIPTION, PROBABILITY, COMPLETE') `
List Milestone ` client.list_milestone('NAME, DESCRIPTION, PROBABILITY, COMPLETE') `
Create Opportunity ` client.create_oppotunity('EMBED') `
List Opportunities ` client.list_opportunities('EMBED') `
## TODO - show_party - show_multiple_parties - update_party - delete_party - list_employees - list_deleted_parties - search_parties - list_opportunities_by_party - show_opportunity - show_multiple_opportunities - update_opportunity - delete_opportunity - list_deleted_opportunities - search_opportunities - list_additional_parties - add_additional_party - remove_additional_party - delete tag - show_tag - update_tag - delete_milestone - show_milestone - update_milestone
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
File details
Details for the file capsulecrm-python-0.1.2.tar.gz.
File metadata
- Download URL: capsulecrm-python-0.1.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa66e1bc9edfc638924ca7a02f0b3a08f04b54c5afdf430e72d69fd7c5cbd14e
|
|
| MD5 |
9c33abf02ed157e6c74f7c5e85ee89f4
|
|
| BLAKE2b-256 |
579d62b041f02b548c0afa618ca26f4b0714b32106c19f076a0e01a14c44e044
|