
API client enables interaction with the customer.io server API, facilitating integration by adding a dependency to build files.
Kotlin API client for customer.io server api
Add dependency to your build.gradle(.kts) or pom.xml:
api("me.nathanfallet.customerio:customerio-api-client:1.0.0")<dependency>
<groupId>me.nathanfallet.customerio</groupId>
<artifactId>customerio-api-client-jvm</artifactId>
<version>1.0.0</version>
</dependency>Kotlin API client for customer.io server api
Add dependency to your build.gradle(.kts) or pom.xml:
api("me.nathanfallet.customerio:customerio-api-client:1.0.0")<dependency>
<groupId>me.nathanfallet.customerio</groupId>
<artifactId>customerio-api-client-jvm</artifactId>
<version>1.0.0</version>
</dependency>