Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

483/Replace plus person downloader #588

Closed
wants to merge 3 commits into from

Conversation

friedger
Copy link
Contributor

This PR replaces the plus api calls through PlusClient by calls through the retrofit service PlusApi

based on #587

@friedger
Copy link
Contributor Author

closed until #587 is merged

@friedger friedger closed this Mar 17, 2016
@tasomaniac tasomaniac reopened this Mar 17, 2016
@friedger
Copy link
Contributor Author

With #589 this can be closed
On 17 Mar 2016 17:06, "Said Tahsin Dane" notifications@github.com wrote:

Reopened #588 #588.


You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub
#588 (comment)

@GET("people/{gplusId}?fields=image&key=" + BuildConfig.IP_SIMPLE_API_ACCESS_KEY)
Call<ImageInfo> getImageInfo(@Path("gplusId") String gplusId);

@GET("people/{gplusId}?fields=image,aboutMe,tagline,urls,url,cover,displayName&key="
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I realized this duplication, this key can be added through OkHttp interceptors.

@friedger
Copy link
Contributor Author

Comments addressed in #589

@friedger friedger deleted the 483/plus_person_downloader branch March 22, 2016 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants