getCollection

@Provides
@Singleton
fun getCollection(retrofit: Retrofit): CollectionService

Provides an instance of CollectionService.

Return

An instance of CollectionService.

Parameters

retrofit

The Retrofit instance used to create the service.