Documentation
¶
Index ¶
Constants ¶
View Source
const ( BaseUrl = "https://api.reyden-x.com/v1" Twitch PlatformCode = "twitch" YouTube PlatformCode = "youtube" GoodGame PlatformCode = "goodgame" Trovo PlatformCode = "trovo" VkPlay PlatformCode = "vkplay" Kick PlatformCode = "kick" LaunchModeAuto LaunchMode = "auto" LaunchModeDelay LaunchMode = "delay" LaunchModeManual LaunchMode = "manual" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*http.Client
Token *Token
BaseUrl string
// contains filtered or unexported fields
}
func NewClientWithToken ¶ added in v1.0.7
NewClientWithToken Make Client instance
func (*Client) RefreshToken ¶ added in v1.0.9
type LaunchMode ¶ added in v1.2.1
type LaunchMode string
type PlatformCode ¶ added in v1.2.1
type PlatformCode string
Click to show internal directories.
Click to hide internal directories.