Skip to content

Commit b484bd1

Browse files
committed
feat: implement execute_from_json function for dynamic API calls and add corresponding tests
1 parent f4fe326 commit b484bd1

File tree

4 files changed

+307
-75
lines changed

4 files changed

+307
-75
lines changed

lib/Cargo.lock

Lines changed: 139 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ edition = "2021"
77
serde = { version = "1.0", features = ["derive"] }
88
serde_json = "1.0"
99
reqwest = { version = "0.12", features = ["json"] }
10+
tokio = { version = "1", features = ["full"] }
11+
hyper = "0.14"
12+
tempfile = "3.2"

0 commit comments

Comments
 (0)