10 Commits

Author SHA1 Message Date
54a546594d Implemented the "init(session: )" initialiser for the ServiceConfiguration+Inits extension in the iTunes library. 2024-03-17 16:44:46 +01:00
ab81347b22 Implemented the "bitBucket" static constant for the URL+Constants extension in the Foundation library. 2024-03-17 16:38:47 +01:00
7beb36068b Defined the Service protocol in the Feed library. 2024-03-17 16:10:13 +01:00
f97025fdb8 Defined the EndpointError error in the Feed library. 2024-03-17 16:09:13 +01:00
93a52fd93e Defined the GetReviewsEndpoint protocol in the Feed library. 2024-03-17 16:08:51 +01:00
7a7df4cfea Implemented the Review model in the Feed library. 2024-03-17 16:08:18 +01:00
6245e87a98 Defined the Endpoint protocol in the Feed library. 2024-03-17 16:07:08 +01:00
8dacbfd51d Created the Feed and iTunes libraries in the Libraries package. 2024-03-17 15:53:08 +01:00
6d6de392b3 Created the API library in the Libraries package. 2024-03-16 03:06:57 +01:00
8fa5533426 [Library] Foundation library setup (#3)
This PR contains the work done to define a `Libraries` package that includes its `Foundation` library in it, and integrated the former to the `Feed` framework and `App` targets in the project as well.

Reviewed-on: #3
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2024-03-16 01:53:37 +00:00