Skip to content

Instantly share code, notes, and snippets.

View Maxime66410's full-sized avatar
🖥️
Indie Game and Open Source Developer 🖥🎮

Maxime66410 Maxime66410

🖥️
Indie Game and Open Source Developer 🖥🎮
View GitHub Profile
@Maxime66410
Maxime66410 / README.md
Created January 21, 2024 21:51 — 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