https://streamlabscharity.com/api/v1/teams/@{TEAM-NAME}/{CAMPAIGN-NAME}
ℹ️ it allows to retreive the {TEAM_ID} necessary for next endpoints
https://streamlabscharity.com/api/v1/teams/{TEAM_ID}/members?page=1
https://streamlabscharity.com/api/v1/teams/@{TEAM-NAME}/{CAMPAIGN-NAME}
ℹ️ it allows to retreive the {TEAM_ID} necessary for next endpoints
https://streamlabscharity.com/api/v1/teams/{TEAM_ID}/members?page=1
export default class TouchDetector { | |
private startPos = {x:0, y:0}; | |
private endPos = {x:0, y:0}; | |
private sequence = []; | |
//0=Right 1=Down 2=Left 3=Top | |
private watchedSequence = [3,3,1,1,2,0,2,0];//Konami | |
constructor() { | |
super(); |
{ | |
"AG": { | |
"prefix": "+1268", | |
"len": 7, | |
"name": "Antigua and Barbuda" | |
}, | |
"CV": { | |
"prefix": "+238", | |
"len": 7, | |
"name": "Cape Verde" |