Changed to USDA_FDC
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// The Swift Programming Language
|
||||
// https://docs.swift.org/swift-book
|
||||
|
||||
final class USDAClient {
|
||||
final class USDA_FDC_Client {
|
||||
|
||||
}
|
||||
@@ -17,8 +17,8 @@ public struct BrandedFoodItem: Codable {
|
||||
public let brandedFoodCategory: String?
|
||||
public let tradeChannel: [String]?
|
||||
public let gpcClassCode: Int?
|
||||
public let foodNutrients: [Any]?
|
||||
public let foodUpdateLog: [Any]?
|
||||
public let foodNutrients: [FoodNutrient]?
|
||||
public let foodUpdateLog: [FoodUpdateLog]?
|
||||
public let labelNutrients: LabelNutrients?
|
||||
|
||||
public struct LabelNutrients: Codable {
|
||||
Reference in New Issue
Block a user