com.indico

Project: indico-client-java
Java package: com.indico

Package-level type declarations

NameSummary
AuthorizationInterceptoropen class AuthorizationInterceptor : Interceptor
Enumsopen class Enums
IndicoClientinterface IndicoClient : AutoCloseableIndico Client for communicating with the platform's GraphQL API.
IndicoConfigopen class IndicoConfigUse the builder to modify the config and pass this object to the IndicoClient constructor
IndicoKtorClientclass IndicoKtorClient(val config: IndicoConfig) : Closeable, IndicoClientKotlin based concrete implementation of the IndicoClient.
JSONopen class JSON
RestRequestinterface RestRequest<T>
RetryInterceptoropen class RetryInterceptor : Interceptor