VictorKabata / DarajaMultiplatform

Kotlin Multiplatform wrapper for Daraja(M-Pesa) API for Kotlin and Swift clients
https://victorkabata.github.io/DarajaMultiplatform/
Apache License 2.0
38 stars 4 forks source link

Provide the library as a Ktor server library #125

Open ndiritumichael opened 3 months ago

ndiritumichael commented 3 months ago

Is it possible to reuse the library in server side ktor?

VictorKabata commented 1 week ago

The current version (v0.x.x to v1.x.x) of the library is focused on mobile clients i.e. Android and iOS, utilizing it on the server-side isn't possible yet. These versions prioritize functionalities relevant to mobile clients and their interaction with Daraja API endpoints.

The upcoming v2.x.x release is planned to introduce server-side support, along with a broader range of endpoints that require a backend for interaction.

Contribute to this progress by adding a JVM target and corresponding tests for the library. You can find our contribution guidelines here