GitClassic
Feed
Explore
Random
Go Pro
Sign in
johnleider
/
hots-api
Code
/
Commits
/ 3080272
feat: init commit
John Leider
committed on Oct 12, 2019, 04:08 AM
Showing
22
changed files
+649 additions
-0 deletions
A
.gitignore
+1
A
index.ts
A
lib/api.ts
+14
A
lib/endpoints/heroes.ts
+17
A
lib/endpoints/maps.ts
+9
A
lib/endpoints/replays.ts
+21
A
lib/endpoints/talents.ts
+9
A
lib/request.ts
+42
A
package.json
+17
A
tsconfig.json
+63
A
tslint.json
+7
A
types/ability.d.ts
+11
A
types/fetch.d.ts
+15
A
types/hero.ts
+15
A
types/map.ts
+4
A
types/player.d.ts
+12
A
types/replay.d.ts
+36
A
types/score.d.ts
+24
A
types/talent.d.ts
+12
A
types/team.d.ts
+10
A
types/upload-response.d.ts
+8
A
yarn.lock
+302
Browse files at this commit โ