Skip to content

volcano/volcano-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

volcano-sdk-python

Python SDK for VolcanoCRM

Purpose

The attempt here is to make a simple to use Python SDK for @volcano. From the same people (person) who brought you the PHP SDK!

Example

from volcanosdk.service.Service import Service

seller = Service('Seller');
seller.baseUrl('https://volcano')

print seller.get(1)['name']
print seller.listContacts(1)
print seller.getContact(1, 1)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages