bruno/packages/bruno-lang
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
..
example feat: deprecated form-url-encoded in favour of form-urlencoded in body type in bru lang 2023-01-22 23:49:25 +05:30
src feat(#334): collection level headers, auth, scripts and tests 2023-10-09 06:18:05 +05:30
v1 feat/(#1003): oauth2 support - styling fixes, code cleanup (#1674) 2024-02-27 21:12:34 +05:30
v2 Feat/improved path params (#2357) 2024-05-30 15:49:14 +05:30
.gitignore feat: brun-lang package init 2023-01-12 23:46:01 +05:30
license.md Add license to modules the cli is dependent on. 2023-09-24 22:29:10 -05:00
package.json chore: bumped versions 2024-04-22 23:41:14 +05:30
readme.md chore: publishing to npm 2023-02-08 03:45:27 +05:30

bruno-lang

The language utils for working with .bru files

Publish to Npm Registry

npm publish --access=public