Files
api-approagency/Product/Get Products.yml
T
2026-05-19 13:01:12 +03:30

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