[eddie][cleverdevil] From IndieWeb Room, yeah those settings are the most challenging. There are two places they are retrieved. I can write up some more detailed examples tomorrow or Monday, but hereโs the essential idea
Loqi[ZekeSnider] NintendoSwitchRESTAPI: Reverse engineered REST API used in the Nintendo Switch app for iOS. Includes documentation on Splatoon 2's API.
[eddie]Yeah, that single request actually presents a lot of the info for you. You MIGHT have to also wait 15 minutes for the token to expire and then watch the traffic for when your refresh the app and it gets a 401 error and then refreshes for a new token.
[cleverdevil][eddie]++ for the pointers on Switch game play tracking! I have a Python script now that can fetch my daily summaries, and make sense of it.
Jeremycherfas!tell [Rose] Can you have a page in Grav that uses, say, the blogpost template but does not exist within the /blog folder? I just want a standalone page that looks the same but isn't actually a blog post.
LoqiJeremycherfas: Zegnat left you a message 1 day, 18 hours ago: For future reference: empty() actually includes the isset() check, which means you can always use that. According to the PHP manual: โempty() is essentially the concise equivalent to !isset($var) || $var == falseโ. (Note that $var == false takes care of the null case.)