NetworkModule
Provides network-related dependencies using Dagger Hilt.
This module includes methods to provide instances of Retrofit, OkHttpClient, authentication credentials, and various services used in the application.
Functions
Link copied to clipboard
Provides an instance of AuthenticationService.
Link copied to clipboard
Provides an instance of CollectionService.
Link copied to clipboard
Provides an instance of CommonService.
Link copied to clipboard
Provides an instance of DisbursementsService.
Link copied to clipboard
Provides an instance of AccessTokenCredentials.
Link copied to clipboard
@Provides
@Singleton
Provides an instance of AuthInterface.
Link copied to clipboard
Provides an instance of BasicAuthCredentials.
Link copied to clipboard
Provides an instance of Gson.
Link copied to clipboard
@Provides
@Singleton
Provides an instance of OkHttpClient.
Link copied to clipboard
@Provides
@Singleton
Provides an instance of Retrofit.
Link copied to clipboard
Provides the base URL for the API.
Link copied to clipboard
Provides an instance of HttpLoggingInterceptor.