brawlhalla-stats-api
Version:
A library for working with brawlhalla api without the need to have an official api_key.Created to simplify sending requests to stats.brawlhalla.fr.
10 lines (9 loc) • 370 B
JavaScript
const defurl = 'https://api.brawlhalla.fr/angularwebapp2/';
const patch = 'https://api.brawlhalla.fr/angularwebapp2/getPatch';
const steamapiurl = "https://api.steampowered.com/ISteamUser/ResolveVanityURL/v1/?key=";
const steamlink = "https://api.brawlhalla.fr/angularwebapp2/playerMainSteam?name="
module.exports = {
defurl,
patch,
steamapiurl
};