Open IamAlecYoung opened 1 year ago
Any way we can get this merged to master?
Any way we can get this merged to master?
I'm not 100% sure if I missed a step in requesting the merge, @samuelhwilliams can you advise (Apologies if wrong person, I've seen you are quite active on this repo)
Any way we can get this merged to master?
I'm not 100% sure if I missed a step in requesting the merge, @samuelhwilliams can you advise (Apologies if wrong person, I've seen you are quite active on this repo)
Thank you for responding. Just realised, does this change mean the documentation will have to change to? https://docs.notifications.service.gov.uk/net.html
What problem does the pull request solve?
When the Notify service throws a 'NotifyClientException' Exception, the returned string is unparsable due to inconsistent json formatting.
Examples below:
Change converts output from BaseClient.HandleHTTPErrors to return a standard JSON object of type 'NotifyHTTPErrorResponse' to allow Json Deserialisation.
Related issue thread: https://github.com/alphagov/notifications-net-client/issues/161
Checklist
DOCUMENATION.md
andCHANGELOG.md
)src/GovukNotify/GovukNotify.csproj
)