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
When a response is data, as opposed to a description, then the Response should be wrapped by this class.
It's similar to the Python client's DataSet in that it should take a Response object and a Client in its constructor and expose convenience methods for the response and accessing subsequent pages.
constructor
.meta
.records
a generator to get next page
The text was updated successfully, but these errors were encountered:
When a response is data, as opposed to a description, then the
Response
should be wrapped by this class.It's similar to the Python client's
DataSet
in that it should take aResponse
object and aClient
in its constructor and expose convenience methods for the response and accessing subsequent pages.The text was updated successfully, but these errors were encountered: