Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 417 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 417 Bytes

Simple api tester

This application parses json file with requests and sends them.
After all prints result in console.

How to install

git clone https://github.com/soqet/api-tester.git
cd api-tester
make build
cd builds

On windows:

./main.exe help test

On other systems:

./main.out help test

See:

test.json specification
example