issues
search
charliealbright
/
GitHub-Search
A clean and simple Android app to search for users on GitHub
Apache License 2.0
0
stars
0
forks
source link
Set up the groundwork for connecting to the GitHub API using Retrofit.
#6
Closed
charliealbright
closed
7 years ago
charliealbright
commented
7 years ago
Create a GitHubApiService class to define the REST calls Retrofit will need to make.
Set up Retrofit to use a GSON converter factory for transforming JSON into Plain Old Java Objects.
Create POJOs to hold the retrieved data.
Test that calls can be performed as expected.