summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Models/ModSearchModel.cs
AgeCommit message (Collapse)Author
2017-09-23make web controllers internal (#336)Jesse Plamondon-Willard
This is needed to support internal models, which is needed to share the models with the main SMAPI assembly without making them visible to mods.
2017-09-22simplify input & output format (#336)Jesse Plamondon-Willard
2017-09-22switch mod update endpoint to GET with comma-delimited mod keys (#336)Jesse Plamondon-Willard
2017-09-22rewrite to make update-check logic vendor-agnostic (#336)Jesse Plamondon-Willard
2017-09-21split input model from Nexus response model (#336)Jesse Plamondon-Willard