Factory

object Factory

Functions

Link copied to clipboard
fun create(baseUrl: String = "https://archiveofourown.org/", okHttpClient: OkHttpClient? = null, interceptors: List<Interceptor> = listOf(), converterFactories: List<Converter.Factory> = listOf(), callAdapterFactories: List<CallAdapter.Factory> = listOf()): AO3Service

Factory method to create an instance of an AO3Service.