summaryrefslogtreecommitdiffstats
path: root/apitool.toml
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-12-28 00:45:12 +0100
committerFilip Wandzio <contact@philw.dev>2025-12-28 00:45:12 +0100
commit7995282f65183b0a615c224a3ea13eeb10a1e828 (patch)
tree84705b645f3cc799b8d6cf8af55b67dbc045e82a /apitool.toml
downloadpdat-master.tar.gz
pdat-master.zip
Kind of Initial CommentHEADmaster
Implement basic way of testing various http methods via simple cli interface. Also write basic config file kind of parser.
Diffstat (limited to 'apitool.toml')
-rw-r--r--apitool.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/apitool.toml b/apitool.toml
new file mode 100644
index 0000000..7086f4c
--- /dev/null
+++ b/apitool.toml
@@ -0,0 +1,8 @@
1
2[default]
3headers = [
4 "Authorization: Bearer YOUR_TOKEN",
5 "Content-Type: application/json"
6]
7
8indent = 4