cla-wrapper
TypeScript icon, indicating that this package has built-in type declarations

0.3.9 • Public • Published

cla-wrapper

Javascript wrapper for the CDISC Library API.

Installation

To add CLA Wrapper to your project, run

npm install cla-wrapper

Usage and Documentation

In order to use the API you need CDISC Library credentials(Basic Auth) or API key(OAuth2). See CDISC page for more details.

Create an instance of a CdiscLibrary class and use it to access CDISC Library.

// Connect to the CDISC Library using API key
let cl = new CdiscLibrary({ apiKey: 'apiKey' }});
// Get the VS dataset
let vs = await cl.getItemGroup('VS','sdtmig33');

See the wrapper documentation for details.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Package Sidebar

Install

npm i cla-wrapper

Weekly Downloads

23

Version

0.3.9

License

MIT

Unpacked Size

1.22 MB

Total Files

76

Last publish

Collaborators

  • dmitrymk