Skip to content

Instantly share code, notes, and snippets.

@duanebester
Created September 25, 2020 16:05
Show Gist options
  • Save duanebester/373f743c0615469b19d5f2ab06059238 to your computer and use it in GitHub Desktop.
Save duanebester/373f743c0615469b19d5f2ab06059238 to your computer and use it in GitHub Desktop.
GitHub Repos Basic Request
(http/get repo-url base-options) ; => returns a promise
@(http/get repo-url base-options) ; => blocks until promise completes - returns a map
(get @(http/get repo-url base-options) :status) ; => can get the :status from the map - returns 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment