com.indico

//indico-client-java/com.indico

Package-level declarations

Types

NameSummary
AuthorizationInterceptor[jvm]
open class AuthorizationInterceptor : Interceptor
Enums[jvm]
open class Enums
IndicoClient[jvm]
interface IndicoClient : AutoCloseable
Indico Client for communicating with the platform's GraphQL API.
IndicoConfig[jvm]
open class IndicoConfig
Use the builder to modify the config and pass this object to the IndicoClient constructor
IndicoKtorClient[jvm]
class IndicoKtorClient(val config: IndicoConfig) : Closeable, IndicoClient
Kotlin based concrete implementation of the IndicoClient.
JSON[jvm]
open class JSON
RestRequest[jvm]
interface RestRequest<T>
RetryInterceptor[jvm]
open class RetryInterceptor : Interceptor