saas-launcher-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

saas-launcher-sdk

Openapi generated typescript-axios client for CloudHospital SaaS Launcher

Installing

#yarn add saas-launcher-sdk
npm install saas-launcher-sdk

Usage

import {WebappsApi, Configuration, WebappsModel} from 'saas-launcher-sdk';
import axios from 'axios'

const configuration = new Configuration({
  basePath: 'https://launcher-api.icloudhospital.com/v1'
});

const instance = axios.create({
  timeout: 10000,
  params: {},
  headers: {}
});


const webappApi = new WebappsApi(configuration, undefined, instance);

// Get list
const webappList = await webappApi.webappsGet().then(res => res.data);
console.log(webappList);

Example

  • You can find an example here

Package Sidebar

Install

npm i saas-launcher-sdk

Weekly Downloads

1

Version

1.0.14

License

UNLICENSED

Unpacked Size

212 kB

Total Files

24

Last publish

Collaborators

  • cloudhospital