export const POE_HOME = 'https://www.pathofexile.com'; export const POE_LOGIN_URL = `${POE_HOME}/login`; export const POE_LOGIN_STEAM_URL = `${POE_LOGIN_URL}/steam`; export const POE_MY_ACCOUNT_URL = `${POE_HOME}/my-account`; export const POE_GET_CHARACTERS_URL = `${POE_HOME}/character-window/get-characters`; export const POE_STASH_ITEMS_URL = `${POE_HOME}/character-window/get-stash-items`; export const POE_LEAGUE_LIST_URL = 'http://api.pathofexile.com/leagues?type=main&compact=1';