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.1.0.tar.gz
(5.6 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.1.0.tar.gz.
File metadata
- Download URL: iikocloudapi-0.1.0.tar.gz
- Upload date:
- Size: 5.6 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 |
4afcd77ddb3e57e7dd6387a8757b19de10c4737372523e989fc57c1aec2fad5a
|
|
| MD5 |
459276736eef2ce6ea94b7c05a8f0b39
|
|
| BLAKE2b-256 |
159d6574122ed8767872ee685e21e96f6409ea66a5661a546f3bc849227835d5
|
File details
Details for the file iikocloudapi-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iikocloudapi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.3 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 |
73fd96d09262f676cae8b6e1ec5e1ba02398b80b52c1151e5bdd4c0ae4b65da7
|
|
| MD5 |
e51d5c4d7545e076df17c03ce1b35e63
|
|
| BLAKE2b-256 |
ee50121993cfd8a79b1c5254d8dff1433704f433fe84bee4aa5f38fbab3041e5
|