dynamic_call 1.0.8 dynamic_call: ^1.0.8 copied to clipboard
Dynamic Call framework, including API calls integration (HTTP,REST).
1.0.8 #
- Add example.
- Add API Documentation.
- sdk: '>=2.7.0 <3.0.0'
- dartfmt.
- mercury_client: ^1.1.7
- swiss_knife: ^2.4.1
1.0.7 #
- DynCallHttpExecutor.outputFilterPattern now accepts variables from request response JSON ( if dynCall.outputType == DynCallType.JSON ).
- mercury_client: ^1.1.4
- swiss_knife: ^2.3.9
1.0.6 #
- mercury_client: ^1.1.2
1.0.5 #
- mercury_client: ^1.1.1
1.0.4 #
- DynCallHttpExecutor: dynamic body, dynamic bodyPattern (String or Function), fullPath, outputInterceptor, setCredential(), authorizationFields
- DynCallHttpExecutorFactory: authorizationExecutor(...)
- Update dependencies:
- mercury_client: 1.0.9
1.0.3 #
- DynCallHttpExecutor: body, bodyPattern, bodyType, outputValidator, outputFilter, outputFilterPattern
1.0.2 #
- Update dependencies:
- Remove swiss_knife and enum_to_string.
1.0.1 #
- Add Author and License to README.
1.0.0 #
- Initial version, created by Stagehand