Skip to content

Instantly share code, notes, and snippets.

@vermiculus
Created February 27, 2013 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vermiculus/5050463 to your computer and use it in GitHub Desktop.
Save vermiculus/5050463 to your computer and use it in GitHub Desktop.
[cl-struct-request-response nil nil nil nil nil "https://api.stackexchange.com/2.1/questions?order=desc&sort=activity&site=stackoverflow" nil (:params ((order . "desc") (sort . "activity") (site . "stackoverflow")) :parser json-read :success (lambda (&rest --cl-rest--) "
(fn &key DATA &allow-other-keys)" (let* ... ...)) :error (closure (t) (&rest args) (apply ... ... args)) :url "https://api.stackexchange.com/2.1/questions?order=desc&sort=activity&site=stackoverflow" :response #0) #<buffer *request curl*> nil nil ...]
REQUEST [error] Error from parser json-read: (json-readtable-error)
REQUEST [error] Error (parse-error) while connecting to https://api.stackexchange.com/2.1/questions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment