0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.