TwitchRequestBase๏
Inherits: RefCounted < Object
Inherited By: TwitchAdsRequests, TwitchAnalyticsRequests, TwitchBitsRequests, TwitchChannelPointsRequests, TwitchChannelsRequests, TwitchChatRequests, TwitchClipsRequests, TwitchGamesRequests, TwitchModerationRequests, TwitchStreamsRequests, TwitchUsersRequests
Base class for all Twitch API request category handlers.
Description๏
TwitchRequestBase provides common HTTP request functionality for all API category classes. It handles the HTTP client connection and provides helper methods for making GET, POST, PATCH, PUT, and DELETE requests. This class is not used directly; instead, use the category-specific classes like TwitchUsersRequests, TwitchStreamsRequests, etc.