summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Framework/Clients/UpdateManifest/IUpdateManifestClient.cs
blob: bf1edd3f5e8646d0c8c946018b5bfecf2aa7105e (plain)
1
2
3
4
5
6
7
using System;

namespace StardewModdingAPI.Web.Framework.Clients.UpdateManifest
{
    /// <summary>An API client for fetching update metadata from an arbitrary JSON URL.</summary>
    internal interface IUpdateManifestClient : IModSiteClient, IDisposable { }
}