-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preview Request URL and Auto Add Path and Query Parameters to Query Tab When In path. #50
Comments
You may wanna check this out #115 |
This one does seem to be missing the ask of this feature request. I'm
looking specifically for a preview. Before sending the request. This
ensures that the url is sanely generated before I sent a request to the
server. Just like in postman.
…On Sun, Apr 7, 2024, 1:31 PM Azvya Erstevan I ***@***.***> wrote:
You may wanna check this out #115
<#115>
—
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGIXG66WN6URVMUQPFRZD7TY4G3MVAVCNFSM6AAAAAA3RXYI2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGYYTKNJYG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey @freddyyeddy, just to update. I've introduced full sync between query params in url and the items in the query tab in this release: https://github.com/flawiddsouza/Restfox/releases/tag/v0.8.0. Earlier there was partial and incomplete syncing. So your url should now reflect the request that is actually sent. Path parameters are not synced as of now. This should be doable. Probably in the next release. |
Path parameters syncing & url preview is now implemented and available in https://github.com/flawiddsouza/Restfox/releases/tag/v0.14.0. |
Sorry it took so long to respond. Yeah this feature is working awesome. Now I can sanity check the rendered URL before I send it. Thank you. |
Im trying to switch from Postman And would love to see what the URL generated would look like before sending a request. I would also prefer if query and path parameters would auto generate if input into path. This would fall in line with basic POST man functionality.
The text was updated successfully, but these errors were encountered: