const String name = "slothmu"; const String version = "v0.1 'not even alpha'"; const String useragent = "$name/$version"; const String website = "https://git.kittycat.homes/zoe/slothmu"; const Map defaultHeaders = { "User-Agent": useragent, "accept": "application/json", "Content-Type": "application/json" };