ApiResponse - Liquid Object Reference - 0.10.11
| Object Name | ApiResponse |
| Version | 0.10.11 |
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 0.10.11
Back to Documentation