mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 21:48:45 +00:00
324 B
324 B
setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
->setProject(''); // Your project ID
$functions = new Functions($client);
$result = $functions->getTemplate(
templateId: ''
);