Skip to content

Instantly share code, notes, and snippets.

@weienwong
Created November 14, 2019 22:49
Show Gist options
  • Save weienwong/6c60b02e23be6d48dc1e365757924aba to your computer and use it in GitHub Desktop.
Save weienwong/6c60b02e23be6d48dc1e365757924aba to your computer and use it in GitHub Desktop.
const SDK = require('@zesty-io/sdk')
const https = require('https')
require('dotenv').config()
const DEV_TOKEN = process.env.DEV_TOKEN
const INSTANCE_ZUID = process.env.INSTANCE_ZUID
const MODEL_ZUID = process.env.MODEL_ZUID
const sdk = new SDK(INSTANCE_ZUID, DEV_TOKEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment