saleor / cli

Command-line interface allowing interaction with Saleor Cloud environments.
Other
69 stars 23 forks source link

Use `tasks` endpoint instead of `jobs` #684

Closed 2can closed 10 months ago

2can commented 11 months ago

The /jobs endpoint is deprecated in the Cloud API and is going to be replaced by the /tasks one which is paginated, ordered by creation date, and with an additional field created_by.