Hello, I wish to use the Appwrite client in my Kotlin multiplatform project, which targets Android, iOS, web, and desktop clients. AFAIK, there is a lack of client SDKs for desktop (Linux, Windows). So, I have two questions:
- Is there a plan to support Linux and Windows clients as well?
- Does it make sense to create such a wrapper?
I'll let appwrite team answer, but I suggest to create a rest wrapper, you can autogenerate it from specs : https://github.com/appwrite/appwrite/tree/master/app/config/specs
The kotlin SDK is meant to be used server side and we won't change that.
I don't think we have the resources to work on creating a kotlin client SDK. You could create a feature request though and if there is a lot of 👍 it would move up on our radar.
You could maybe contribute a kotlin client SDK but it would need to be into the SDK generator repo.
Recommended threads
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- Github Student org plan shows "Free Plan...
For few days, there is banner info appearing, says "Your Free plan includes up to 2 projects and limited resources" in github stundent org plan..?
- Migration Failed from 1.7.4 → 1.8.1: "Co...
Hey everyone! 👋 I'm trying to upgrade my self-hosted Appwrite from **1.7.4 to 1.8.1** and the migration is consistently failing **Environment:** - Current ve...