TwitchLib 3.5.3
|
This is the complete list of members for TwitchLib.Api.Helix.Streams, including all inherited members.
ApiBase(IApiSettings settings, IRateLimiter rateLimiter, IHttpCallHandler http) | TwitchLib.Api.Core.ApiBase | |
CreateStreamMarkerAsync(CreateStreamMarkerRequest request, string accessToken=null) | TwitchLib.Api.Helix.Streams | |
GetAccessTokenAsync(string accessToken=null) | TwitchLib.Api.Core.ApiBase | |
GetFollowedStreamsAsync(string userId, int first=100, string after=null, string accessToken=null) | TwitchLib.Api.Helix.Streams | |
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 |
GetStreamKeyAsync(string broadcasterId, string accessToken=null) | TwitchLib.Api.Helix.Streams | |
GetStreamMarkersAsync(string userId=null, string videoId=null, int first=20, string after=null, string accessToken=null) | TwitchLib.Api.Helix.Streams | |
GetStreamsAsync(string after=null, int first=20, List< string > gameIds=null, List< string > languages=null, List< string > userIds=null, List< string > userLogins=null, string accessToken=null) | TwitchLib.Api.Helix.Streams | |
GetStreamTagsAsync(string broadcasterId, string accessToken=null) | TwitchLib.Api.Helix.Streams | |
PutBytesAsync(string url, byte[] payload) | TwitchLib.Api.Core.ApiBase | protected |
ReplaceStreamTagsAsync(string broadcasterId, List< string > tagIds=null, string accessToken=null) | TwitchLib.Api.Helix.Streams | |
Settings | TwitchLib.Api.Core.ApiBase | protected |
Streams(IApiSettings settings, IRateLimiter rateLimiter, IHttpCallHandler http) | TwitchLib.Api.Helix.Streams | |
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 |