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
commandResponse is basically a success message that gets forwarded to the handler, which doesn't seem very useful for API usage only.
On the other hand, apiResponse is the guy that contains the content of the downloaded data set.
Two possible solutions for this misunderstanding, let's vote (:+1: or :-1:)
(If you have a new solution please feel free to add it)
Remove commandResponse all together from IZosmFilesResponse, and let the command handlers format their own messages (if needed) since API users wouldn't really care about the command messages.
From @dkelosky on July 13, 2018 19:31
Download.dataset returns a
IZosmfFilesResponse
object which references "commands". At the API usage, iscommandResponse
actually the data set content?Copied from original issue: gizafoundation/brightside#153
The text was updated successfully, but these errors were encountered: