com.indico
//indico-client-java/com.indico
# Package-level declarations
## Types
| Name | Summary |
| ------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| AuthorizationInterceptor | \[jvm]<br>open class AuthorizationInterceptor : Interceptor |
| Enums | \[jvm]<br>open class Enums |
| IndicoClient | \[jvm]<br>interface IndicoClient : [AutoCloseable](https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html)<br>Indico Client for communicating with the platform's GraphQL API. |
| IndicoConfig | \[jvm]<br>open class IndicoConfig<br>Use the builder to modify the config and pass this object to the IndicoClient constructor |
| IndicoKtorClient | \[jvm]<br>class IndicoKtorClient(val config: IndicoConfig) : [Closeable](https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html), IndicoClient<br>Kotlin based concrete implementation of the IndicoClient. |
| JSON | \[jvm]<br>open class JSON |
| RestRequest | \[jvm]<br>interface RestRequest\<T\> |
| RetryInterceptor | \[jvm]<br>open class RetryInterceptor : Interceptor |
Updated 5 days ago