Javier Cicchelli 6da2e946ce [Libraries] Locations (#4)
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:
- [x] created the `APICore` and `Locations` libraries into the **Libraries** package;
- [x] defined the `Endpoint` and `Client` protocols;
- [x] implemented the `MakeURLRequestUseCase` use case;
- [x] implemented the `MockURLProtocol` protocol and the `MockURLResponse` models;
- [x] implemented the `Location` model;
- [x] implemented the `GetLocationsEndpoint` endpoint;
- [x] implemented the `LocationsClient` client;
- [x] implemented the `LocationsService` service.

Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Reviewed-on: rock-n-code/deep-linking-assignment#4
2023-04-10 15:31:22 +00:00
2023-04-10 15:31:22 +00:00
2023-04-08 18:37:13 +00:00
2023-04-08 18:37:13 +00:00

Deep linking: Wikipedia

Description
Sample app to test a unidirectional link (via deep linking) between the app and the Wikipedia app, targeting the iOS platform only.
Readme 120 MiB
2023-04-13 13:35:17 +00:00
Languages
Swift 66.9%
Objective-C 22.6%
HTML 6.8%
JavaScript 1.8%
C 1%
Other 0.8%