runescape-api-xconex
Version:
Simple wrapper for RuneScape APIs written in node.
48 lines • 3.75 kB
TypeScript
export declare const hiscores: {
endpoints: {
normal: string;
ironman: string;
hardcore: string;
ultimate: string;
deadman: string;
seasonal: string;
};
activities: readonly ["league_points", "bounty_hunter_hunter", "bounty_hunter_rogue", "clue_scrolls_all", "clue_scrolls_beginner", "clue_scrolls_easy", "clue_scrolls_medium", "clue_scrolls_hard", "clue_scrolls_elite", "clue_scrolls_master", "last_man_standing"];
bosses: readonly ["abyssal_sire", "alchemical_hydra", "barrows_chests", "bryophyta", "callisto", "cerberus", "chambers_of_xeric", "chambers_of_xeric_challenge_mode", "chaos_elemental", "chaos_fanatic", "commander_zilyana", "corporeal_beast", "crazy_archaeologist", "dagannoth_prime", "dagannoth_rex", "dagannoth_supreme", "deranged_archaeologist", "general_graardor", "giant_mole", "grotesque_guardians", "hespori", "kalphite_queen", "king_black_dragon", "kraken", "kreearra", "kril_tsutsaroth", "mimic", "nightmare", "obor", "sarachnis", "scorpia", "skotizo", "the_gauntlet", "the_corrupted_gauntlet", "theatre_of_blood", "thermonuclear_smoke_devil", "tzkal_zuk", "tztok_jad", "venenatis", "vetion", "vorkath", "wintertodt", "zalcano", "zulrah"];
gamemodes: readonly ["normal", "ironman", "hardcore", "ultimate", "deadman", "seasonal"];
skills: readonly ["overall", "attack", "defence", "strength", "constitution", "ranged", "prayer", "magic", "cooking", "woodcutting", "fletching", "fishing", "firemaking", "crafting", "smithing", "mining", "herblore", "agility", "thieving", "slayer", "farming", "runecrafting", "hunter", "construction"];
};
export declare const grandexchange: {
endpoints: {
category: string;
categoryPrice: string;
item: string;
itemGraph: string;
};
};
declare const _default: {
hiscores: {
endpoints: {
normal: string;
ironman: string;
hardcore: string;
ultimate: string;
deadman: string;
seasonal: string;
};
activities: readonly ["league_points", "bounty_hunter_hunter", "bounty_hunter_rogue", "clue_scrolls_all", "clue_scrolls_beginner", "clue_scrolls_easy", "clue_scrolls_medium", "clue_scrolls_hard", "clue_scrolls_elite", "clue_scrolls_master", "last_man_standing"];
bosses: readonly ["abyssal_sire", "alchemical_hydra", "barrows_chests", "bryophyta", "callisto", "cerberus", "chambers_of_xeric", "chambers_of_xeric_challenge_mode", "chaos_elemental", "chaos_fanatic", "commander_zilyana", "corporeal_beast", "crazy_archaeologist", "dagannoth_prime", "dagannoth_rex", "dagannoth_supreme", "deranged_archaeologist", "general_graardor", "giant_mole", "grotesque_guardians", "hespori", "kalphite_queen", "king_black_dragon", "kraken", "kreearra", "kril_tsutsaroth", "mimic", "nightmare", "obor", "sarachnis", "scorpia", "skotizo", "the_gauntlet", "the_corrupted_gauntlet", "theatre_of_blood", "thermonuclear_smoke_devil", "tzkal_zuk", "tztok_jad", "venenatis", "vetion", "vorkath", "wintertodt", "zalcano", "zulrah"];
gamemodes: readonly ["normal", "ironman", "hardcore", "ultimate", "deadman", "seasonal"];
skills: readonly ["overall", "attack", "defence", "strength", "constitution", "ranged", "prayer", "magic", "cooking", "woodcutting", "fletching", "fishing", "firemaking", "crafting", "smithing", "mining", "herblore", "agility", "thieving", "slayer", "farming", "runecrafting", "hunter", "construction"];
};
grandexchange: {
endpoints: {
category: string;
categoryPrice: string;
item: string;
itemGraph: string;
};
};
};
export default _default;
//# sourceMappingURL=oldschool.d.ts.map