alphagov / notifications-java-client

Java client for the GOV.UK Notify API
https://central.sonatype.com/artifact/uk.gov.service.notify/notifications-java-client
MIT License
8 stars 30 forks source link

Allow setting custom filenames for documents #234

Closed samuelhwilliams closed 10 months ago

samuelhwilliams commented 10 months ago

Update client for the new document download feature which allows specifying a download filename for files sent by email.

This supercedes the old isCsv parameter that was inconsistent at best.

Given this, we are dropping support for isCsv altogether.

What problem does the pull request solve?

Checklist