Package de.jensklingenberg.ktorfit

Types

Call
Link copied to clipboard
interface Call<T>
Callback
Link copied to clipboard
interface Callback<T>
Ktorfit
Link copied to clipboard
class Ktorfit

Main class for Ktorfit, create the class than use the create() function.

Functions

create
Link copied to clipboard
inline fun <T> Ktorfit.create(): T

This will make IntelliJ think that this function exists. The real implementation will be generated by the KSP plugin Ktorfit will return an implementation of type T for a requested interface

ktorfit
Link copied to clipboard
fun ktorfit(builder: Ktorfit.Builder.() -> Unit): <ERROR CLASS>

Create a Ktorfit instance using Kotlin-DSL.

ktorfitBuilder
Link copied to clipboard
fun ktorfitBuilder(builder: Ktorfit.Builder.() -> Unit): <ERROR CLASS>

Creates a Ktorfit Builder instance using Kotlin-DSL.