Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 17, 2018 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/1b231b1c6958b857a276ce2be1b4399b to your computer and use it in GitHub Desktop.
Save luandevpro/1b231b1c6958b857a276ce2be1b4399b to your computer and use it in GitHub Desktop.
export const URl_API = 'https://api.themoviedb.org/3/discover/movie?api_key=8d8e6405b1d127dcbe031bd2b3e85c3b&language=en-US&sort_by=popularity.desc&include_adult=false&include_video=false&page=1'
export const POSTER_PATH = 'http://image.tmdb.org/t/p/w500'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment