Skip to content

UTS-eResearch/provision-labarchives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interface Labarchives API

Install node

Create a key.json file with

{
  "akid": "",
  "password": "",
  "baseurl": "https://test.labarchives.com",
  "api": "/api"
}

then run

npm install

To run the test suite:

USERNAME='USER' PASSWORD='PWD' KEY='{"akid":"AKID", "password":"PWD"}' UID_1='OTHER_USER_ID' NBID_1='NOTEBOOK_ID' npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published