Last active
December 9, 2019 03:00
-
-
Save hafizrahman/29370553f3ab3021551ab85fc4697eec to your computer and use it in GitHub Desktop.
Constants file example.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package studio.oldblack.wpflightcontrol | |
const val WPFC_SHARED_PREFS_FILENAME = "wpfc_prefs" | |
const val WPFC_WPCOM_AUTH_ENDPOINT = "https://public-api.wordpress.com/oauth2/authorize" | |
const val WPFC_WPCOM_TOKEN_ENDPOINT = "https://public-api.wordpress.com/oauth2/token" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment