Class GlitchedLocaleServerSettings
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
ApiUrl
API base URI.
public string ApiUrl { get; set; }
Property Value
ReadAccessPassword
Read-only pw.
public string? ReadAccessPassword { get; set; }
Property Value
SectionName
public static string SectionName { get; }
Property Value
TranslationEndpoint
Which translation endpoint to use when contacting the Glitched Locale Server.
public string TranslationEndpoint { get; set; }
Property Value
UserId
Glitched Locale User ID.
public string UserId { get; set; }