Request

public final class Request : APIRequest<Response>

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public struct Options
  • Undocumented

    Declaration

    Swift

    public var options: Options
  • Undocumented

    Declaration

    Swift

    public init(options: Options)
  • convenience initialiser so an Option doesn’t have to be created

    Declaration

    Swift

    public convenience init(id: ID, compileopeningHours: Bool? = nil)
  • Undocumented

    Declaration

    Swift

    public override var path: String { get }
  • Undocumented

    Declaration

    Swift

    public override var queryParameters: [String : Any] { get }