-
Notifications
You must be signed in to change notification settings - Fork 54
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
Partial interoperability with postman #52
Comments
I've heard of postman but not really used it. Could you elaborate your ideas a bit more (use cases, workflow...)? I can try with postman and see if it's feasible to implement. Thanks! |
Hi, Sorry for the delay in my response ! To elaborate a bit, postman is a GUI app that features REST route collections, exportable to a single json file. The postman collection format is supported by other REST client. The GUI is a classical one.
There's a concept of environment. The GUI exposes a view where you can create variables that can be used as tokens in various other places :
{
"title": "{{title}}",
} An environment can also be exported to a json file There are of course numerous other features. With that summary in mind, I would really much like to be able to :
I'm would be glad to work on this but I've written at most 2 functions in VimL in my whole life, so I would need some guidance ! Thanks in advance ! |
Hi there,
Would it be possible to work on the following things to get a minimal interoperability with postman :
Thanks !
The text was updated successfully, but these errors were encountered: