using System; namespace Shared { public static class GLOBALS { public const string SPOTIFYURL = "https://api.spotify.com/v1/"; public const string MEDIATYPE = "application/json"; } }