cloudconvert / cloudconvert-php

CloudConvert PHP SDK
https://cloudconvert.com/api/v2
MIT License
222 stars 84 forks source link

Wait Endpoint Deprecated #100

Closed RentecAaron closed 2 years ago

RentecAaron commented 2 years ago

Cloudconvert has deprecated the wait endpoint when processing a job. It will be shutdown soon on 11/30/2022. https://cloudconvert.com/api/v2/jobs#jobs-wait

image


I'm currently using the method as defined in the readme:

  1. Upload
  2. Wait
  3. Download

Do you currently have plans to update this code to handle that change?

RentecAaron commented 2 years ago

@josiasmontag, I decided to glance through the commit log and saw this: https://github.com/cloudconvert/cloudconvert-php/commit/9827432ff2462c373fcbb087b54eed0f7caba1e7.

Looks like it's already taken care of. Can you confirm?

josiasmontag commented 2 years ago

Yes, the SDK has already implemented this. Just update to the latest version and you are all set.

RentecAaron commented 2 years ago

@josiasmontag thank you 👍🏼