ResponseLink

public struct ResponseLink : Codable, Equatable, Hashable

A struct representing a HAL link in a response.

  • The URL of the link.

    Declaration

    Swift

    public let href: URL
  • A stub instance of ResponseLink for testing purposes.

    Declaration

    Swift

    static let stub: ResponseLink