Created
October 24, 2017 12:11
-
-
Save gladimdim/9c065fa675b229f9e7607ab5a88abcc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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