Using swift-sdk with configcat.com

Swift integration

✓ Official SDK
Install
# See https://github.com/configcat/swift-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
swift-sdk
Swift
API
configcat.com
configcat.com
At a glance
Language Swift
Endpoints62
Base URLhttps://api.configcat.com
✓ Official