-
Notifications
You must be signed in to change notification settings - Fork 0
feature/CDAPI-65 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
d7ef10e to
eef6569
Compare
| "scripts": { | ||
| "moduleWhiteList": ["jsonwebtoken", "fs", "crypto"], | ||
| "filesystemAccess": { | ||
| "allow": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are there any security concerns around this we need to think about @nhsd-jack-wainwright ?
bruno/PDM/package.json
Outdated
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean the package.json file or the test script? I think it was autogenerated when I initialized node, I'll remove it since I dont think we will be testing any of our bruno scripts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as discussed i meant the test script itself
|
Preview Lambda: |
|



Description
Basic Bruno collection for interacting with the PDM API. Currently contains an endpoints to grab an authentication token, create an Observation resource and Get an Observation.
Context
Type of changes
Checklist
Sensitive Information Declaration
To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.