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
Is your feature request related to a problem? Please describe.
Title says it all! Writing response.request_pieces[0].converted_value is tedious. There should be a simpler way to do this, at least with responses that have just one piece.
Describe the solution you'd like
Maybe response.get_values() that just returns the list of converted_values of all its pieces? And perhaps get_values(single=True)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Title says it all! Writing
response.request_pieces[0].converted_value
is tedious. There should be a simpler way to do this, at least with responses that have just one piece.Describe the solution you'd like
Maybe
response.get_values()
that just returns the list ofconverted_value
s of all its pieces? And perhapsget_values(single=True)
The text was updated successfully, but these errors were encountered: