v0.2.0
Responses that contain multiple pages (i.e. that include next_token
) will now automatically make follow up requests and concatenate results together. Because of this, response data from methods such as get_daily_readiness
have no need to include next_token
or data
keys. These methods will now return a list of the data records. This is equivalent to doing data["data"]
in previous version.