$httpRequest
$httpRequest
either posts to or retrieves data from an API.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
URL | string | URL you want to get/send data to/from. | true |
method | string | Method 1. GET (default) 2. POST 3. PUT | true |
body? | string | Content. | false |
property? | string | Property to return (get method). | false |
error? | string | Error to return when request fails. | false |
…header | string | Header. | false |
Example(s)
This will return a random dog fact using the GET
method: