Hi, Could i get some help with generating sdk for Java, i cant use the Server Kotlin SDK. How can i use the sdk-generator to generate an sdk for java since its mentioned that it's supported.
Did you read through the readme and contributing guide?
i read the readme, didn't check the contributing guide, haven't ever used php so.
How can i use the sdk-generator to generate an sdk for java since its mentioned that it's supported.
Also, our kotlin sdk is generated from the SDK generator so...
make sure to read the contributing guide too, if you want to figure out how to run the sdk generator
is the Java language available?
im not sure what you're talking about
i might be confused as i did not understand the stuff
Is there a SDK For java? not kotlin
no, we have our kotlin sdk which should be usable in java too
i want it to use in gwt, when i looked it up it seems like it needs native java sdk...
what is gwt and what makes you say that it needs native java sdk?
Google Web Toolkit, its like web app hosted on google app engine platform
i see. and what problem are you having using the kotlin sdk?
it converts java to js to be used in the frontend and it doesnt seem to support kotlin sdks
oh i see...ya..this probably won't work for you...but also, you probably wouldn't want to use a server sdk for something that would end up as javascript
you might have to write java code to manually call the REST APIs. This might be helpful: https://appwrite.io/docs/rest
Or use the GraphQL API
yea ig the rest api might be the way if the kotlin sdk doesnt work at all
Recommended threads
- Mcp server offline?
- Appwrite Server 404 Not Found
Someone help please I'm using docker appwrite on my vps hosting server. there are other projects running on nginx as well so to avoid issues i'm using nginx se...
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...