You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find the Bulk Edit in Postman on "Query Params", "Body", "Headers", it is a very helpful feature. Sometimes I copy some Header Params from Chrome Developer tools, which is the format "key: value", then paste into the Postman Bulk Edit, it will auto fill these params, and I also can easy to copy the one api Query Params to the other api Body Params by using the Bulk Edit. For alternative to the postman, I hope RapidAPI can support this.
The other suggestion, I hope the url to be sync with the Query Params. When I paste a url such as "http://abc.com?a=1&b=2", the Query Params should show the query params "a=1&b=2". Now it isn't sync each other, and it looks like have 2 places to edit the query params.
The text was updated successfully, but these errors were encountered:
What would you like to tell us?
You can find the Bulk Edit in Postman on "Query Params", "Body", "Headers", it is a very helpful feature. Sometimes I copy some Header Params from Chrome Developer tools, which is the format "key: value", then paste into the Postman Bulk Edit, it will auto fill these params, and I also can easy to copy the one api Query Params to the other api Body Params by using the Bulk Edit. For alternative to the postman, I hope RapidAPI can support this.
The other suggestion, I hope the url to be sync with the Query Params. When I paste a url such as "http://abc.com?a=1&b=2", the Query Params should show the query params "a=1&b=2". Now it isn't sync each other, and it looks like have 2 places to edit the query params.
The text was updated successfully, but these errors were encountered: