Skip to content

v0.4.1 Enhanced get_provider_info(), added get_provider_by_id()

Compare
Choose a tag to compare
@bdamokos bdamokos released this 28 Dec 18:28
· 15 commits to main since this release
be0e515

Added

  • New get_provider_by_id() method that follows the naming convention of other provider search methods

Changed

  • Enhanced get_provider_info() to be the central provider search implementation:
    • Now accepts optional search parameters: provider_id, country_code, and name
    • Returns either a single provider (when searching by ID) or a list of providers (when searching by country or name)
    • Powers all other provider search methods internally for better consistency
    • Improved error handling and CSV fallback behavior

Full Changelog: v0.4.0...v0.4.1