using System; namespace StardewModdingAPI.Web.Framework.Clients.Nexus { /// An HTTP client for fetching mod metadata from Nexus Mods. internal interface INexusClient : IModSiteClient, IDisposable { } }