Skip to content

Instantly share code, notes, and snippets.

@wsrzx
Last active June 30, 2018 18:26
Show Gist options
  • Save wsrzx/4a6672dbf6f2bcbaff0ef25bd3e4de01 to your computer and use it in GitHub Desktop.
Save wsrzx/4a6672dbf6f2bcbaff0ef25bd3e4de01 to your computer and use it in GitHub Desktop.
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