jaguar_resty 2.6.10 jaguar_resty: ^2.6.10 copied to clipboard
Build fluent functional REST clients. Supports interceptors, cookies, multipart forms and authenticators.
Changelog #
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