- add YAML module and remove python child process
- add collection headers to each request
- fix authorization header emission
- create .env.template file with environment variables
This commit is contained in:
2026-06-30 12:24:10 +02:00
parent aa272dfc55
commit 8851717532
3 changed files with 519 additions and 255 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"dependencies": {
"yaml": "^2.9.0"
}
}