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