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
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Context: I'm developing with GraphQL APIs daily and for the past few years have been happily using Insomnia. Pathfinder looks very promising as an alternative!
Insomnia has folders you can use to organize documents. This is a must-have for me, as I frequently need to switch between different areas of my API and to have it all organized and easy to find is essential. The current tab system is OK for a small number of documents but will not scale.
Hey there, thanks for the feature request. This is certainly something that we've thought about, for our own usage (as a plugin) and/or as a default.
Are you saving documents, there in your screenshot, or specific operations? Do they update automatically when their selection sets/arguments/etc change, or are they static? Been a while since I used Insomnia...when you load one of those saved documents/operations, is it hydrating the endpoint/headers as well? Do they represent tabs in Insomnia-world?
Would you be satisfied with local storage, or does there need to be cloud functionality here? If local storage, does it need to include exporting/importing? If so, how detailed must that be?
In Insomnia, each saved "tab" such as "Create product mutation" in my screenshot is a document, i.e. it can contain multiple named operations (or a single anon one) just like in Pathfinder. I tend to just have a single operation per tab though.
The contents of the document is static, the do not update automatically in any way. To change them you need to directly type in the main operation editor pane. A tab encompasses:
url
body (document)
headers
query params
For me local storage is totally fine, I don't need cloud sync at all. Import export only important if I need to e.g. set up a brand new laptop. Day to day I don't need it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Context: I'm developing with GraphQL APIs daily and for the past few years have been happily using Insomnia. Pathfinder looks very promising as an alternative!
Insomnia has folders you can use to organize documents. This is a must-have for me, as I frequently need to switch between different areas of my API and to have it all organized and easy to find is essential. The current tab system is OK for a small number of documents but will not scale.
I'm not sure how feasible this is, but maybe you could even consider supporting the Postman collections format (https://learning.postman.com/collection-format/getting-started/structure-of-a-collection/) - that would probably encourage people to switch over if they can import their existing collections easily.
The text was updated successfully, but these errors were encountered: