aipescience / uws-client

IVOA UWS service command line client
Apache License 2.0
11 stars 9 forks source link

Uws1.1 update #38

Closed kristinriebe closed 8 years ago

kristinriebe commented 8 years ago

Integrated newest updates to UWS 1.1, i.e. added optional attributes runId, ownerId and creationTime to job list.

kristinriebe commented 8 years ago

The new attributes are only optional, so I decided not to show them in case they are not provided by the service, for the sake of prettier output. This means that users can get different outputs (different numbers of columns) when using the uws-client with different services. But the pretty-table output is only meant to look nicely, not so much for being parsed by other scripts. Any other opinions on that?