UNPKG

supercell-api-scraper

Version:

A supercell games scraper that has additional calculations and info, easy to use methods. [BETA]

24 lines (15 loc) 347 B
export default class Events { #options: any; constructor(options: any) { this.#options = options; this.goldPass = this.goldPass; this.clanGames = this.clanGames; this.clanWarLeagues = this.clanWarLeagues; return this; } goldPass() { "/goldpass/seasons/current"; } clanGames() {} clanWarLeagues() {} }