Integrate Retrofit, OkHttp, and Kotlinx Serialization for type-safe API communication in Android. Use when building API clients, adding interceptors, or configuring network security. (triggers: **/*Api.kt, **/*Service.kt, **/*Client.kt, Retrofit, OkHttpClient, @GET, @POST)
@SerialName for JSON field mapping.See setup & wrappers for DTO and API examples.
suspend functions.See setup & wrappers for API endpoint definitions.
Bearer token injection and HttpLoggingInterceptor (debug only).Result wrapper or Either in Repository layer.isMinifyEnabled = true.