Skip to content

Instantly share code, notes, and snippets.

@cg4jins
Created November 30, 2020 03:20
Show Gist options
  • Save cg4jins/cb7f79761f6c6ae5f00328960be67681 to your computer and use it in GitHub Desktop.
Save cg4jins/cb7f79761f6c6ae5f00328960be67681 to your computer and use it in GitHub Desktop.
RestTemplate restTemplate = RestTemplateFactory.createTemplate(readTimeout, connectionTimeout);
String url = String.format("https://androidpublisher.googleapis.com/androidpublisher/v3/applications/%s/reviews?access_token=%s&startIndex=1&maxResults=20", packageName, accessToken);
restTemplate.getForObject(url, ReviewsListResponse.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment