xtream_code_client 1.3.0 xtream_code_client: ^1.3.0 copied to clipboard
A WebClient to access a XTream Code API. It provides easy and efficient access to the API, with features like automatic retries and error handling.
Changelog #
1.3.0 #
Integrate the option to download the complete EPG by using the XMLTV endpoint. This is much more efficient and faster then iterating thorugh each channel and using the existing endpoints
Also improved the stability in parsing existing endpoints to prevent cast issues if empty lists are returned as null instead of []
1.2.1 #
Export XtreamCodeClient to fix #6
1.2.0 #
Fixing a crucial issue with the API
1.1.0 #
Breaking Stabilize Parsers #
This includes breaking type changes on some APIs
With those changes dynamic parsing is introduced to handle the non standardized api from XTreamCode Api's
Also added extensive test coverage
1.0.3 #
- Fix an issues with url
1.0.2 #
- Improvements to the EPG methods
- Fixed a bug when retrieving the stream url
1.0.1 #
- fix streamUrl
1.0.0 #
- Initial Release 🎉