1.0.2 • Published 2 months ago

@tamu-dor/tamu-rest v1.0.2

Weekly downloads
2
License
-
Repository
github
Last release
2 months ago

TAMU REST Library

npm install --save @tamu-dor/tamu-rest

Usage

  const tamuRest = require('tamu-rest');
  tamuRest.options.identifier = "identifier goes here";
  tamuRest.options.sharedSecret = "sharedSecret goes here";

  const data = await tamuRest.getRecord('uin', "some uin");
  console.log(data);
1.0.2

2 months ago

1.0.1

3 years ago

1.0.0

5 years ago