notifications-node-client
notifications-node-client copied to clipboard
Node client for the GOV.UK Notify API
## What problem does the pull request solve? Adds the ability to specify your own Axios client. This is useful, because you might have a client with custom interceptors. ##...
### Value When library works in Azure cloud, with high load, it's possible to hit SNAT Port Exhaustion issue https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-connections#port-exhaustion Suggested method to mitigate it is to add "agentkeepalive" to...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
This replaces jsonwebtoken with jose, which works natively in non-Node.js javascript runtimes such as Deno or Bun, whilst also reducing the number of transient dependencies. Best to be paired with...
Types?
``` declare module "notifications-node-client" { class NotifyClient { constructor(apiKey: string); sendEmail( templateId: string, emailAddress: string, options: { personalisation: any; reference: string; emailReplyToId?: string; } ): Promise; sendSms( templateId: string, phoneNumber:...
This is a draft for updating the way that the source is added to the image.
For example if a prototype kit user doesn't have an API key, they get this error ``` Cannot read properties of undefined (reading 'substring') ``` Because lines like this assume...
## What problem does the pull request solve? ## Checklist - [x] I’ve used the pull request template - [ ] I’ve written unit tests for these changes - [...
## What problem does the pull request solve? ## Checklist - [x] I’ve used the pull request template - [ ] I’ve written unit tests for these changes - [...
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.12.0. Release notes Sourced from axios's releases. Release v1.12.0 Release notes: Bug Fixes adding build artifacts (9ec86de) dont add dist on release (a2edc36) fetch-adapter: set...