viniciusfonseca / httpest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPest - A BASH / cURL based API Testing tool

Docs to be written

Installation

git clone https://github.com/viniciusfonseca/httpest.git

Usage

Prerequisites: bun, jq

curl -fsSL https://bun.sh/install | bash
# run the source command echoed by bun install script

sudo apt install jq

Run the example API:

cd httpest/example
bun install
bun run api.ts

Then run the API test scripts on another shell:

../httpest/src local create_todo
../httpest/src local get_todos
../httpest/src local delete_todo

About


Languages

Language:Shell 66.0%Language:TypeScript 34.0%