api_utils 3.0.0-nullsafety.1
api_utils: ^3.0.0-nullsafety.1 copied to clipboard
Convenient api utilities to make working with REST APIs easier
3.0.0-nullsafety.1 #
- Null safety migration
2.0.0 #
- Breaking change: ApiLogger renamed to ApiUtilsConfig
- Added the ability to set a global timeout for all requests on ApiUtilsConfig
- Added the ability to set a timeout per request. This will override the global setting if set.
1.0.0 #
- Documentation updates, stable release
0.0.1 #
- Initial release with REST utils and ApiLogger