YuniteAPI
A asynchronous wrapper for the Yunite API
Getting Started:
Install the package using one of the following commands:After that, create the client using the following code:
import YuniteAPI
import asyncio
async def main():
client = YuniteAPI.Client()
await client.add_token(guild_id=123456789, api_key='Your api-key') # Example token
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
For more documentation please view the documentation
Release files for YuniteAPI 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| YuniteAPI-1.0.2.tar.gz | 5.8 kB | Details |
Release files / YuniteAPI-1.0.2.tar.gz
| Download URL | YuniteAPI-1.0.2.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ebaacaf24a145305fcafa6b29e5e5a71ffb8d7f6bf26bd396b5d78e99b6ca220
|
|
BLAKE2b-256 checksum How to use checksums |
03e422d63cff1884043eed1b21097d5d02d2c5da4f9c17d7324c370b9ebb30e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.3
|