Last active
June 30, 2018 18:26
-
-
Save wsrzx/4a6672dbf6f2bcbaff0ef25bd3e4de01 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
public const string ApiUrl = "https://api.themoviedb.org/3"; | |
public const string ApiKey = "ad332258020257fb88e2cc468225dcb0"; | |
public const string ApiImageBaseUrl = "https://image.tmdb.org/t/p/w500/"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment