summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Startup.cs
AgeCommit message (Expand)Author
2017-09-25use POST for SMAPI update checks to avoid issues with long queries (#336)Jesse Plamondon-Willard
2017-09-23make web controllers internal (#336)Jesse Plamondon-Willard
2017-09-22authenticate GitHub queries if auth details are configured (#336)Jesse Plamondon-Willard
2017-09-22restrict version to a valid SMAPI version (#336)Jesse Plamondon-Willard
2017-09-22move hardcoded values into config (#336)Jesse Plamondon-Willard
2017-09-22add in-memory cache for remote queries (#336)Jesse Plamondon-Willard
2017-09-22add subdomain rewrite rule (#336)Jesse Plamondon-Willard
2017-09-22indent JSON responses (#336)Jesse Plamondon-Willard
2017-09-22simplify input & output format (#336)Jesse Plamondon-Willard
2017-09-22suppress null properties in JSON responses (#336)Jesse Plamondon-Willard
2017-09-22switch mod update endpoint to GET with comma-delimited mod keys (#336)Jesse Plamondon-Willard
2017-09-21standardise project name (#336)Jesse Plamondon-Willard