aboutsummaryrefslogtreecommitdiff
path: root/config/constants.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-09-08 18:34:58 -0400
committerBobby <[email protected]>2024-09-08 18:34:58 -0400
commite25611bde49fe2db28a006aca3ea49eece046c5f (patch)
treedae68f8784010ff9002fe0e3c5d228879c15a25f /config/constants.go
parent61bc5b38044bc52442415f83390ba72ed3b27491 (diff)
downloadyato-main.tar.xz
yato-main.zip
Image Rendering. Recommendations Thingy. Basic HomeHEADmain
Diffstat (limited to 'config/constants.go')
-rw-r--r--config/constants.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/constants.go b/config/constants.go
index 47c3ab1..d04a8aa 100644
--- a/config/constants.go
+++ b/config/constants.go
@@ -8,11 +8,15 @@ import (
var (
AppName = "yato"
+ PrettyAppName = "Yato"
Version = "0.1.0"
MALOAuthBaseURL = "https://myanimelist.net/v1/oauth2/authorize"
MALClientID string
MALClientSecret string
MALRedirectURI = "http://localhost:42069/authenticate"
+ MALAPIBaseURL = "https://api.myanimelist.net/v2"
+ JikanAPIBaseURL = "https://api.jikan.moe/v4"
+ ConfigDir, _ = os.UserConfigDir()
)
// These variables will be set by the linker during build