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.3.tar.gz
(17.7 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.3.tar.gz.
File metadata
- Download URL: carrier_api-2.11.3.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72313c1d591ec2eea4e48be360053e3d062bdaf766fcf58a3fe894e63c338e95
|
|
| MD5 |
a9e5cd774220d4412a2370032873e25f
|
|
| BLAKE2b-256 |
81f78b21404b5e231680d03f26307266e6cdc1cbcc1948e5c2c135e27b18d72a
|
File details
Details for the file carrier_api-2.11.3-py3-none-any.whl.
File metadata
- Download URL: carrier_api-2.11.3-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bde69ad71a67aeab686a62647d704badb982472ddd0edba77b1ccf2f460b1464
|
|
| MD5 |
fefb9a0b4cf9bad100cee6baedb656f5
|
|
| BLAKE2b-256 |
5aa913c7ac4f191403a37bd61d95973522b7c2d54a0f7336c2e4f846ce7326e8
|