Commit graph

24 commits

Author SHA1 Message Date
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
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
fe7bc43c57
feat: starting from scratch
lets start over: simple api testing tool configured with toml files
2024-10-19 03:28:16 +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
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
d3dfbca673
fix: manage auth bearer key and replace vars in body 2023-06-20 14:04:27 +02:00
527af4e54f
feat: also fill header vars from env 2023-06-15 16:42:05 +02:00
3040556976
feat: replace vars in urls from OS environment 2023-06-15 16:23:48 +02:00
d704610357
fix: made it work (kinda) 2023-06-15 16:19:46 +02:00
2effe880dc
fix: make rust-analyzer happy 2023-06-15 15:59:03 +02:00
3a619ecfb0
chore: modularized it better 2023-06-15 15:42:07 +02:00