21 lines
317 B
YAML
21 lines
317 B
YAML
info:
|
|
name: Get-Chore
|
|
type: http
|
|
seq: 1
|
|
http:
|
|
method: GET
|
|
url: "{{baseUrl}}/eapi/v1/chore"
|
|
headers: []
|
|
params: []
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 30000
|
|
followRedirects: true
|
|
maxRedirects: 5
|
|
runtime:
|
|
auth:
|
|
type: apikey
|
|
key: secretkey
|
|
value: "{{secretkey}}"
|
|
placement: header
|