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
This would be a killer feature. I imagine the Neovim userbase includes a large number of developers writing and interacting with web APIs, and most of them would probably LOVE to be able to do that without leaving the editor.
A lot of us are currently stuck using tools like Postman (gross; closed source, user-hostile, doesn't work on reproducible/declarative systems like NixOS) or Bruno (cool; user- and developer-friendly, open source, just released support for OAuth 2.0) but dislike the fact that all of the available tools seem to be JavaScript/Electron GUI apps.
I'm neither a Neovim nor OAuth expert but would be happy to contribute to design/development/testing if possible.
Hey, I'm very sorry I haven't given input here yet.
If you know of any platform like reqres (an example API to test HTTP requests using JSON) to test OAuth or an open-source web development template project that implements it, please let me know. I currently don't have any saved projects that use OAuth so I can't quickly try to make an implementation, but it is something that is definitely on my list and as soon as I have how to do tests while developing (I am into TDD) I will start doing it and open a PR for you guys to help testing it :)
Can you add OAuth authentication? It would be nice to generate the signature automatically.
The text was updated successfully, but these errors were encountered: