Clone via HTTPS Clone with Git or checkout with SVN using the repository’s web address. Introduction An introduction to curl using GitHub's API. The Basics Makes a basic GET request to the specifed URI curl https://api.github.com/users/caspyin Includes HTTP-Header information in the output curl --include https://api.github.com/users/caspyin Pass user credential to basic auth to access protected re