Dagger 2 Deep Dive (32/55) - Retrofit Integration: Preparing for the real GitHub API

Опубликовано: 16 Март 2026
на канале: Brandon Gogetap
90
0

There is one more step before making a real GitHub API request. The response json doesn’t quite match the models we have. In this lesson we’ll create a model that wraps a list of RepoApiModels and change the GitHubApi interface to return that new model.

Project: https://github.com/bgogetap/GitHubBro...

This video is part of a series. See the full playlist here:    • Dagger 2 Deep Dive