I don't quite understand function domains. Is it somehow possible to "link" (sorry if I use wrong terminology, I'm coming from offline desktop app development) a URL path to a function? E.g. https://api.mydomain.com/createStudent?name=JohnDoe would call a custom function that creates a student with a name. Or even without the query. Is this possible? If not, what would be the right way to tackle this?
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...