Skip to content

Conversation

Isanderthul
Copy link
Contributor

The example was 99% complete, only requiring the actual use of the GitHubApi. This has been done and the example is now a working example, showing a call being performed.

@nesquena nesquena merged commit e1b49ea into codepath:master Apr 20, 2016
@nesquena
Copy link
Member

Thanks!

mGitHubApi.getRepos("codepath", new GitHubApi.ResponseHandler() {
@Override
public void onResponse(Object data) {
Log.i("(MainActivity.java:45)",data.toString());
Copy link
Member

Choose a reason for hiding this comment

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

Thanks can we kill this line?

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.

3 participants