0.2.5b4
Pre-release
Pre-release
Breaking changes
UserCard
class name changed toUserLike
.http.PreLock
class for thread safety for htto requests.- All Entitiy definitions now inherit from the
Entity
main abc. - All
as_dict
methods has changed into@properties
.
Features
- Version bump to
0.2.5b4
ClanMember
object is fully implemented.- You can now fetch clan members from the
Clan
object usingawait fetch_member("NAME")
andawait fetch_members()
for the clan members will return all members in a mutable dict
contains a clan member name and a their id as the value. example:{"Foo": 19823791283, "Bar": 12391203, ...}
. InventoryItem
entity which'sDestinyInventoryItemDifinition
is implemented but you might find some buggy stuff.- Added a
fetch_inventory_item
method which returns anInventoryItem
entity.
Bug Fixes.
- Minort http error handling.
- The main
fetch()
http method is now decorated withtyping.final
.