sabio-typescript-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.48 • Public • Published

README

This is a first small Client Library for SABIO Knowledge using typescript. Typescript 3.8.3 or higher is required if you plan to use this library.

How to use it

  var config = new ApiConfiguration();
  config.endpoint = 'https://yoursystem.sabio.de/sabio-web/services';
  config.user = '<username>';
  config.password = '<password>';
  // also possible to use config.apiKey instead of username and password.
  var client = new SabioClient(config);
  //expect(client).toBeDefined();
  const result = await client.authenticationApi.login(config);  

Package Sidebar

Install

npm i sabio-typescript-client

Weekly Downloads

15

Version

1.0.48

License

ISC

Unpacked Size

223 kB

Total Files

94

Last publish

Collaborators

  • fgilde