1.0.14 • Published 9 months ago

saas-launcher-sdk v1.0.14

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
9 months ago

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
1.0.14

9 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago