diff options
author | elioat <elioat@tilde.institute> | 2022-12-04 15:16:52 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-04 15:16:52 -0500 |
commit | 5831542e01209729390f5171d54f505b133ab47e (patch) | |
tree | 188391d6e89393849d5b6f53cfb5ca6d994536f5 /rnd/gerbil/play.ss | |
parent | 8f83e6377a7a5e4209f8996c1c9e6870f8ec66b5 (diff) | |
download | december-2022-5831542e01209729390f5171d54f505b133ab47e.tar.gz |
re-org of rnd
Diffstat (limited to 'rnd/gerbil/play.ss')
-rw-r--r-- | rnd/gerbil/play.ss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rnd/gerbil/play.ss b/rnd/gerbil/play.ss new file mode 100644 index 0000000..7a7c3ca --- /dev/null +++ b/rnd/gerbil/play.ss @@ -0,0 +1,8 @@ +(import :std/net/request) + +(def req (http-get "pokeapi.co/api/v2/pokemon/ditto")) + +(request-status req) + +(display + (hash->list (request-json req))) |