assuming that is a retrofit service you need to ad...
# dagger
t
assuming that is a retrofit service you need to add an
@Provides
method to module that returns the
RedditApi
instance.