Skip to content

Instantly share code, notes, and snippets.

@kinisoftware
Created October 14, 2019 17:41
Show Gist options
  • Select an option

  • Save kinisoftware/ad9178f177b6d26131406699388c941b to your computer and use it in GitHub Desktop.

Select an option

Save kinisoftware/ad9178f177b6d26131406699388c941b to your computer and use it in GitHub Desktop.
UsingLocaleAPI.kt
val upcomings = theMovieDBAPI.getNowPlaying(
System.getenv("TheMovieDBApiKey"),
locale,
1,
Utils.getRegion(locale)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment