[Feature] Communications #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/remote"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR constains the work done to define the necessary protocols and enumerations to start defining remote API service as well as an implementation of the
URLProtocol
to mock requests and responses when using theURLSession
to make remote calls.To provide further details about this work:
Communications
library in thePackage
file;Package
file to support the async/await feature;HTTPRequestMethod
andHTTPResponseCode
public enumerations;Endpoint
andClient
public protocols;MakeURLRequestUseCase
use case;MockURLProtocol
class that mocks requests and responses onURLSession
instances;README
file.