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.1.tar.gz
(14.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.1.tar.gz.
File metadata
- Download URL: carrier_api-2.11.1.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ca2c6973819795e1cf0342b1f8f27d78502bf5761c85509dd50201680caff25
|
|
| MD5 |
12a495c45abf9852b2c44dbde618121e
|
|
| BLAKE2b-256 |
3848b29b08274a1c40e369ad1b6a44904bad169f2d1220da5a49a6ffb03ee9b6
|
File details
Details for the file carrier_api-2.11.1-py3-none-any.whl.
File metadata
- Download URL: carrier_api-2.11.1-py3-none-any.whl
- Upload date:
- Size: 16.4 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 |
633d441d6cb74b718d4722447853a7c54fd9f75ceb64fce70b4ff2eb676a09fe
|
|
| MD5 |
1aab35832b401abbc9b0b599381358c8
|
|
| BLAKE2b-256 |
63e701e25de78e26fa22abd6dd13359924e13d804f60e9239f2e81e32c1b29fd
|