Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/outscale/osc-sdk-js

Outscale SDK for TypeScript/JavaScript
https://github.com/outscale/osc-sdk-js

Last synced: 7 days ago
JSON representation

Outscale SDK for TypeScript/JavaScript

Awesome Lists containing this project

README

        

[![Project Graduated](https://docs.outscale.com/fr/userguide/_images/Project-Graduated-green.svg)](https://docs.outscale.com/en/userguide/Open-Source-Projects.html)

# Outscale SDK for TypeScript/JavaScript

Welcome to Outscale SDK for [typescript](https://www.typescriptlang.org/)/[javascript](https://en.wikipedia.org/wiki/JavaScript).

This SDK is generated to interact with [Outscale API service](https://docs.outscale.com/api) only (based on [openapi description](https://github.com/outscale/osc-api)).

This SDK provides a TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/).

# How to use this SDK ?

Install using npm:
```
npm install -save outscale-api
```

Alternativly, you can directly use github:
```
npm install --save github:outscale/osc-sdk-js
```

See [examples](examples/) folder to jump straight into the code!

# Building from sources

```
nvm install
npm install --local
npm run build
```

# Contributing

Check [contributing documentation](CONTRIBUTING.md).

# License

> Copyright Outscale SAS
>
> BSD-3-Clause

This project is compliant with [REUSE](https://reuse.software/).