fc58ccf091
Implemented the "init(from: )" initialiser and the "encode(to: )" function of the Codable protocol for the Review+Codable extension in the iTunes library.
2024-03-17 23:03:05 +01:00
bd72c4fb7c
Implemented the "encode(to: )" function of the Encodable protocol for the Feed model in the iTunes library.
2024-03-17 23:01:47 +01:00
f6a72e8465
Improved the MockURLProtocol class in the Foundation library to support optional object in its Response struct.
2024-03-17 23:00:30 +01:00
ac1074324d
Implemented the "==(lhs: rhs: )" static function of the Equatable protocol for the Review model in the Feed library.
2024-03-17 22:59:31 +01:00
0e84dcde30
Conformed the Review model and the EndpointError error in the Feed library to the Equatable protocol.
2024-03-17 22:29:33 +01:00
00b092f2b1
Implemented the "default" static constant for the JSONEncoder+Constants extension in the Foundation library.
2024-03-17 22:24:32 +01:00
db6500589a
Moved the JSONDecoder+Constants extension from the iTunes library to the Foundation library.
2024-03-17 22:23:59 +01:00
e10c1c9f59
Implemented the "mock" static constant for the URLSessionConfiguration+Constants extension in the Foundation library.
2024-03-17 18:18:44 +01:00
ef6a30d8c0
Implemented the MockURLProtocol class in the Foundation library.
2024-03-17 18:18:33 +01:00
910fc0b612
Implemented the Feed model in the iTunes library.
2024-03-17 16:53:54 +01:00
428b4dd88a
Conformed the Review model from the Feed library to the Decodable protocol in the iTunes library.
2024-03-17 16:48:12 +01:00
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