saucelabs / saucectl

A command line interface for the Sauce Labs platform.
Apache License 2.0
42 stars 16 forks source link

refactor: consolidate job interfaces #961

Closed alexplischke closed 1 week ago

alexplischke commented 1 week ago

Description

This change consolidates the various Job interfaces into a single one, job.Service. It's an existing interface that was already embedding the other interfaces; the changes are therefore fairly compact.

Any inconsistencies in naming were addressed as well, such as assets vs artifacts.