Docs

Retrofit

v2.x

Type-safe HTTP client.

httpandroid

Install

gradle
kotlin
implementation("com.squareup.retrofit2:retrofit:2.11.0")

Why Retrofit

Interfaces

Describe the API once.

Converters

JSON in/out.

Documentation

Guide