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_header
dependency
2.10.12 #
StringResponse.cookies
2.10.10 #
- Fixed throw on failure buf in
go
2.10.9 #
Response
'stoString
now prints clear debug message- Bug fix in
go
method's handling ofafter
's result
2.10.4 #
- Added
map
method toResponse
2.8.8 #
- Added
RouteWithBody
andgetBody
2.8.5 #
OnSuccess
,onFailure
,run
andisFailure
forResponse
onSuccess
andonFailure
forgo
Breaking change #
then
positional argument is converted to named parameter ingo
2.8.4 #
- Added
Patch
2.8.1-dev.2 #
- Powerful
After
interceptor
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
query
copying bug
2.5.15 #
- Added
BearerToken
interceptor
2.5.12 #
- pub fixes
2.5.9 #
- Fixed bugs in
go
method
2.5.6 #
- Dart2 bug fixes
2.5.4 #
- Dart 2 bug fix
2.5.4 #
- Dart 2 bug fixes
2.5.2 #
- Casting bug fixes
2.5.1 #
- Unified authority and path setter in constructors
- Added
setUrl
method
2.4.2 #
- Exposed
parseMimeType
andparseEncoding
2.4.1 #
- Simpler
one
,List
,decode
anddecodeList
methods
2.3.6 #
- Success hooks on
Response
2.3.5 #
- Success hooks
2.3.4 #
- Support for authorization headers
2.3.3 #
- Exposed
headerMap
andqueryMap
2.3.2 #
- Added
urlEncodedForm
toPut
2.3.1 #
- Renamed
authority
to origin
2.2.2 #
- Added
options
convenience function
2.2.1 #
go
gets an optionalthen
callback- Added
OptionsMethod
2.1.3 #
- Bug fixes
2.1.2 #
CookieJar
's interceptor method renamed tointercept
2.1.1 #
- Renamed
fetchResponse
togo
- Renamed
fetch
toone
- Renamed
fetchList
toList
1.1.3 #
- authority bug fix
1.1.2 #
- Multipart forms
- Simultaneous authority and path definition