We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6b287 commit f3b7cebCopy full SHA for f3b7ceb
templates/deno/docs/example.md.twig
@@ -10,6 +10,7 @@ let {{ service.name | caseCamel }} = new sdk.{{service.name | caseUcfirst}}(clie
10
11
{% if method.security|length > 0 %}
12
client
13
+ .setEndpoint('https://[HOSTNAME_OR_IP]/v1') // Your API Endpoint
14
{% for node in method.security %}
15
{% for key,header in node|keys %}
16
.set{{header}}('{{node[header]['x-appwrite']['demo']}}') // {{node[header].description}}
0 commit comments