UNPKG

weedwick-api

Version:

A helper library to ease the communication with the Riot API

23 lines (22 loc) 469 B
export declare enum Region { BRAZIL = "br", EUROPE = "eune", EUROPE_WEST = "euw", KOREA = "kr", LATIN_AMERICA_NORTH = "lan", LATIN_AMERICA_SOUTH = "las", NORTH_AMERICA = "na", OCEANIA = "oce", RUSSIA = "ru", TURKEY = "tr", JAPAN = "jp" } export declare enum Locale { EnglishUK = "en_GB", German = "de_DE" } export declare type RequestConfig = { region?: Region; locale?: Locale; isDebugMode?: boolean; };