Manual Execution
Binary version:
./pandora_api_requests -u <url objetive> -m <method> -hd <heading of the petition> -d <data of petition> -md <mode of requests> --comparison-value <The value to compare> --condition <If match the condition the value> --down_codes <status code to compare> -v <verbosity show raw value on terminal> --json-path <Word to search in the json>
The plugin is managed depending on the requests mode to return the raw JSON response or the status code in a simple way, and the server_plugin mode designed for integration.
Requests Mode:
./pandora_api_requests -u https://jsonplaceholder.typicode.com/posts/1 -m get -md requests -v
Server_plugin Mode:
./pandora_api_requests -u https://jsonplaceholder.typicode.com/posts/1 -m get -md server_plugin --json-path "$.userId" --condition "is_equal_to" --comparison-value "1" -v

