cozy / cozy-client-js

Javascript library to write Cozy applications
https://docs.cozy.io/en/cozy-client-js/README/
MIT License
11 stars 12 forks source link

Adapt jobs.count and add queued method #214

Closed jinroh closed 7 years ago

jinroh commented 7 years ago

The /jobs/queue API has been changed in the stack to actually return the jobs data. This PR adapt cozy-client-js to this change.

gregorylegarec commented 7 years ago

@jinroh Do you have an idea why travis build are still failing ?

jinroh commented 7 years ago

@gregorylegarec forgot to export the queued method on the main object. Although I don't really known yet where the second error is from.

gregorylegarec commented 7 years ago

Thanks @jinroh 🍻