companycam-unofficial

Python client and bindings for CompanyCam API.


Keywords
python, companycam
License
MIT
Install
pip install companycam-unofficial==0.2.3

Documentation

python-companycam

Test Coverage Version Python

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

Dependencies

License

MIT.