twitch-api-types
Advanced tools
Comparing version 0.3.3 to 0.4.0
@@ -7,2 +7,5 @@ export * from './ads'; | ||
export * from './urls'; | ||
export * from './bits'; | ||
export * from './images'; | ||
export * from './cheermote'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -23,2 +23,5 @@ "use strict"; | ||
__exportStar(require("./urls"), exports); | ||
__exportStar(require("./bits"), exports); | ||
__exportStar(require("./images"), exports); | ||
__exportStar(require("./cheermote"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -25,2 +25,10 @@ export declare enum APIEndpoint { | ||
*/ | ||
GetBitsLeaderboard = "https://api.twitch.tv/helix/bits/leaderboard", | ||
/** | ||
* GET | ||
*/ | ||
GetCheermotes = "https://api.twitch.tv/helix/bits/cheermotes", | ||
/** | ||
* GET | ||
*/ | ||
GetChannelInformation = "https://api.twitch.tv/helix/channels", | ||
@@ -27,0 +35,0 @@ /** |
@@ -29,2 +29,11 @@ "use strict"; | ||
APIEndpoint["GetGameAnalytics"] = "https://api.twitch.tv/helix/analytics/games"; | ||
// Bits | ||
/** | ||
* GET | ||
*/ | ||
APIEndpoint["GetBitsLeaderboard"] = "https://api.twitch.tv/helix/bits/leaderboard"; | ||
/** | ||
* GET | ||
*/ | ||
APIEndpoint["GetCheermotes"] = "https://api.twitch.tv/helix/bits/cheermotes"; | ||
// Channels | ||
@@ -31,0 +40,0 @@ /** |
{ | ||
"name": "twitch-api-types", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -8,3 +8,3 @@ # Twitch API Types | ||
- [x] Analytics | ||
- [ ] Bits | ||
- [x] Bits | ||
- [x] Channels | ||
@@ -11,0 +11,0 @@ - [ ] Channel Points |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59216
55
1140