The function reports the body or error value from the HTTP request.
Table of Contents
getresponse()
Function Definition: getresponse(type = "body")
- Python Library: Internet of Things (IoT)
- Library Import: iot = InternetOfThings()
- Mode: Stage Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
type | string | The body or the error. | "body", "error" | "body" |
Description
Example
There are no examples documented for this article.