I feel dumb for asking this question, but I just can't figure out how functions are supposed to be called.
I have a Unity App that communicates with appwrite via the REST api.
How can i execute functions and get the response?
TL;DR
Developers asking how to call functions via REST to create and validate a user with a specific id using an app like Unity App with Appwrite.
Meister der Magie | Martin
8 Nov, 2024, 20:28
Specifically I have a function that creates a user, generates a specific id and immediately validates it. How would I call it?