README ¶ go-qwhub API client for QuakeWorld Hub API in Go (Golang). See also QuakeWorld Hub API QuakeWorld streambot serverstat masterstat Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Client func NewClient() *Client func (c *Client) Demos(queryParams ...map[string]string) []qtvscraper.Demo func (c *Client) MvdsvServers(queryParams ...map[string]string) []mvdsv.Mvdsv func (c *Client) Streams() []twitch.Stream Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { RestyClient *resty.Client } func NewClient ¶ func NewClient() *Client func (*Client) Demos ¶ added in v0.1.1 func (c *Client) Demos(queryParams ...map[string]string) []qtvscraper.Demo func (*Client) MvdsvServers ¶ func (c *Client) MvdsvServers(queryParams ...map[string]string) []mvdsv.Mvdsv func (*Client) Streams ¶ func (c *Client) Streams() []twitch.Stream Source Files ¶ View all Source files qwhub.go Click to show internal directories. Click to hide internal directories.