0.3.9 • Published 3 years ago

cla-wrapper v0.3.9

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

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.

0.3.9

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.2

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.1

3 years ago

0.2.7

3 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago