Skip to content

Instantly share code, notes, and snippets.

@ashokdevop
ashokdevop / curl.md
Created March 5, 2018 12:54 — forked from btoone/curl.md
A curl tutorial using GitHub's API

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
@ashokdevop
ashokdevop / curl.md
Created March 5, 2018 12:54 — forked from btoone/curl.md
A curl tutorial using GitHub's API

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