Skip to content

Releases: CookieAppTeam/api

v0.3.0

05 Apr 21:19

Choose a tag to compare

New models and attributes (#11)

  • Renamed get_member_count to get_guild_stats.
  • User/member stats are now grouped in different models.
  • Added timestamp attributes for various systems.

Charts

  • Replaced type dict[date, int] with Chart model.
  • Chart inherits from BaseChart to support most dictionary operations.

Updates

  • Models are now generated using the OpenAPI spec .
  • Refactored requirements.

v0.2.2

14 Dec 16:50
69186b7

Choose a tag to compare

This update implements the new error response syntax and retrieves the error message directly from the API.

  • CookieError is now raised with additional information when an unexpected error occurs
  • Added QuotaExceeded error
  • Removed GuildNotFound and UserNotFound errors (use NotFound instead)
  • Added unit tests

v0.2.1

27 Oct 14:41
3a7b7a8

Choose a tag to compare

  • Added support for Python 3.13
  • Updated base URL for Cookie API

v0.2.0

11 Jul 12:17

Choose a tag to compare

The API can now be used both synchronously and asynchronously. (#3)

  • CookieAPI has been renamed to AsyncCookieAPI
  • httpx is now used instead of aiohttp
  • Added image example
  • Added example page to docs (#4)

v0.1.0

06 Jun 20:34

Choose a tag to compare

Initial release with a basic wrapper for the CookieBot API and documentation.