GetEventSubSubscriptionRequest

public struct GetEventSubSubscriptionRequest : JSONConstructableRequest

Event subscription request see https://dev.twitch.tv/docs/api/reference/#get-eventsub-subscription for details

  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public init(
        status: String? = nil,
        type: String? = nil
    )