Using kotlin-sdk with configcat.com

Kotlin integration

✓ Official SDK

Install

# Maven: see https://github.com/configcat/kotlin-sdk
Get authenticated user details
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/me
List Products
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/products
Get Tag
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/tags/{tagId}
SDK on GitHub 📄 API Docs
SDK
kotlin-sdk
Kotlin
API
configcat.com
configcat.com

At a glance

Language Kotlin
Endpoints62
Base URLhttps://api.configcat.com
✓ Official