Welcome to the CHICKEN Scheme pasting service
working! added by LewisCowper on Wed Jan 14 15:25:09 2015
(use http-client) ;; Will get put in the user-agent header if non-#f... (client-software '(("scheme-swapi" #f #f))) ;; ... so we can use the "easy" variant of the API: (define planets (lambda () (with-input-from-request "http://swapi.co/api/planets/" #f read-string)))