UNPKG

apextab-api

Version:

A simple Node.js Wrapper for the *Apex Legends* API provided by ApexTab.

11 lines (10 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_CONFIG = { APEXTAB_HOST_URL: 'apextab.com', APEXTAB_API: '/api/', ENDPOINTS: { 'SEARCH': 'search.php', 'PLAYER': 'player.php' } };