Commit graph

124 commits

Author SHA1 Message Date
26d996fbf9
chore: moved fn below 2024-10-20 00:53:49 +02:00
1fdd40a68e
build: regenerate cargo lock 2024-10-19 22:41:09 +02:00
ac9961a25d
docs: added badges on readme 2024-10-19 22:40:15 +02:00
2d8a77ab6b
chore: updated metadata 2024-10-19 22:40:06 +02:00
e17c721f9c
chore: licensed under GPLv3 2024-10-19 22:34:44 +02:00
ddadfe1253
ci: add test and build workflows 2024-10-19 22:30:14 +02:00
8cfa2688fd
docs: updated command output 2024-10-19 22:28:16 +02:00
cab02a79c5
fix: actually set Debug as extractor with --debug 2024-10-19 22:28:05 +02:00
2e520129a2
chore: moved StringOr into ext 2024-10-19 22:27:58 +02:00
b0b67fd1be
fix: actually make body default extractor 2024-10-19 22:27:36 +02:00
0713f323bb
docs: explained a LOT better 2024-10-19 22:22:12 +02:00
4fa22612f5
fix: regex extractor add newline and example 2024-10-19 22:05:29 +02:00
6fa7606226
fix: extract html responses 2024-10-19 22:02:18 +02:00
23abb7706e
feat: allow expecting status codes 2024-10-19 22:02:05 +02:00
147186f8dc
feat: allow specifying --debug to dbg all routes 2024-10-19 21:57:00 +02:00
68a73284c7
feat: add list action (as default) 2024-10-19 21:53:47 +02:00
58900630e1
chore: moved formatters into ext mod 2024-10-19 21:53:40 +02:00
6211a1630e
chore: swap JQL for JAQ: it's more similar to jq 2024-10-19 21:44:05 +02:00
81661bb136
feat: allow specifying fallback env vars in [env] 2024-10-19 20:45:31 +02:00
553a5fc68e
feat: bare string defaults to JQL extractor 2024-10-19 20:19:34 +02:00
cd99572fa2
feat: add JQL and Regex extractors 2024-10-19 20:18:34 +02:00
afc582b0a6
feat: handle query params 2024-10-19 19:27:18 +02:00
6fe5cefc4a
chore: refactor 2024-10-19 18:02:04 +02:00
ca569d2bde
feat: show number only when repeating 2024-10-19 05:33:14 +02:00
f4ab2a327a
fix: show req number, use localtime 2024-10-19 05:29:32 +02:00
b1ab7f433a
feat: format json if content-type json, show body 2024-10-19 05:29:26 +02:00
2f8920eefe
fix: add newlines
ugly code but without it the output is uglier
2024-10-19 05:02:18 +02:00
a6576f1947
fix: add trailing empty line 2024-10-19 04:56:36 +02:00
218db3a175
feat: allow discarding output completely 2024-10-19 04:55:20 +02:00
ee876471a6
feat: allow running multiple times and in parallel 2024-10-19 04:48:08 +02:00
3a966bdc8b
feat: respect user agent config
also pass client config to .execute() method so we can configure reqwest
client
2024-10-19 04:14:31 +02:00
763fa7fbcb
chore: remove sample cmd
there's a default config and it outputs ugly inner tables anyway
2024-10-19 04:14:11 +02:00
f6577e6f63
docs: more examples on default config 2024-10-19 04:13:42 +02:00
72c5b443db
feat: run requests in order they appear 2024-10-19 04:13:23 +02:00
543f258724
docs: update default config 2024-10-19 04:12:46 +02:00
9013515290
fix: var replace with ${...} 2024-10-19 03:58:43 +02:00
fe7bc43c57
feat: starting from scratch
lets start over: simple api testing tool configured with toml files
2024-10-19 03:28:16 +02:00
d2cb41f755
fix: update example url 2023-10-12 18:28:05 +02:00
ac5daf4785
docs: updated readme and example file 2023-06-21 23:19:52 +02:00
0788d39bd7
chore: bump version 2023-06-21 18:25:26 +02:00
b63caa2c3c
feat: better resource management, better show mode 2023-06-21 18:24:45 +02:00
b2af0b8c4f
feat: filter while collecting 2023-06-21 18:24:20 +02:00
39c446485f
feat: initial work on traits for url generation 2023-06-21 00:32:57 +02:00
55118ef3a0
feat: imlement IntoRequest for 2.0.0 too 2023-06-21 00:32:44 +02:00
6aeabef2b5
fix: verbose is test option 2023-06-21 00:32:32 +02:00
d6259a022f
feat: show requests in a tree, refactored collector 2023-06-21 00:24:12 +02:00
15dca26744
chore: return request tree representing original nesting 2023-06-21 00:23:55 +02:00
aa13cfac10
chore: return request builder 2023-06-21 00:23:12 +02:00
2bca7b8581
chore: better output for tests results 2023-06-20 14:04:47 +02:00
d3dfbca673
fix: manage auth bearer key and replace vars in body 2023-06-20 14:04:27 +02:00