Files
api-approagency/Product/Get Products.yml
T
2026-06-06 21:21:52 +03:30

20 lines
301 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.toolbox
type: path
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5