Xgenia.CloudFunctions
Only available on the frontend
The Xgenia.CloudFunctions service lets you call Xgenia cloud functions.
Xgenia.CloudFunctions.run(functionName,parameters)
This function will call a cloud function in the backend.
const result = await Xgenia.CloudFunctions.run("myFunctionName", {
SomeParamater: "yes",
});