Overview
Integration Layers
┌─────────────────────────────────────┐
│ Platform SDKs │ iOS · Android (coming soon)
│ Native wrappers — idiomatic APIs │
└──────────────┬──────────────────────┘
│ built on top of
┌──────────────▼──────────────────────┐
│ Low Level SDK │ Rust core with language bindings
│ Auth · Caching · API abstraction │ Swift · Kotlin · Go · C# · C/C++
└──────────────┬──────────────────────┘
│ calls
┌──────────────▼──────────────────────┐
│ REST API │ Direct HTTP — maximum flexibility,
│ Raw Kape API endpoints │ manual auth & caching required
└─────────────────────────────────────┘Platform SDKs
Low Level SDK
REST API
Last updated