Appwrite SDK INIT for DENO

    0

    1

    Khalid Khan

    Appwrite companion cookbook

    Initialize your SDK with your Appwrite server API endpoint and project ID which can be found in your project settings page and your new API secret Key from project's API keys section.

    Shortcut: appwrite.deno.init

    import * as sdk from "https://deno.land/x/appwrite/mod.ts";
    
    let client = new sdk.Client();
    
    client
      .setEndpoint(' API_ENDPOINT') // Your API Endpoint
      .setProject('Project_ID') // Your project ID
      .setKey('apikey') // Your secret API key
      .setSelfSigned() // Use only on dev mode with a self-signed SSL cert
    ;
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.