UNPKG

api-flow

Version:

A flow written in ES6 using Immutable to convert between API description formats (Swagger, etc.) and other programs such as cURL command lines.

51 lines 919 B
{ "variables": [], "info": { "name": "MicroTest", "_postman_id": "c50794b5-657e-1f89-5ce6-b2408c90573f", "description": "", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" }, "item": [ { "name": "PathVariable", "request": { "url": { "raw": "https://echo.getpostman.com/get/:userId/?test={{tu{to}}", "protocol": "https", "auth": {}, "host": [ "echo", "getpostman", "com" ], "path": [ "get", ":userId", "" ], "query": [ { "key": "test", "value": "{{tu{to}}" } ], "variable": [ { "value": "123", "id": "userId" } ] }, "method": "GET", "header": [], "body": { "mode": "formdata", "formdata": [] }, "description": "Is there a path variable in this export ?" }, "response": [] } ] }