Skip to content

Fixes to Pagination function and Event response objects

Pre-release
Pre-release

Choose a tag to compare

@dehidehidehi dehidehidehi released this 19 Sep 16:32
· 7 commits to dev since this release

Fixes:

  • Resolved pagination issue where pagination used to end too early.
  • Events response object uses .get() method now to accomodate different EventType HTTP responses.

Minor things:

  • removed outdated docstring, lowered ratelimiter frequency
  • Various typehint error fixes.
  • Fixed some duplicate tests coming from git merge/rebase mistakes.