Maxwell API Client
Project description
# Maxwell API Client
Simple Maxwell API client written in Python. Tested with Python versions 2.7 and 3.3 - 3.7.
## Usage
>>> from maxwell import MaxwellAPIClient >>> client = MaxwellAPIClient(access_token='eyJ0eXAiOiJKV1QiLCJhbGciOi...') >>> client.list_teams() {'teams': [{'id': '5c17cedebc69d77789347dc5', 'members': [{'id': '5c17cee6bc69d77789347dc6'}], 'name': 'My Team'}]}
## Available commands
add_team_channel(team_id, channel)
add_team_member(team_id, customer_id)
create_blueprint(team_id, blueprint)
create_blueprint_revision(team_id, blueprint_id, blueprint_revision)
get_blueprint_revision(blueprint_id, blueprint_revision_id)
get_customer_profile()
get_team_invoice_address(team_id)
list_teams()
list_team_blueprints(team_id)
list_team_channels(team_id)
list_team_members(team_id)
list_blueprint_revisions(blueprint_id)
publish_blueprint_revision(blueprint_id, blueprint_revision_id)
remove_team_channel(team_id, channel)
remove_team_member(team_id, customer_id)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file maxwell-api-client-0.1.0.tar.gz
.
File metadata
- Download URL: maxwell-api-client-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d83f06224d529758ee3ae51e1d5d36b20592ed9c8a071f0b4682a4abf560e6f |
|
MD5 | 50cac5287b511c323c32495553e7d7a7 |
|
BLAKE2b-256 | fc95f11263f80c4f28f5011b1a1bc48705781408223bf183d83fe3f9046d3bc1 |
File details
Details for the file maxwell_api_client-0.1.0-py3.7.egg
.
File metadata
- Download URL: maxwell_api_client-0.1.0-py3.7.egg
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4e07ac31bdec4509faf88c9ee6ac6c4ffb1abb3782ce4d66172f77e52fc3c7d |
|
MD5 | 9a9b246c15ba53a382000e3db8f6fcde |
|
BLAKE2b-256 | b94af6e29eec6848be2536b2bbf1e1ffc62a750486d2fdffb67df7a119f18f1e |