import "41.neocities.org/media/max"
func (b *BoltToken) Initiate() (*LinkInitiate, error)
you must /authentication/linkDevice/initiate first or this will always fail
type DefaultRoutes struct { Data struct { Attributes struct { Url Address } } Included []RouteInclude }
func (d *DefaultRoutes) Episode() int
func (d *DefaultRoutes) Season() int
func (d *DefaultRoutes) Show() string
func (d *DefaultRoutes) Title() string
func (d *DefaultRoutes) Year() int
type LinkInitiate struct { Data struct { Attributes struct { LinkingCode string TargetUrl string } } }
func (v *LinkLogin) Routes(web Address) (*DefaultRoutes, error)
type Playback struct { Drm struct { Schemes struct { Widevine struct { LicenseUrl string } } } Fallback struct { Manifest struct { Url Manifest } } }
type RouteInclude struct { Attributes struct { AirDate time.Time Name string EpisodeNumber int SeasonNumber int } Id string Relationships *struct { Show *struct { Data struct { Id string } } } }