Wglestaapi

Latest version: v0.3.0

Safety actively analyzes 625951 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

Changelog

Added the ability to make asynchronous requests via `aiohttp` and `asyncio`.

Example of use:

`main.py` contains:
py
from WgLestaAPI import aio
import asyncio

method = aio.Method("account.info", "wot", account_id=563982544, application_id="your_app_id")

response = asyncio.run(method.execute())

print(response)


`output` is:
json
{"status": "ok", "meta": {"count": 1}, "data": {"563982544": {"client_language": "", "last_battle_time": 1569011404, "account_id": 563982544, "created_at": 1564320823, "updated_at": 1686648157, ... "tanking_factor": 0.0}, "frags": None}, "nickname": "tankalxat34", "logout_at": 1597741881}

0.2.0

Changes

- Deleted class `Application.App`
- Changed description in `Application.URLConstructor`
- Added new method `Query.copy()` for getting copy of `Query`-object
- More readeable `Constants` classes in Constants.py
- Changes in README.md
- some other important changes

0.1.1

- Some changes in descriptions
- Added `bat` file to gitignore

0.1.0

First stable release

Install
Perform this command in your terminal:

pip install WgLestaAPI

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.