cla-wrapper
v0.3.9
Published
Wrapper for CDISC Library API
Downloads
53
Readme
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.