A free and open source CLI API platform
Python 3.10+
Pip packages:
pip install "git+https://github.com/ignasrum/posty.git"
posty environment.json request.json
{
"bearer_token": "testing_bearer",
"hello": "world",
"file.txt": "./path/to/file.txt"
}
{
"url": "https://httpbin.org/bearer",
"method": "GET",
"url_params": {},
"json": {},
"auth": {},
"files": [],
"headers": {"Authorization": "Bearer {bearer_token}"}
}