iikoCloud API async client
Project description
iikoCloud API client
Установка
pip install iikocloudapi
Как работает
Примеры запросов и названия методов:
- /api/1/notifications/send -
iiko_client.notifications.send(...) - /api/1/organizations -
iiko_client.organizations(...) - /api/1/organizations/settings -
iiko_client.organizations.settings(...)
Пример использования
import asyncio
from iikocloudapi import Client, iikoCloudApi
iiko_client = iikoCloudApi(Client("xxxxx"))
async def main():
await iiko_client.organizations()
if __name__ == "__main__":
asyncio.run(main())
Реализованные методы
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iikocloudapi-0.4.0.tar.gz
(13.1 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 iikocloudapi-0.4.0.tar.gz.
File metadata
- Download URL: iikocloudapi-0.4.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.2 Linux/6.13.8-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5ff848c8df6515ac806968dff9047faacf7a5992359ad43b575812663bd0561
|
|
| MD5 |
5e48a19c36415ad17b9dde1a6fc00f3a
|
|
| BLAKE2b-256 |
4dfee4e2cdfb8c46763c8c1273dc45d82f9c3304be989ebb6ed93c29cb13461f
|
File details
Details for the file iikocloudapi-0.4.0-py3-none-any.whl.
File metadata
- Download URL: iikocloudapi-0.4.0-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.2 Linux/6.13.8-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
339f0189e6e495aa0b5a566dae150baad1950e72cc73e3b4f13ef27e42b94a1a
|
|
| MD5 |
77a8635782feb845769354bdeda1e43d
|
|
| BLAKE2b-256 |
e718ff1bc3ebb2508a76bd00cfc490168c443c9fc1c7bde407623c75717538bd
|