DarajaMultiplatform
DarajaMultiplatform copied to clipboard
Provide the library as a Ktor server library
Is it possible to reuse the library in server side ktor?
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