UNCategoryAPILocations

public struct UNCategoryAPILocations: Decodable

Holds the API URLs for a category.

  • Category’s location. Accessible only through the API.

    Declaration

    Swift

    public var apiCategoryURL         : URL
  • Location for the photos associated to the category. Accessible only through the API.

    Declaration

    Swift

    public var apiPhotosInCategoryURL : URL
  • Returns a Boolean value indicating whether the two UNCategoryAPILocations have the same value for their variables.

    Declaration

    Swift

    public static func ==(lhs: UNCategoryAPILocations, rhs: UNCategoryAPILocations) -> Bool
  • Returns a Boolean value indicating whether the two UNCategoryAPILocations have at least one value different.

    Declaration

    Swift

    public static func !=(lhs: UNCategoryAPILocations, rhs: UNCategoryAPILocations) -> Bool