20 lines
304 B
YAML
20 lines
304 B
YAML
info:
|
|
name: Get Products
|
|
type: http
|
|
seq: 4
|
|
|
|
http:
|
|
method: GET
|
|
url: "{{baseUrl}}/package-names/:name/products"
|
|
params:
|
|
- name: name
|
|
value: com.approagency.meditation
|
|
type: path
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|