Outscale SDK for TypeScript/JavaScript
Welcome to Outscale SDK for typescript/javascript.
This SDK provides a TypeScript/JavaScript client that utilizes Fetch API.
How to use this SDK ?
Install with npm:
npm install --save github:outscale/osc-sdk-js
Or directly add outscale-api
to your package.json
:
"dependencies": {
"outscale-api": "github:outscale/osc-sdk-js",
}
See examples folder to jump straight into the code!
Building from sources
nvm install
npm install --local
npm run build
Contributing
Check contributing documentation.
License
Copyright Outscale SAS
BSD-3-Clause
This project is compliant with REUSE.