Skip to content

Releases: AppCraftTeam/appcraft-network-ios

Fix: Gen parameters

21 Jul 10:01
14ee60e
Compare
Choose a tag to compare
Merge pull request #2 from AppCraftTeam/hotfix/gen-url

fix: gen parameters

Fix: RemoteMappable Extension

23 Jun 12:08
211164d
Compare
Choose a tag to compare
Merge pull request #1 from AppCraftTeam/hotfix/RemoteMappable

fix: method mapResponseToDomain() -> AnyObject? / RemoteMappable Extension

1.0.1

26 Jul 10:01
Compare
Choose a tag to compare

Improvements 1.0.1

Execute method
— The execute method now returns the UUID of the request, which can be used to pinpoint a specific request. It can be used later to cancel a network operation
— The execute method does not convert the received data from JSON to the response model, but returns the data received from the server in raw form (the mapper itself is placed in the ACUseCase library).