UNPKG
node-speedrun
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.1-0
1.1.0
1.0.3
1.0.2
1.0.1
Node.js wrapper for the Speedrun.com API
speedrun.switchblade.xyz
SwitchbladeBot/node-speedrun
node-speedrun
/
lib
/
structures
/
Endpoint.js
10 lines
(9 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@ignore
*/
module.exports =
class
Endpoint
{
constructor
(client) {
this
.client = client
this
.name =
'EndpointName'
} }