[Libraries] Locations #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "libraries/locations"
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 contains the work that implements the Locations service, which is used to retrieve location data from a remote server.
To give further details on what was done:
APICore
andLocations
libraries into the Libraries package;Endpoint
andClient
protocols;MakeURLRequestUseCase
use case;MockURLProtocol
protocol and theMockURLResponse
models;Location
model;GetLocationsEndpoint
endpoint;LocationsClient
client;LocationsService
service.