modular_api_rest_client 0.6.0
modular_api_rest_client: ^0.6.0 copied to clipboard
Official MACSS outbound REST client for Dart.
Changelog #
0.6.0 #
- version bump for cross-SDK parity (ADR-0002); no functional changes
0.5.0 #
- version bump for cross-SDK parity (ADR-0002); no functional changes
0.4.8 #
- replace
dart:ioHttpClientwithpackage:httpfor full Flutter web (dart2js) compatibility HttpServiceClientnow works on all Flutter platforms: web, mobile, desktop, and server
0.4.7 #
- bootstrap
modular_api_rest_clientfor Dart - add the first REST client slice with normalized results and failures
- add tests for happy path, decode failures, auth injection, timeout, and HTTP non-2xx normalization