Skip to content

Instantly share code, notes, and snippets.

@gladimdim
Created October 24, 2017 12:11
Show Gist options
  • Save gladimdim/9c065fa675b229f9e7607ab5a88abcc6 to your computer and use it in GitHub Desktop.
Save gladimdim/9c065fa675b229f9e7607ab5a88abcc6 to your computer and use it in GitHub Desktop.
async function initializeClient() {
const client = await ZoomdataSDK.createClient({
credentials: {
key: "KVKWiD8kUl"
},
application: {
secure: true,
host: "developer.zoomdata.com",
port: 443,
path: "/zoomdata-2.6"
}
});
return client;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment