Replies: 4 comments 4 replies
-
|
Hi @nijikokun. Does this feature request make sense? Do you know if there's any workaround to achieve this? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @nijikokun, I have the same problem from some time ago and it's really painful to work like this, sometimes I needed to change to Playground to work faster. Describe the solution you'd like: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @nijikokun, any progress with this issue? Still occur in the latest version (v2021.05.0) Hi @martasd, do you found some solution for this? |
Beta Was this translation helpful? Give feedback.
-
|
hey @eamigo86, sorry this has gone so long without response. I've asked around internally on this and I hope we'll have some path forward for you sooner rather than later. Sorry I don't have anything more specific to say at this moment but I wanted to at least let you know you've been heard. We're trying to improve our responsiveness to github issues and github discussions like this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I have saved a number of requests against my API:
Every time I switch to a different request in my workspace the schema gets fetched from the server. The majority of cases the schema does not change, so there is no need to refetch it spending extra time and resources doing so. This happens despite having Automatic Fetch disabled and despite using the same URL for each request:
The pain point is that in order to be able to access the schema documentation, I need to wait (in my case about 10s) for the schema to be fetched every time I switch to a different request. This is very uncomfortable as I switch to various requests 20 or 30 times a day.
Describe the solution you'd like
I would like to be able to store the schema so that it could be used for multiple defined requests without being refetched. In other words, I would like to be able to disable the automatic fetching of schema when I switch to a different saved request.
Describe alternatives you've considered
I would love to be able to use a workaround, but I have not found any so far.
Beta Was this translation helpful? Give feedback.
All reactions