I wan't to write a plugins for custom auth.
But I don't know how to hook request for modify GET params, now I write a plugins to generate params string to concat by hand.
๐ Thanks for opening your first issue! If you're reporting a ๐ bug, please make sure
you include steps to reproduce it. If you're requesting a feature ๐, please provide real
use cases that would benefit. ๐ช
To help make this a smooth process, please be sure you have first read the
contributing guidelines.
The documentation hasn't been updated yet but I'm pretty sure I added a setParameter method a while ago
You can see the up-to-date API methods here https://github.com/getinsomnia/insomnia/blob/b99af49a3ede931bc9e0dff43de88281b8ec2d4d/packages/insomnia-app/app/plugins/context/request.js#L131
Thanks, i will try it.
Most helpful comment
You can see the up-to-date API methods here https://github.com/getinsomnia/insomnia/blob/b99af49a3ede931bc9e0dff43de88281b8ec2d4d/packages/insomnia-app/app/plugins/context/request.js#L131