Skip to content

Instantly share code, notes, and snippets.

@kellthenoise
kellthenoise / README.md
Created December 2, 2018 08:50 — forked from joyrexus/README.md
curl tutorial

An introduction to curl using GitHub's API.

Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin

Includes HTTP-Header information in the output