The Jobs#list method currently returns a list of SIDs, I think it should return a list of Job objects instead.
Currently I have to wrap the Jobs object and override the method to do this:
[Job(self._jobs.service, sid) for sid in self._jobs.list()]
Would there be any down side to created a Job object instead?
The Jobs#list method currently returns a list of SIDs, I think it should return a list of Job objects instead.
Currently I have to wrap the Jobs object and override the method to do this:
Would there be any down side to created a Job object instead?