jaguar_resty 3.0.0
jaguar_resty: ^3.0.0 copied to clipboard
Build fluent functional REST clients. Supports interceptors, cookies, multipart forms and authenticators.
Changelog #
3.0.0 #
- Null safety
- Simpler API
2.10.15 #
- Multipart requests now use the globalClient if set
2.10.14 #
- Fixed
auth_headerdependency
2.10.12 #
StringResponse.cookies
2.10.10 #
- Fixed throw on failure buf in
go
2.10.9 #
Response'stoStringnow prints clear debug message- Bug fix in
gomethod's handling ofafter's result
2.10.4 #
- Added
mapmethod toResponse
2.8.8 #
- Added
RouteWithBodyandgetBody
2.8.5 #
OnSuccess,onFailure,runandisFailureforResponseonSuccessandonFailureforgo
Breaking change #
thenpositional argument is converted to named parameter ingo
2.8.4 #
- Added
Patch
2.8.1-dev.2 #
- Powerful
Afterinterceptor
2.8.1-dev.1 #
- Class based
Interceptor
2.8.1-dev.0 #
- Fixed query bug when data is not string
- Standardised setters in request creators
2.6.2 #
- Dart 2 stable
2.5.16 #
- Fixed
querycopying bug
2.5.15 #
- Added
BearerTokeninterceptor
2.5.12 #
- pub fixes
2.5.9 #
- Fixed bugs in
gomethod
2.5.6 #
- Dart2 bug fixes
2.5.2 #
- Casting bug fixes
2.5.1 #
- Unified authority and path setter in constructors
- Added
setUrlmethod
2.4.2 #
- Exposed
parseMimeTypeandparseEncoding
2.4.1 #
- Simpler
one,List,decodeanddecodeListmethods
2.3.6 #
- Success hooks on
Response
2.3.5 #
- Success hooks
2.3.4 #
- Support for authorization headers
2.3.3 #
- Exposed
headerMapandqueryMap
2.3.2 #
- Added
urlEncodedFormtoPut
2.3.1 #
- Renamed
authorityto origin
2.2.2 #
- Added
optionsconvenience function
2.2.1 #
gogets an optionalthencallback- Added
OptionsMethod
2.1.3 #
- Bug fixes
2.1.2 #
CookieJar's interceptor method renamed tointercept
2.1.1 #
- Renamed
fetchResponsetogo - Renamed
fetchtoone - Renamed
fetchListtoList
1.1.3 #
- authority bug fix
1.1.2 #
- Multipart forms
- Simultaneous authority and path definition