Created
September 25, 2020 16:05
-
-
Save duanebester/373f743c0615469b19d5f2ab06059238 to your computer and use it in GitHub Desktop.
GitHub Repos Basic Request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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