Skip to content

Conversation

@MohammadPatelNHS
Copy link

@MohammadPatelNHS MohammadPatelNHS commented Jan 7, 2026

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

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming
  • Exceptions/Exclusions to coding standards (e.g. #noqa or #NOSONAR) are included within this Pull Request.

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.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@MohammadPatelNHS MohammadPatelNHS requested a review from a team as a code owner January 7, 2026 13:48
"scripts": {
"moduleWhiteList": ["jsonwebtoken", "fs", "crypto"],
"filesystemAccess": {
"allow": true

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 ?

"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this?

Copy link
Author

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?

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

@github-actions
Copy link

Preview Lambda: preview-feature-cdapi-65
Preview URL: https://feature-cdapi-65.dev.endpoints.pathology-laboratory-reporting.national.nhs.uk

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants