Table of Contents

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 = 2

Base64 encoding for API responses.

Default = 0

Default encoding (no encoding specified) for API responses.

Url3986 = 1

URL encoding based on RFC 3986 standard for API responses.