using Microsoft.AspNetCore.Mvc.Infrastructure; namespace PokemonSleep.Web.Utility { public class StaticDetails { public static string PokemonSleepAPIBase { get; set; } public enum ApiType { GET, POST, PUT, DELETE } } }