companycam-unofficial 0.2.3

Creator: codyrutscher

Last updated:

0 purchases

companycam-unofficial 0.2.3 Image
companycam-unofficial 0.2.3 Images
Add to Cart

Description:

companycamunofficial 0.2.3

python-companycam




Installation
python -m pip install companycam-unofficial

Basic usage
>>> import companycam
>>> from companycam.v2 import models

>>> api = companycam.API(token="YOUR_TOKEN_HERE")
>>> api.projects.list()
[Project(id='12345678', ...)]

>>> project = models.Project(name="My new project")
>>> api.projects.create(project)
Project(id='23456789', name='My new project', ...)

For more detailed usage see Usage.
Contributing
See Contributing.
Resources

CompanyCam Docs

Dependencies

HTTPX (BSD 3-clause license)
pydantic (MIT license)

License
MIT.

License

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

Customer Reviews

There are no reviews.