TwitchLib.Api
TwitchLib.Api copied to clipboard
API component of TwitchLib.
Hi, How do you reset the prompt shown to a user for a custom reward. E.g if you do the following: 1. Create a custom reward with IsUserInputRequired = true...
Request a thorough review of these calls. The project does build. But typos are easily missed in xml etc. Calls added are as follows: Get Channel Guest Star Settings Update...
Exposed error event for external processing
Was not added in the last PR because of issues and Twitch dev docs.
When fixing a conflict, I noticed multiple Authscopes are missing.
Changed some of the models to use DateTime instead of strings for consistency with the other models and ease of use.
Hello, The method TwitchLib.Api.Core.HttpCallHandlers.TwitchHttpClient.HandleWebException throw a BadTokenException when the api return 403. But in some case, the returned message from the api is : { "error": "Forbidden", "status": 403, "message":...
Hi, This is a patch that swaps strongly typed collections for their lowest-common denominator interfaces in public methods and properties. Makes it easier to consume and more generic. (targeting dev...
Very common request in discord.
Sometimes it can be quite unclear what an endpoint in the API does exactly. Along with that, it can throw unexpected exceptions which aren't documented anywhere. Next to that, even...