BaseTwitchOpenApi class abstract

This class contains the main resources to access the data correctly.

The token and clientId are needed for authenticate your request. To see how the authentication works, read the at the following link: https://dev.twitch.tv/docs/authentication

As specified on the documentation (https://dev.twitch.tv/docs/authentication#types-of-tokens):

  • Client ID are public and can be shared
  • Client ID should be unique for every application and cannot be reused
Implementers

Constructors

BaseTwitchOpenApi(String? token, String? clientId)

Properties

client → TwitchHttpClient
Used by the package for making HTTP requests
no setter
clientId String?
Unique id for each application
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
Update the token
finalgetter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited