static

package
v0.0.0-...-79c4055 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {

	// This field, as in the API client, allows you
	// to make requests to addresses containing information.
	HTTPClient *fasthttp.Client
}

func (*Client) GetChampionByName

func (c *Client) GetChampionByName(version, language, name string) (*champion, error)

func (*Client) GetChampions

func (c *Client) GetChampions(version, language string) (*champions, error)

func (*Client) GetItemByID

func (c *Client) GetItemByID(version, language, ID string) (*item, error)

func (*Client) GetItems

func (c *Client) GetItems(version, language string) (*items, error)

func (*Client) GetSupportedLanguages

func (c *Client) GetSupportedLanguages() ([]string, error)

func (*Client) GetVersions

func (c *Client) GetVersions() ([]string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL