RESTPool + typesafe RESTClient.
Pre-release
Pre-release
0.2.6a3 2022-05-8
Added
- New
builders.py
contains results of received/sent objects to the API. RESTPool
impl.
Changed
REST_DEBUG
level name toTRACE
enable_logging
parameter now acceptsstr | int | bool
.- Setting the level to
True
now will only log minimal information. PlugSocketBuilder
andOAuth2Response
has been moved tobuilders.py
and both objects are not exposed to the project namespace anymore. Howeveraiobungie.builders.*
is exposed.aiobungie.crate
is renamed tocrates
+ Added an alias forcrate
for backward versions.RESTnterface
andRESTClient
is now completlyasync def
+ typesafe.
Removed
Fixed
- Objective in metrics components was always returning
None