Skip to content
ungisan edited this page Nov 8, 2023 · 1 revision

Welcome to the Scalable-Software-Architecture wiki! Screenshot_20231108_175956_Samsung Internet curl -L
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer "
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/meta# GitHub CLI api

gh api
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
/curl -L
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer "
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/<meta-data     android:name="firebase_messaging_auto_init_enabled"     android:value="false" /> <meta-data     android:name="firebase_analytics_collection_enabled"<service     android:name=".java.MyFirebaseMessagingService"     android:exported="false">             <action android:name=/**  * Called if the FCM registration token is updated. This may occur if the security of  * the previous token had been compromised. Note that this is called when the  * FCM registration token is initially generated so this is where you would retrieve the token.  */ override fun onNewToken(token: String) {    

Clone this wiki locally