GetKulala
Minimal REST client for Neovim that allows HTTP requests using .http files.
No Postman. No switching tools. Just Neovim.
Installation
{
"kulala.nvim": {
"repo": "kulala/rest-client.nvim",
"lazy": true
}
}
Usage Example
GET https://api.example.com/users
POST https://api.example.com/login
Content-Type: application/json
{
"username": "admin",
"password": "1234"
}
Interactive HTTP Playground
Response will appear here...
FAQ
What is GetKulala?
REST client for Neovim using .http files.
REST client for Neovim using .http files.
Do I need Postman?
No, everything runs inside Neovim.
No, everything runs inside Neovim.