summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/ConfigModels
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-06 00:02:30 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-06 00:02:30 -0400
commitaee42562698ad3e84f781d51e8aa5017a1a589bc (patch)
tree49514253617adcfd842f5085f2b7b467d50d2348 /src/SMAPI.Web/Framework/ConfigModels
parent6eba10948bf39d5e05505ec060f6920f84610d58 (diff)
downloadSMAPI-aee42562698ad3e84f781d51e8aa5017a1a589bc.tar.gz
SMAPI-aee42562698ad3e84f781d51e8aa5017a1a589bc.tar.bz2
SMAPI-aee42562698ad3e84f781d51e8aa5017a1a589bc.zip
remove obsolete Nexus API client
Diffstat (limited to 'src/SMAPI.Web/Framework/ConfigModels')
-rw-r--r--src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs b/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs
index de6c024a..9452fdf9 100644
--- a/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs
+++ b/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs
@@ -47,9 +47,6 @@ namespace StardewModdingAPI.Web.Framework.ConfigModels
/****
** Nexus Mods
****/
- /// <summary>The user agent for the Nexus Mods API client.</summary>
- public string NexusUserAgent { get; set; }
-
/// <summary>The base URL for the Nexus Mods API.</summary>
public string NexusBaseUrl { get; set; }
@@ -62,9 +59,6 @@ namespace StardewModdingAPI.Web.Framework.ConfigModels
/// <summary>The base URL for the Pastebin API.</summary>
public string PastebinBaseUrl { get; set; }
- /// <summary>The user agent for the Pastebin API client, where {0} is the SMAPI version.</summary>
- public string PastebinUserAgent { get; set; }
-
/// <summary>The user key used to authenticate with the Pastebin API.</summary>
public string PastebinUserKey { get; set; }