dynamic_call 1.0.10 dynamic_call: ^1.0.10 copied to clipboard
Dynamic Call framework, including API calls integrations (HTTP, RESTful).
1.0.10 #
- Expose
requestParameters
for executor declaration. - Executors:
parametersProviders
for parameters values from functions. - README.md badges.
- mercury_client: ^1.1.8
- swiss_knife: ^2.5.3
1.0.9 #
- Fix README.md
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