Skip to content

Instantly share code, notes, and snippets.

@gluehbirnenkopf
gluehbirnenkopf / README.md
Created November 20, 2020 11:54 — 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