glossary-app 1.5.0
Install from the command line:
Learn more about npm packages
$ npm install @nciocpl/glossary-app@1.5.0
Install via package.json:
"@nciocpl/glossary-app": "1.5.0"
About this version
The api is available at http://localhost/api/*
where * is the full path as it would be in the Glossary API.
- Go to glossary-api server and request a term
- Save the response to a file named
<termId>__<prettyUrlName>.json
in the mock-data directory that matches the same path as the request, minus the id/url part. For example/Terms/Genetics/HealthProfessional/en/1234
would go into the<repo>/support/mock-data/Terms/Genetics/HealthProfessional/en/
folder as a file named1234__foo.json
(if the pretty url wasfoo
).