alphagov / notifications-php-client

PHP client for the GOV.UK Notify API
https://docs.notifications.service.gov.uk/php.html
MIT License
11 stars 13 forks source link

Allow setting custom filenames for documents #132

Closed samuelhwilliams closed 9 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