Skip to content

Instantly share code, notes, and snippets.

@duanebester
Created September 25, 2020 17:13
Show Gist options
  • Save duanebester/8decddb0e382d0afbae5d1a09f88be30 to your computer and use it in GitHub Desktop.
Save duanebester/8decddb0e382d0afbae5d1a09f88be30 to your computer and use it in GitHub Desktop.
GitHub Repos Req/Resp Has Next
;; Request Repos page=1, per_page=1
;; Demonstrating sync multi-let bindings
(let [resp (get-repos 1 1) has_next (get resp :has_next)]
(println (str "has_next: " has_next)))
; => has_next: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment