-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi, could you please give an example of using the SDK with JavaScript on Node.js? I was trying to do it similar to CoffeeScript example, i.e.:
var v1sdk = require('./v1sdk.js');
var V1Server = v1sdk.V1Server;
console.log(v1sdk);
console.log(V1Server);
but after running script in node I get in result:
{}
undefined
Am I doing something wrong? Node.js version: 0.10.21. Thanks.
Metadata
Metadata
Assignees
Labels
No labels