Table of Contents

Class GlitchedLocaleServerSettings

Namespace
GastroSky.Models.Settings
Assembly
GastroSky.Models.dll

Settings associated with the Glitched Locale Server.

public sealed class GlitchedLocaleServerSettings
Inheritance
GlitchedLocaleServerSettings
Inherited Members

Properties

ApiKey

API-Key.

public string ApiKey { get; set; }

Property Value

string

ApiUrl

API base URI.

public string ApiUrl { get; set; }

Property Value

string

ReadAccessPassword

Read-only pw.

public string? ReadAccessPassword { get; set; }

Property Value

string

SectionName

public static string SectionName { get; }

Property Value

string

TranslationEndpoint

Which translation endpoint to use when contacting the Glitched Locale Server.

public string TranslationEndpoint { get; set; }

Property Value

string

UserId

Glitched Locale User ID.

public string UserId { get; set; }

Property Value

string