Skip to content

Updated `language`, `search`, `order` and `sort` parameter use

Compare
Choose a tag to compare
@asieira asieira released this 30 Nov 01:56
· 34 commits to main since this release
65307fa
  • Updated Client methods to include language, search, order and sort parameters when available on the API;
  • Fixed type hints in Client._get_alerts_page and Client._get_alerts_following_history_page;
  • Added type validation for existing search parameter to ensure it's a string;
  • Fixed usage of string enum values in request bodies by using .value.