Pinned
Up Next
"Run in Yaak" button for the web
Create a way to easily import a Yaak workspace by clicking on a button on the web. Add page on website for creating a button Add URL scheme to app for importing a remote export file Note, this should go through the regular import flow, so all import formats should be supported (Postman, OpenAPI, etc).
Greg Schier 9 days ago
Feature
Pinned
Up Next
"Run in Yaak" button for the web
Create a way to easily import a Yaak workspace by clicking on a button on the web. Add page on website for creating a button Add URL scheme to app for importing a remote export file Note, this should go through the regular import flow, so all import formats should be supported (Postman, OpenAPI, etc).
Greg Schier 9 days ago
Feature
Backlog
View entire request response flow
Nice app, really like the clean and responsive GUI and (of course) local-only. I'm alot for the low-level though, one huge improvement (IMHO) would be the possibility to have the entire request/response flow in the results-tab in plain-text, as opposed to only seeing the response. Maybe it is already possible to show the request (?) but I could not find a setting for it. Ideally, I would have loved if it was possible to show request(headers+body), followed by response(headers+body), as plain-text similar to how 'curl -v' does it. Keep up the good work!
Cole Render 11 months ago
Feature
Backlog
View entire request response flow
Nice app, really like the clean and responsive GUI and (of course) local-only. I'm alot for the low-level though, one huge improvement (IMHO) would be the possibility to have the entire request/response flow in the results-tab in plain-text, as opposed to only seeing the response. Maybe it is already possible to show the request (?) but I could not find a setting for it. Ideally, I would have loved if it was possible to show request(headers+body), followed by response(headers+body), as plain-text similar to how 'curl -v' does it. Keep up the good work!
Cole Render 11 months ago
Feature
In Progress
Secrets Encryption
All data is currently stored unencrypted in a SQLite database. Since users often store sensitive information, we should have a way to encrypt this on disk using something like https://github.com/iotaledger/stronghold.rs or https://github.com/hwchen/keyring-rs
Greg Schier About 1 year ago
Feature
In Progress
Secrets Encryption
All data is currently stored unencrypted in a SQLite database. Since users often store sensitive information, we should have a way to encrypt this on disk using something like https://github.com/iotaledger/stronghold.rs or https://github.com/hwchen/keyring-rs
Greg Schier About 1 year ago
Feature
Backlog
Import Postman Environments
Since Environments seem to be at the collection level, it would be nice to import Postman Environments so they can be imported independently from the collection.
Ashley Englisch-Spinney About 1 year ago
Improvement
Backlog
Import Postman Environments
Since Environments seem to be at the collection level, it would be nice to import Postman Environments so they can be imported independently from the collection.
Ashley Englisch-Spinney About 1 year ago
Improvement
Backlog
Per Request/Folder Settings
It should be possible to configure settings (redirect, timeout, etc) per request, or even per folder or environment.
Greg Schier 7 months ago
Feature
Backlog
Per Request/Folder Settings
It should be possible to configure settings (redirect, timeout, etc) per request, or even per folder or environment.
Greg Schier 7 months ago
Feature
Backlog
flatpak & flathub
Please consider distributing a flatpak version published on flathub, with the minimm required permissions i.e. network access only All currently distributed Linux versions involve trusting you & your supply chain with everything our logged in user has access to i.e. all of our data
synotna 6 months ago
Improvement
Backlog
flatpak & flathub
Please consider distributing a flatpak version published on flathub, with the minimm required permissions i.e. network access only All currently distributed Linux versions involve trusting you & your supply chain with everything our logged in user has access to i.e. all of our data
synotna 6 months ago
Improvement
Backlog
Support mTLS Client Certificate Authentication
Would be great if Yaak supported mTLS client certificate authentication. For my use-case it would make sense to have this configurable either globally linking each cert to a specific host (similar to how postman does it) or maybe per-environment.
KF-AK 6 months ago
Feature
Backlog
Support mTLS Client Certificate Authentication
Would be great if Yaak supported mTLS client certificate authentication. For my use-case it would make sense to have this configurable either globally linking each cert to a specific host (similar to how postman does it) or maybe per-environment.
KF-AK 6 months ago
Feature
Backlog
Custom editor font
Just a suggestion if it would be possible to allow a custom font to be configured for the editor alongside the existing Editor Font Size setting?
Mike Bowering 8 months ago
Feature
Backlog
Custom editor font
Just a suggestion if it would be possible to allow a custom font to be configured for the editor alongside the existing Editor Font Size setting?
Mike Bowering 8 months ago
Feature
Up Next
Add clone/duplicate option to env
It would be nice to have the option in environments to clone an existing environment. At the moment you can't clone environments but often you're going to want the same keys in different envs so adding two options Clone, and Clone without values would be very useful. Clone; would create a new env with the same keys and values Clone without values; would create a env with the same keys but default the values to empty read to be populated
Timothy Cole 11 months ago
Feature
Up Next
Add clone/duplicate option to env
It would be nice to have the option in environments to clone an existing environment. At the moment you can't clone environments but often you're going to want the same keys in different envs so adding two options Clone, and Clone without values would be very useful. Clone; would create a new env with the same keys and values Clone without values; would create a env with the same keys but default the values to empty read to be populated
Timothy Cole 11 months ago
Feature
Global Headers
Ability to have global headers sent in every request inside a workspace. Example: I know all endpoints to a certain host require a couple headers, e.g. a bypass-bot-protection flag or an API key. I'd like those to be automatically sent instead of needing to add to every request. Values can be like other request fields - text or Environment variable.
Daniel E. Peterson 11 months ago
Feature
Global Headers
Ability to have global headers sent in every request inside a workspace. Example: I know all endpoints to a certain host require a couple headers, e.g. a bypass-bot-protection flag or an API key. I'd like those to be automatically sent instead of needing to add to every request. Values can be like other request fields - text or Environment variable.
Daniel E. Peterson 11 months ago
Feature
Assign a color to an environment
Just as in Insomnia, I would find it very useful to be able to assign a color to a workspace. I have the habit to set my local as green and production as red, and it really helps to see in a glance if I am about to do something by mistake. As a plus, it would be even better if the color would somehow become an accent, or more visible than just a glyph next to the name of the workspace. It could become the color of some borders, some text, the title bar, β¦ I don't really know what is possible or not to keep it consistent with the themes and the technologies behind
Mickael 10 months ago
Improvement
Assign a color to an environment
Just as in Insomnia, I would find it very useful to be able to assign a color to a workspace. I have the habit to set my local as green and production as red, and it really helps to see in a glance if I am about to do something by mistake. As a plus, it would be even better if the color would somehow become an accent, or more visible than just a glyph next to the name of the workspace. It could become the color of some borders, some text, the title bar, β¦ I don't really know what is possible or not to keep it consistent with the themes and the technologies behind
Mickael 10 months ago
Improvement
Backlog
More Sending Behaviour options for request chaining
At the moment the options are Always and When no responses The problem is for some APIs the resources Iβm chaining from expires. I canβt use always as I donβt want to constantly be creating more of resources. I need to be able to perform various requests on one item, and when it expires I want to perform a single request to refresh it and let all the other requests chain of it again. This could either be achieved by being able to set an Time To Live for request responses in the context of request chaining, or by allowing the HTTP status of the current request to kick off the chain. At the moment I have to clear all the responses for the base API call each morning and it just feels tedious after magic of request chaining.
Pieter Slabbert 6 months ago
Improvement
Backlog
More Sending Behaviour options for request chaining
At the moment the options are Always and When no responses The problem is for some APIs the resources Iβm chaining from expires. I canβt use always as I donβt want to constantly be creating more of resources. I need to be able to perform various requests on one item, and when it expires I want to perform a single request to refresh it and let all the other requests chain of it again. This could either be achieved by being able to set an Time To Live for request responses in the context of request chaining, or by allowing the HTTP status of the current request to kick off the chain. At the moment I have to clear all the responses for the base API call each morning and it just feels tedious after magic of request chaining.
Pieter Slabbert 6 months ago
Improvement
import from bruno
Please add support for importing form bruno. Bruno uses a simple, and easy to parse format. I am open for contributing. as I see it is Tauri, so I guess I should be ok, exsept the rust part :)
Radharadhya Dasa (rrd108) 11 months ago
Feature
import from bruno
Please add support for importing form bruno. Bruno uses a simple, and easy to parse format. I am open for contributing. as I see it is Tauri, so I guess I should be ok, exsept the rust part :)
Radharadhya Dasa (rrd108) 11 months ago
Feature
Support colors for HTTP method in sidebar
Insomnia and Bruno both have colors for the HTTP method, this allows me to easily filter between them. In Yaak the HTTP method in the sidebar seem to always be gray, it would be super useful if there could be an other to change their color (or an theme option for a custom theme).
Patrick Falk Nielsen 4 months ago
Improvement
Support colors for HTTP method in sidebar
Insomnia and Bruno both have colors for the HTTP method, this allows me to easily filter between them. In Yaak the HTTP method in the sidebar seem to always be gray, it would be super useful if there could be an other to change their color (or an theme option for a custom theme).
Patrick Falk Nielsen 4 months ago
Improvement
Allow commenting json body
When making JSON POST request to allow adding comments, sometimes i dont want to POST particular data so i would comment them
Marius 12 months ago
Feature
Allow commenting json body
When making JSON POST request to allow adding comments, sometimes i dont want to POST particular data so i would comment them
Marius 12 months ago
Feature