A work-in-progess, backend for the Kulala toolchain.
Kulala is swahili for "rest" or "relax."
This project aims to replace the requirement for cURL, any custom parsing logic and nodejs for scripting.
Protocols: HTTP, GraphQL
Variables: Environment, Document, Request, Dynamic, Prompt, http-client.env files
JS scripting: Pre-request, Post-request, Conditional, Inline, External
Authentication: Basic, Bearer
Assertions, automated testing and reporting
Compatibility with IntelliJ HTTP Client
You can install the Kulala Core via the installer script:
For Unix-based systems (Linux, macOS, WSL):
# sh
curl -sSL https://core.getkulala.net/install.sh | sh
# bash
curl -sSL https://core.getkulala.net/install.sh | bash
# zsh
curl -sSL https://core.getkulala.net/install.sh | zshFor Windows (PowerShell):
irm https://core.getkulala.net/install.ps1 | iex