node-speedrun
Version:
Node.js wrapper for the Speedrun.com API
11 lines (10 loc) • 338 B
JavaScript
module.exports = {
Category: require('./endpoints/category'),
Game: require('./endpoints/game'),
Level: require('./endpoints/level'),
Platform: require('./endpoints/platform'),
Region: require('./endpoints/region'),
Run: require('./endpoints/run'),
Serie: require('./endpoints/serie'),
User: require('./endpoints/user')
}