I'm using appwrite cloud with .net maui but it seems appwrite doesn't have Client SDKs to support .net maui yet, I want to ask in the future if appwrite plans to support this .net maui, because we're looking for 1. baas solution for our system and found appwrite to be very suitable for the criteria we set.
thank you
Summary
The user wants to know if Appwrite supports .NET MAUI. The support team states that currently, there are no client SDKs for .NET MAUI, but it could be communicated with via login and create JWT API endpoints. They also mention that there are plans for client SDKs for .NET, but no timeline for .NET MAUI yet. They suggest checking out the SDK Generator repository if the user wants to contribute a MAUI SDK. They provide a link to the server SDK for .NET which can be used in the meantime.
@bonglv there are plans for client SDKs for .NET, however we don't have a timeline for .NET MAUI at the moment (especially since MAUI is still maturing as a platform)
Or in the meantime, you could talk to the Appwrite APIs directly
ideclon
Rank 5: Hypervisor
Sep 5, 2023, 11:11
That’s what I do currently in Lua
Aditya Oberai
Sep 5, 2023, 11:14
Right now, otherwise, you could communicate with login and create JWT API endpoints via Http requests and keep the rest of your business logic requiring Appwrite on an ASP.NET Web API. The JWT lets you perform user specific actions on the server SDK.