ilovepdf-php
ilovepdf-php copied to clipboard
New release needed ? Or doc update ?
Hi,
I use the library in my project to ask for signatures. As the documentation states after a task start request, we get the remaining credits only.
I just tested but got a "something went wrong on our side". The response contains "remaining_files" but no trace of "remaining_credits" nor "remaining_pages" as Task class references.
Are the credits converted to remaining files properly?
Does it require a library new release with the two new properties (Task::$remainingPages
and Task::$remainingCredits
) or the documentation needs an update ? Is the Task::$remainingFiles
deprecated? It could be nice to add @deprecated
in this case and mention it on the documentation.
I am a bit worried that the API may change without notice by removing data from response and break in production. Can you provide some information about your upgrade process?
Thank you