TwitchLib 3.5.3
|
This is the complete list of members for TwitchLib.Api.Helix.ChannelPoints, including all inherited members.
ApiBase(IApiSettings settings, IRateLimiter rateLimiter, IHttpCallHandler http) | TwitchLib.Api.Core.ApiBase | |
ChannelPoints(IApiSettings settings, IRateLimiter rateLimiter, IHttpCallHandler http) | TwitchLib.Api.Helix.ChannelPoints | |
CreateCustomRewardsAsync(string broadcasterId, CreateCustomRewardsRequest request, string accessToken=null) | TwitchLib.Api.Helix.ChannelPoints | |
DeleteCustomRewardAsync(string broadcasterId, string rewardId, string accessToken=null) | TwitchLib.Api.Helix.ChannelPoints | |
GetAccessTokenAsync(string accessToken=null) | TwitchLib.Api.Core.ApiBase | |
GetCustomRewardAsync(string broadcasterId, List< string > rewardIds=null, bool onlyManageableRewards=false, string accessToken=null) | TwitchLib.Api.Helix.ChannelPoints | |
GetCustomRewardRedemptionAsync(string broadcasterId, string rewardId, List< string > redemptionIds=null, string status=null, string sort=null, string after=null, string first=null, string accessToken=null) | TwitchLib.Api.Helix.ChannelPoints | |
GetGenericAsync< T >(string url, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, ApiVersion api=ApiVersion.Helix, string clientId=null) | TwitchLib.Api.Core.ApiBase | protected |
PutBytesAsync(string url, byte[] payload) | TwitchLib.Api.Core.ApiBase | protected |
Settings | TwitchLib.Api.Core.ApiBase | protected |
TwitchDeleteAsync(string resource, ApiVersion api, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchDeleteGenericAsync< T >(string resource, ApiVersion api, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchGetAsync(string resource, ApiVersion api, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchGetGenericAsync< T >(string resource, ApiVersion api, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchPatchAsync(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchPatchGenericAsync< T >(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchPostAsync(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchPostGenericAsync< T >(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchPostGenericModelAsync< T >(string resource, ApiVersion api, RequestModel model, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchPutAsync(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
TwitchPutGenericAsync< T >(string resource, ApiVersion api, string payload=null, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null) | TwitchLib.Api.Core.ApiBase | protected |
UpdateCustomRewardAsync(string broadcasterId, string rewardId, UpdateCustomRewardRequest request, string accessToken=null) | TwitchLib.Api.Helix.ChannelPoints | |
UpdateRedemptionStatusAsync(string broadcasterId, string rewardId, List< string > redemptionIds, UpdateCustomRewardRedemptionStatusRequest request, string accessToken=null) | TwitchLib.Api.Helix.ChannelPoints |