feat: fetch effect (#1605)

* feat: fetch effect

* fix: Make not available in sandbox

* chore: Update to use text(), and to use headers

* chore: use the postman echo for testing

* chore: add json

* chore: Testing the json

* chore: Make the json lazy
This commit is contained in:
J M
2022-07-01 17:05:01 -06:00
committed by GitHub
parent b580f549a6
commit 8ba932aa36
7 changed files with 647 additions and 1 deletions

1
backend/Cargo.lock generated
View File

@@ -1897,6 +1897,7 @@ dependencies = [
"dprint-swc-ext",
"helpers",
"models",
"reqwest",
"serde",
"serde_json",
"swc_atoms",