iikoCloud API 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.3.0.tar.gz
(10.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 iikocloudapi-0.3.0.tar.gz.
File metadata
- Download URL: iikocloudapi-0.3.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.2 Linux/6.13.7-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bad1be64a3eed611d7752451d861368b1de693b19d526888ff8521a3c0680b72
|
|
| MD5 |
8c8d942ee2a5591d3e58712aaf1d24d4
|
|
| BLAKE2b-256 |
056f39be4c591ff7ca05f06586cb93d48ae103d8466eff30289fb246caf75391
|
File details
Details for the file iikocloudapi-0.3.0-py3-none-any.whl.
File metadata
- Download URL: iikocloudapi-0.3.0-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.2 Linux/6.13.7-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80cd18e611640254d935b5542096069c9c03a90c92bae45f669b663e596af5ea
|
|
| MD5 |
6045339f5f4296e6ca361d97446efb50
|
|
| BLAKE2b-256 |
f8866783b76c8750a002b2f22daca17b4eb1ac4d6d36cb7bdf41e1e9ce0f79ac
|