about summary refs log blame commit diff stats
path: root/rnd/gerbil/play.ss
blob: 7a7c3caf108d9ef08709dda5aa27d3d232d53df9 (plain) (tree)
1
2
3
4
5
6
7
8







                                                      
(import :std/net/request)

(def req (http-get "pokeapi.co/api/v2/pokemon/ditto"))

(request-status req)

(display
 (hash->list (request-json req)))