Version 1.3.8
·
104 commits
to master
since this release
Changelog:
- Small refactoring of
Core
component. Thanks to @ptiz -concurentAuthentication
added to public method for subclassing- Implemented synchronous call to web service with attribute parameter
syncCall
(RFWebServiceCall
). Thanks to @AlexeyAfanasyev - Added progress block support with parameter
progressBlockParameter
(RFWebServiceCall
). Thanks to @ArkadiyTsoy - All methods can send body now.
PUT
andPOST
use auto-detection for that (any that can be send in http body, will be sent).