restbase 0.4.0
restbase: ^0.4.0 copied to clipboard
A rest client base to make API requests.
0.4.0 - 2021-08-23 #
- Null safe
0.3.3 - 2021-07-12 #
- Add patch method
0.3.2 - 2021-05-06 #
- Update dependencies
0.3.1 - 2021-01-25 #
- Data parser bug fixed
0.3.0 - 2021-01-25 #
- Removed RestResponse and RequestResponse, let exception bubling
0.2.10 - 2021-01-04 #
- Added Patch method
0.2.9 - 2020-09-25 #
- Added contentType to modelByPost and listByPost
0.2.8 - 2020-09-25 #
- Added delete and head methods
0.2.7 - 2020-09-25 #
- Parsing list as query item
0.2.4 - 2020-09-25 #
- File organization
- Added upload file mime.
0.2.3 - 2020-09-14 #
- Error of RestResponse changed to dynamic to accept anything.
0.2.2 - 2020-09-14 #
- Consolidated parser type. Now the Rest api always expect an object as result.
0.1.0 - 2020-09-07 #
- Add file upload option
- Change method names, depracated old methods
0.0.5 - 2020-08-19 #
- Fixed composeUrl to allow any type of value