Jeff Groom
Jeff Groom
New issues in this repo frequently state: "This does not convert to python" ... followed by a massive curl request. The user opening a simple issue should be instructed to...
Goal: Use a custom library stored on github gist or in a repo the schema for hediet.vscode-drawio.customLibraries allows [file,url,xml,json] Using url does not work. ```json { "hediet.vscode-drawio.customLibraries": [ { "libName":...
For Loop
Possible implementation: ``` version: 2 requests: call1: request: url: https://postman-echo.com/time/now method: GET call2: request: url: https://jsonplaceholder.typicode.com/posts method: POST postData: mimeType: application/json text: foo: 2 repeat_until: until: jsonpath: call1.content expect: else_goto:...
Generate an HTML report with collapsible sections that show: Summary Request Curl equivalent Request details Response details This can be used as a design guide: https://github.com/postmanlabs/newman-reporter-html
`strest foo.postman.json --postman` This would convert a postman collection into a set of directories and files. There's no reasonable way to convert all the functionality (javascripts) so this should focus...
```yaml my_request: url: foo.com method: GET log_request: true ``` This would result in the request object and resolved uri being logged. This would be helpful to have a copy of...
Add an integration similar to django/flask ``` +---------+ event +---------+ | API_GW +----------->+ lambda | +---------+ +---------+ ``` The event object is structured as here: https://docs.aws.amazon.com/lambda/latest/dg/services-apigateway.html Example implementation: ```python def...
## Related Issue #769 ## New Behavior * [x] Add module_interface_template module * [x] Add module_bay module * [x] Add module Module ## Changes to the Documentation * [ ]...