Structs

The following structs are available globally.

  • A floor inside a building.

    See more

    Declaration

    Swift

    public struct Floor: Decodable
  • Additional information to be accessed for a room.

    See more

    Declaration

    Swift

    public struct RoomInfo: Decodable
  • A successful authentication result.

    See more

    Declaration

    Swift

    public struct Login: Decodable
  • Room Identifier, e.g. 351601.0420

    See more

    Declaration

    Swift

    public struct RoomID
  • Menu for a specific canteen.

    See more

    Declaration

    Swift

    public struct CanteenMenu: Decodable
  • A route from A to B.

    See more

    Declaration

    Swift

    public struct Route: Decodable
  • A building complex, possibly made up of more than one building.

    See more

    Declaration

    Swift

    public struct BuildingComplex: Codable, CustomStringConvertible
  • A Room’s timetable, when is what kind of lesson.

    See more

    Declaration

    Swift

    public struct Timetable: Decodable
  • A list of search results.

    See more

    Declaration

    Swift

    public struct Search: Decodable
  • A hash used by the API to save data on requesting all building complexes.

    See more

    Declaration

    Swift

    public struct Hash: Codable