Share your ideas, report bugs, and see what's coming next
Yaak already has a strong import story for Postman collections, but the reverse path is still awkward for teams that need to share collections with…
I think it would bring great value, at least for me, to have the possibility of not only being able to test and API through Yaak but also be able to…
Currently Yaak has tabs for various parts of the request: Body, Params, Headers, Auth. Often I will have requests with small bodies, few params and…
Hi team, I’d like to request support for moving an entire folder between workspaces. Today, we can move only individual requests. This becomes very…
When entering json content in the request body, it is not beautiful enough
Yaak sets a default Accept and User Agent header, which can not be removed. For certain requests I don’t want to send these. Make Accept and User…
For one of the APIs I use it is required to send some data SHA256 encoded in a header for authentication. Would it be possible to add the request url…
add a keybinding for
It can be useful when assigning value to an environnement / folder variable to reference itself. For exemple, we can have an environment BASE_URL…
Add a button that opens a sidebar displaying all variables used in the request, sourced from Global Variables, similar to how variables are shown in…
When viewing the headers of a response it would be great to be able to see the decoded JWT token from the authorization header. This would make it…
It would be nice to be able to group prompt inputs into one form.
Right click > Copy as Curl copies the credentials (Bearer token, basic auth). If I want to share the curl command, I need to scrub it myself, it would…
I would be nice to have a history of the latests JSONPath the user executed. At least the last 5 of them.
I would love yaak to work together with the Bruno Team on the open collection format - https://www.opencollection.com As a pioneer of the api testing…
Currently, when a spec is imported, endpoints are stored in a folder tree structure based on the path: when multiple endpoints share the same path…
I was trying to create plugin which adds message level encryption (request is always encrypted with a server cert and response is always decrypted…