api_request 1.0.0-pre-5
api_request: ^1.0.0-pre-5 copied to clipboard
api request for handle call api. every request is an action has execute method.
1.0.0-pre-5 #
- modify default headers to options
1.0.0-pre-4 #
- fix return response when status code not success
1.0.0-pre-3 #
- modify
runmethod use EitherApiRequestAction - modify
ApiRequestExceptionto handle api server errors
1.0.0-pre-2 #
- modify
listFormatglobal option inApiRequestOptions
1.0.0-pre-1 #
- modify
onErrorglobal error handler inApiRequestOptions
0.8.5 #
- modify
ApiRequestErrorto to dynamic error - modify
subscribeto callexecuteoronQueue
0.8.0 #
- add
ApiRequestPerformanceto extract performance report - convert events to
getter,setterto access its from any where
0.7.2 #
- modify
ApiRequestErrorby use try catch
0.7.1 #
- update documentation
0.7.0 #
- add
ApiRequestActionfor simple api request don't need toApiRequestclass - rename
onChnagetosubscribe - merge
defaultQueryParameterswith old instance - merge
interceptorswith old instance - add more to
ApiRequestOptions:- connectionTimeOut
- interceptors
- enableLog
0.5.3 #
- fix typing error
0.5.2 #
- modify token type api request options
0.5.1 #
- fix execute return type
0.5.0 #
- you can access stream if action run onQueue
- fix run package in web
- use dio instance
- dispose action after success or error
0.1.2 #
- fix run in mobile
- reverse support web
0.1.1 #
- fix support web
0.1.0 #
- refactor
RequestAction - add
onQueue - listen to action
onInit,onStart,onSuccess,onError - add
ApiRequestError - add
onChangeto subscribe to stream
0.0.6 #
- add Token to Header by Interceptors
0.0.5 #
- add contentDataType for request
- convert
ApiRequesttomixin
0.0.4 #
- add dynamic path
0.0.3+1 #
- update change log
0.0.3 #
- improve document
- add more example
0.0.2 #
- first release for flutter api request as action
0.0.1 #
- TODO: Describe initial release.