Skip to content
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

Save Params while navigating #809

Open
ActionalyDev opened this issue Apr 22, 2024 · 0 comments
Open

Save Params while navigating #809

ActionalyDev opened this issue Apr 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ActionalyDev
Copy link

Is your feature request related to a problem?

When setting a request param, the value is removed anytime you navigate away from the page except for the Auth Bearer Token (which is saved in session storage apparently)

Describe the solution you'd like

Is there a way to save the other parameters in session storage too so that when we navigate back to the same page they get populated from the previous input?

Describe alternatives you've considered

It would be great also to have an option to populate the value on param with the same name on other pages. For example we have a parameter that basically gives a scope (which is not the same as the user scope) and we set this param on every api call Params.

Additional context

We are trying to make the documentation easier to use, by not copy pasting Params constantly (with some Params never changing even among different api calls)

If there is already a way to customize that by adding some code in the config I am open to suggestions on where to start

@ActionalyDev ActionalyDev added the enhancement New feature or request label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant