Rewrote the article syncing code to be more efficient and handle large datasets

This commit is contained in:
Maurice Parker
2020-10-28 19:03:41 -05:00
parent aecf90f9f8
commit 0499952b45
3 changed files with 151 additions and 412 deletions

View File

@@ -19,7 +19,7 @@ struct ReaderAPIReferenceWrapper: Codable {
}
struct ReaderAPIReference: Codable {
let itemId: String
let itemId: String?
enum CodingKeys: String, CodingKey {
case itemId = "id"