diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-24 22:11:51 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:59:15 -0400 |
commit | 95f261b1f30d8c5ad6c179cd75a220dcca3c6395 (patch) | |
tree | 41a1d9c36078c1e5018f1cfcda587ec2ca9ccca6 /src/SMAPI.Web/Framework/ConfigModels | |
parent | 890c6b3ea7c4aedf4a9130aceff8d80c78bd6e0f (diff) | |
download | SMAPI-95f261b1f30d8c5ad6c179cd75a220dcca3c6395.tar.gz SMAPI-95f261b1f30d8c5ad6c179cd75a220dcca3c6395.tar.bz2 SMAPI-95f261b1f30d8c5ad6c179cd75a220dcca3c6395.zip |
fetch mod info from Nexus API if the web page is hidden due to adult content (#651)
Diffstat (limited to 'src/SMAPI.Web/Framework/ConfigModels')
-rw-r--r-- | src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs b/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs index c27cadab..d2e9a2fe 100644 --- a/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs +++ b/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs @@ -65,6 +65,9 @@ namespace StardewModdingAPI.Web.Framework.ConfigModels /// <summary>The URL for a Nexus mod page to scrape for versions, excluding the <see cref="NexusBaseUrl"/>, where {0} is the mod ID.</summary> public string NexusModScrapeUrlFormat { get; set; } + /// <summary>The Nexus API authentication key.</summary> + public string NexusApiKey { get; set; } + /**** ** Pastebin ****/ |