bruno/packages/bruno-cli/src/utils
Sanjai Kumar abfd14a306
Feat/improved path params (#2357)
* feat: path parameters (#484)

* add path parameters on bruno-app

* add path parameters on bruno-cli

* fix bruno-schema testing

* fix generate request code not replace path parameter value

---------

Co-authored-by: game5413 <febryanph10@gmail.com>
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>

* feat: Refactor request parameter handling

- Update prepare-request.js to filter and rename 'paths' to 'params' with type 'path'
- Remove 'paths' from export.js and interpolate-vars.js
- Update bru.js to use 'params' instead of 'path'
- Update requestSchema in index.js to use 'keyValueWithTypeSchema' for 'params'

Co-authored-by: game5413 <febryanph10@gmail.com>
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>

* feat: Refactor request parameter handling

* refactor: changes form the review

* refactor: Refactor transformItemsInCollection handling

* refactor: Refactor improved export/import functionalities

* refactor: Remove console.log statement in bruToJson.js

---------

Co-authored-by: game5413 <37659721+game5413@users.noreply.github.com>
Co-authored-by: game5413 <febryanph10@gmail.com>
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-05-30 15:49:14 +05:30
..
axios-instance.js proxy settings 2023-10-15 16:40:50 +02:00
bru.js Feat/improved path params (#2357) 2024-05-30 15:49:14 +05:30
common.js chore(#197): ran prettier on packages/bruno-cli 2023-09-22 00:34:11 +05:30
filesystem.js chore(#197): ran prettier on packages/bruno-cli 2023-09-22 00:34:11 +05:30
proxy-util.js fix: respect rejectUnauthorized and ca opts when proxying https 2023-10-22 11:29:49 -04:00