Enum ApiEncodingType
- Namespace
- Tudormobile.OpenTrivia
- Assembly
- Tudormobile.OpenTrivia.dll
Specifies the encoding type for API responses from the Open Trivia Database.
public enum ApiEncodingType
Fields
Base64 = 2Base64 encoding for API responses.
Default = 0Default encoding (no encoding specified) for API responses.
Url3986 = 1URL encoding based on RFC 3986 standard for API responses.