[Feature] Persistence #5

Merged
javier merged 8 commits from feature/persistence into main 2023-04-17 23:12:12 +00:00
Owner

This PR contains the work done to implement some useful protocols, classes and extensions to use to setup a persistence layer in an application.

To provide further details about the work done:

  • declared the Persistence target in the Package file;
  • forgot to declare the Communications and Persistence target to the SwiftLibs library in the Package file;
  • defined the Service public protocol;
  • implemented the Fetcher generic class;
  • implemented the bitBucket static property in the URL+Devices public extension;
  • updated the README file.
This PR contains the work done to implement some useful protocols, classes and extensions to use to setup a persistence layer in an application. To provide further details about the work done: - [x] declared the `Persistence` target in the Package file; - [x] forgot to declare the `Communications` and `Persistence` target to the `SwiftLibs` library in the `Package` file; - [x] defined the `Service` public protocol; - [x] implemented the `Fetcher` generic class; - [x] implemented the `bitBucket` static property in the `URL+Devices` public extension; - [x] updated the `README` file.
javier self-assigned this 2023-04-17 23:12:01 +00:00
javier added 8 commits 2023-04-17 23:12:02 +00:00
javier merged commit c0a49b2a85 into main 2023-04-17 23:12:12 +00:00
javier deleted branch feature/persistence 2023-04-17 23:12:12 +00:00
javier referenced this issue from a commit 2023-04-17 23:12:12 +00:00
Sign in to join this conversation.
No description provided.