summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Models/ModSearchModel.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-09-22 01:57:18 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-09-22 01:57:18 -0400
commit86e55596786f8d65854a75632512750b6e09faae (patch)
tree27f082b50b70f3d3b020855f9ac8b3b1cc5430f6 /src/StardewModdingAPI.Web/Models/ModSearchModel.cs
parentef60b8d32abf7c8613749766155d80139e33b9d1 (diff)
downloadSMAPI-86e55596786f8d65854a75632512750b6e09faae.tar.gz
SMAPI-86e55596786f8d65854a75632512750b6e09faae.tar.bz2
SMAPI-86e55596786f8d65854a75632512750b6e09faae.zip
switch mod update endpoint to GET with comma-delimited mod keys (#336)
Diffstat (limited to 'src/StardewModdingAPI.Web/Models/ModSearchModel.cs')
-rw-r--r--src/StardewModdingAPI.Web/Models/ModSearchModel.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/StardewModdingAPI.Web/Models/ModSearchModel.cs b/src/StardewModdingAPI.Web/Models/ModSearchModel.cs
deleted file mode 100644
index 852ea439..00000000
--- a/src/StardewModdingAPI.Web/Models/ModSearchModel.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace StardewModdingAPI.Web.Models
-{
- /// <summary>The mod update search criteria.</summary>
- public class ModSearchModel
- {
- /// <summary>The namespaced mod keys to search.</summary>
- public string[] ModKeys { get; set; }
- }
-}