Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceInfo ¶
type Episode ¶
type Episode struct { Attributes struct { AlternateId string `json:"alternateId"` AirDate string `json:"airDate"` Name string `json:"name"` Description string `json:"description"` Episode int `json:"episodeNumber"` Season int `json:"seasonNumber"` HasDrm bool `json:"drmEnabled"` } `json:"attributes"` Id string `json:"id"` }
type GetAuthorizationTokenResponse ¶
type GetAuthorizationTokenResponse struct { Data struct { Attributes struct { Token string `json:"token"` } `json:"attributes"` } `json:"data"` }
type GetShowResponse ¶
type GetVideoUrlRequest ¶
type GetVideoUrlRequest struct { DeviceInfo DeviceInfo `json:"deviceInfo"` WisteriaProperties struct { } `json:"wisteriaProperties"` VideoId string `json:"videoId"` }
type GetVideoUrlResponse ¶
type GetVideoUrlResponse struct { Data struct { Attributes struct { Streaming []struct { Url string `json:"url"` } `json:"streaming"` } `json:"attributes"` } `json:"data"` }
type RateLimitError ¶
type RateLimitError struct { }
func (*RateLimitError) Error ¶
func (e *RateLimitError) Error() string
Click to show internal directories.
Click to hide internal directories.