cuapi-wrapper 0.0.1

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

cuapiwrapper 0.0.1

copper_crm

This file will become your README and also the index of your
documentation.
Install
You can install the cuapi_wrapper package through PyPI:
pip install cuapi_wrapper

How to use
Start by importing all the modules you’ll need for your project. The
cuapi_wrapper package is broken down into seperate modules for working
with companies, tasks, opportunities, users, etc.
For example, if we wanted to look at companies in copper, we should
start by importing the copper_crm.companies module. We can then
search these companies for those who are in California:
import cuapi_wrapper.companies as coppper

copper.set_headers(os.environ['MY_COPPER_KEY'],'myemail@email.com)
copper.search(search_params{'state':'CA'})

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.