You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the endpoint quote returns the value of the field quote in the class UWSJob, with -1 meaning no quote, but according to UWS it should return either the empty string or an ISO8601 date:
Indeed, you're right. It seems UWSLib stays at version 1.0 on this point, where the quote property was an integer (-1 when not set). In 1.1, it apparently changes and I missed that (it was not explicit either in the Appendix "A. Updates from previous versions").
I'll fix it.
Currently the endpoint quote returns the value of the field
quote
in the classUWSJob
, with-1
meaning no quote, but according to UWS it should return either the empty string or an ISO8601 date:https://www.ivoa.net/documents/UWS/20161024/REC-UWS-1.1-20161024.html#Quote
The text was updated successfully, but these errors were encountered: