Documentation
¶
Index ¶
Constants ¶
View Source
const (
StatusURL = "/lor/status/v1/platform-data"
)
Legends of Runeterra endpoints
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LORClient ¶
type LORClient struct {
Status *StatusEndpoint
// contains filtered or unexported fields
}
func NewLORClient ¶
func NewLORClient(client *internal.InternalClient) *LORClient
Returns a new client using the API key provided.
type StatusEndpoint ¶
type StatusEndpoint struct {
// contains filtered or unexported fields
}
func (*StatusEndpoint) PlatformStatus ¶
func (s *StatusEndpoint) PlatformStatus(region Region) (*api.PlatformDataDTO, error)
Get Legends of Runeterra status for the given platform.
Click to show internal directories.
Click to hide internal directories.