From 7995282f65183b0a615c224a3ea13eeb10a1e828 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Sun, 28 Dec 2025 00:45:12 +0100 Subject: Kind of Initial Comment Implement basic way of testing various http methods via simple cli interface. Also write basic config file kind of parser. --- apitool.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apitool.toml (limited to 'apitool.toml') diff --git a/apitool.toml b/apitool.toml new file mode 100644 index 0000000..7086f4c --- /dev/null +++ b/apitool.toml @@ -0,0 +1,8 @@ + +[default] +headers = [ + "Authorization: Bearer YOUR_TOKEN", + "Content-Type: application/json" +] + +indent = 4 -- cgit v1.2.3