Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

To compile typescript and run examples:

cd /path/to/sdk/folder
npm install
tsc ./example_typescript.ts
node ./example_typescript.js

There are compiled files of sdk and example are in javascript-rest folder