cgoldberg / sauceclient

Python client library for Sauce Labs API
Apache License 2.0
11 stars 25 forks source link

Adding get_job() method and test. #15

Closed tomatohater closed 7 years ago

tomatohater commented 7 years ago

Retrieving a single job is suspiciously missing from Sauce's REST API documentation: https://wiki.saucelabs.com/display/DOCS/Job+Methods

...And therefore never got implemented in my update to sauceclient. The previous client version had get_job _attributes(). I have re-added this method, though renamed it get_job().

-Drew

cgoldberg commented 7 years ago

thanks! also, sorry for the delay in releasing 1.0... it's coming soon... really :)