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
The input methods in the scicat client like, say, upload_dataset take model objects as input (for validation).
However, the retrieval methods like get_sets return dictionaries. (note that that particular function is currently mis-typed), claiming that it returns List[Dataset].
@nitrosx has noted that if this returned model objects, then it would be a little easier for the API user to navigate. This would be an easy change to make, but would be a breaking change unless we add parameter like return_raw=False to the methods.
Curious if these methods have been adopted yet. @toqduj , do you use them?
The text was updated successfully, but these errors were encountered:
The input methods in the scicat client like, say, upload_dataset take model objects as input (for validation).
However, the retrieval methods like get_sets return dictionaries. (note that that particular function is currently mis-typed), claiming that it returns List[Dataset].
@nitrosx has noted that if this returned model objects, then it would be a little easier for the API user to navigate. This would be an easy change to make, but would be a breaking change unless we add parameter like
return_raw=False
to the methods.Curious if these methods have been adopted yet. @toqduj , do you use them?
The text was updated successfully, but these errors were encountered: