mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Continue renaming Id to ID (and similar renames).
This commit is contained in:
@@ -121,11 +121,11 @@ public struct ReaderAPIAlternateLocation: Codable {
|
||||
}
|
||||
|
||||
public struct ReaderAPIEntryOrigin: Codable {
|
||||
public let streamId: String?
|
||||
public let streamID: String?
|
||||
let title: String?
|
||||
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case streamId = "streamId"
|
||||
case streamID = "streamId"
|
||||
case title = "title"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,11 +82,11 @@ public struct ReaderAPISubscription: Codable {
|
||||
}
|
||||
|
||||
public struct ReaderAPICategory: Codable {
|
||||
public let categoryId: String
|
||||
public let categoryID: String
|
||||
let categoryLabel: String
|
||||
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case categoryId = "id"
|
||||
case categoryID = "id"
|
||||
case categoryLabel = "label"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user