Skip to content

Instantly share code, notes, and snippets.

@gladimdim
Created August 23, 2017 12:17
Show Gist options
  • Save gladimdim/a58ff82eb191a7a1b24bdfbabc87408b to your computer and use it in GitHub Desktop.
Save gladimdim/a58ff82eb191a7a1b24bdfbabc87408b to your computer and use it in GitHub Desktop.
async function initializeClient() {
const client = await ZoomdataSDK.createClient({
credentials: {
key: 'KhukSxkaka'
},
application: {
secure: false,
host: 'localhost',
port: 8080,
path: '/zoomdata'
}
});
return client;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment