AndroidBooster Network
Retrofit Interface
Define API endpoints in core/network/src/main/kotlin/com/huhx0015/androidbooster/network/interfaces/RetrofitInterface.kt. Extend or use this interface for your API calls.
NetworkModule
core/network/.../modules/NetworkModule.kt provides:
Retrofitwith base URL fromAndroidConstants.API_URLGsonwithLOWER_CASE_WITH_UNDERSCORESfield namingOkHttpClientwith cache (10MB) andHttpLoggingInterceptor(BODY)- `RetrofitInterf
[Description truncada. Veja o README completo no GitHub.]