v0.4.1 Enhanced get_provider_info(), added get_provider_by_id()
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
, andname
- 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
- Now accepts optional search parameters:
Full Changelog: v0.4.0...v0.4.1