Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twitch-api-types

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-api-types - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

22

api/urls.d.ts

@@ -41,4 +41,24 @@ export declare enum APIEndpoint {

*/
GetChannelFollowers = "https://api.twitch.tv/helix/channels/followers"
GetChannelFollowers = "https://api.twitch.tv/helix/channels/followers",
/**
* GET
*/
GetUsers = "https://api.twitch.tv/helix/users",
/**
* PUT
*/
UpdateUser = "https://api.twitch.tv/helix/users",
/**
* GET
*/
GetUserBlockList = "https://api.twitch.tv/helix/users/blocks",
/**
* PUT
*/
BlockUser = "https://api.twitch.tv/helix/users/blocks",
/**
* DELETE
*/
UnblockUser = "https://api.twitch.tv/helix/users/blocks"
}
//# sourceMappingURL=urls.d.ts.map

@@ -50,3 +50,24 @@ "use strict";

APIEndpoint["GetChannelFollowers"] = "https://api.twitch.tv/helix/channels/followers";
// Users
/**
* GET
*/
APIEndpoint["GetUsers"] = "https://api.twitch.tv/helix/users";
/**
* PUT
*/
APIEndpoint["UpdateUser"] = "https://api.twitch.tv/helix/users";
/**
* GET
*/
APIEndpoint["GetUserBlockList"] = "https://api.twitch.tv/helix/users/blocks";
/**
* PUT
*/
APIEndpoint["BlockUser"] = "https://api.twitch.tv/helix/users/blocks";
/**
* DELETE
*/
APIEndpoint["UnblockUser"] = "https://api.twitch.tv/helix/users/blocks";
})(APIEndpoint || (exports.APIEndpoint = APIEndpoint = {}));
//# sourceMappingURL=urls.js.map

2

package.json
{
"name": "twitch-api-types",
"version": "0.3.1",
"version": "0.3.2",
"description": "",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc