ApiResponse - Liquid Object Reference - 1.1.0
| Object Name | ApiResponse |
| Version | 1.1.0 |
Description
An ApiResponse contains the result of an API request initiated using the api tag.
Attributes
| Attribute | Type | Description |
|---|---|---|
| body | Object | Returns the HTTP response body of the API call |
| headers | Object | Returns the HTTP response headers for the API call |
| status | String | Returns the HTTP status of the API call |
Objects that return ApiResponses
None
Back to Liquid Reference for 1.1.0
Back to Documentation