Client for Scarx API
Project description
ScarxApi Python Client
Example Usage:
import asyncio
from scarx_api_client import ScarxApiChannel
async def main():
with ScarxApiChannel("Test-Client", "ApiToken") as api:
response = await api.IpServiceV1.get_ip(ip="1.1.1.1")
print(response)
if __name__ == "__main__":
loop = asyncio.new_event_loop()
loop.run_until_complete(main())
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
scarx_api_client-0.6.4.tar.gz
(11.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 scarx_api_client-0.6.4.tar.gz.
File metadata
- Download URL: scarx_api_client-0.6.4.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6582b48d51f26decf4612108494cfbcf0b56cb12b878460e01a8b9864e7e2622
|
|
| MD5 |
773fddf0e8cefcaf787af4aae227a0df
|
|
| BLAKE2b-256 |
23e771d8ac40efde491988c563de2a4870aae633376c4800cc06f448efd7ba96
|
File details
Details for the file scarx_api_client-0.6.4-py3-none-any.whl.
File metadata
- Download URL: scarx_api_client-0.6.4-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d34c58a2f09e16ec6be7d17625b8f61d35f8753667a06651bfb55af9c27cc379
|
|
| MD5 |
df0eaa25e39f8cb86dd0fe3c4fed50bd
|
|
| BLAKE2b-256 |
e78f27f3f5d76f2141c395fbddf40e786b4d0e5a331a1daf3f2fb734bdf72045
|