Carrier Api Wrapper
Project description
Api Wrapper for Carrier Infinity API using async in python, this was inspired by this guide to be a lightweight wrapper, with simple error handling.
a lot of this is based on https://my.carrier.com/.
to update schema add this to api_connection_graphql#authed_query
introspection_query = get_introspection_query(**session.client.introspection_args)
execution_result = await transport.execute(parse(introspection_query))
schema = dumps(execution_result.data, indent=2)
_LOGGER.debug(schema)
with open("schema.graphql", "w") as f:
f.write(schema)
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
carrier_api-2.11.0.tar.gz
(14.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file carrier_api-2.11.0.tar.gz.
File metadata
- Download URL: carrier_api-2.11.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1738ef9518148d06da8ad74f579b17e4d094dc6c3c869a0d5752866e96861d5d
|
|
| MD5 |
112730fb2dc40aa752c3c5a3e346a1e6
|
|
| BLAKE2b-256 |
acd0aaecbe3ee1a1c00bcedba20fb8c01715a6b5684dc37850e15766804423a0
|
File details
Details for the file carrier_api-2.11.0-py3-none-any.whl.
File metadata
- Download URL: carrier_api-2.11.0-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e446b3db2ec263954aa88b429010cb843184b258f1bc25772bbe92546af7bd5e
|
|
| MD5 |
05ce33b2efa95e3381ffb62656ec89bb
|
|
| BLAKE2b-256 |
7e4cc7214c88a7385619506c712d889b909f0b2eca4c14ca04d636c24ac6e998
|