Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 365 Bytes

NanoDegree

App SpotifyStreamer :

You will need api key from the spotify web site to access the api.

Your Api key in ReviewsApi.java

@GET("movie/{id}/reviews?api_key=yourapikey")

Your Api key in SpotifyMoviesApi.java

@GET("discover/movie?api_key=yourapikey")

Your Api key in SpotifyMoviesApi.java

@GET("movie/{id}/videos?api_key=yourapikey")