apiarist 1.0.7
apiarist: ^1.0.7 copied to clipboard
Library for handling api responses in a more nuanced way
1.0.7 #
- Added
ApiResponse.chain()method for sequential API calls - Added
FutureApiResponseExtensionto enable fluent chaining syntax - Updated documentation to clarify parallel vs sequential API call patterns
1.0.6 #
- ApiResponse.composite handles AsyncValue.error values gracefully
1.0.5 #
- Changed
ApiResponse.compositeto prioritize errors and failures over loading
1.0.4 #
- Added ApiResponse#convertData
1.0.3 #
- Renamed to class names
1.0.2 #
- Fixed exports, include
ApiError, removeErrorResponse
1.0.1 #
- Downgraded min Dart SDK (to 3.0) and http (to 1.0.0)
1.0.0 #
- Initial version.