Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 208 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 208 Bytes

popular-movies-stage-1

Udacity project. Put yout api key in api/APIClient.

public class APIClient implements RequestInterceptor {
public static final String API_KEY="your api key";
...