Releases: CookieAppTeam/api
Releases Β· CookieAppTeam/api
v0.3.0
New models and attributes (#11)
- Renamed
get_member_counttoget_guild_stats. - User/member stats are now grouped in different models.
- Added timestamp attributes for various systems.
Charts
- Replaced type
dict[date, int]withChartmodel. Chartinherits fromBaseChartto support most dictionary operations.
Updates
- Models are now generated using the OpenAPI spec .
- Refactored requirements.
v0.2.2
This update implements the new error response syntax and retrieves the error message directly from the API.
CookieErroris now raised with additional information when an unexpected error occurs- Added
QuotaExceedederror - Removed
GuildNotFoundandUserNotFounderrors (useNotFoundinstead) - Added unit tests