File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed
Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 55
66## Overview
77
8- Most applications will use a [ wrapper library] [ wrappers ] , but it's important to
9- get familiar with the underlying API HTTP methods. There's no easier way to
10- kick the tires than [ cURL] [ curl ] .
8+ Most applications will use an existing [ wrapper library] [ wrappers ] in the language
9+ of your choice, but it's important to familiarize yourself with the underlying API
10+ HTTP methods first.
11+
12+ There's no easier way to kick the tires than through [ cURL] [ curl ] .
1113
1214### Hello World
1315
Original file line number Diff line number Diff line change 1+ # Development Guides
2+
3+ This section of the documentation is intended to get you up-and-running with
4+ real-world GitHub API applications. We'll cover everything you need to know, from
5+ authentication, to manipulating results, to combining results with other services.
6+
7+ Every tutorial here will have a project, and every project will be stored and
8+ documented in our public ` samples ` repo:
9+
10+ https://github.com/github/platform-samples
11+
12+ Feel free to fork, clone, and improve these guides.
Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ <h3><a href="#" class="js-expand-btn collapsed"> </a><a href="/v3/">Overvie
5151 < li > < a href ="/v3/libraries/ "> Libraries</ a > </ li >
5252 </ ul >
5353 </ li >
54+ < li class ="js-topic ">
55+ < h3 > < a href ="# " class ="js-expand-btn collapsed "> </ a > < a href ="/guides/ "> Guides</ a > </ h3 >
56+ < ul class ="js-guides ">
57+ < li > < a href ="/guides/getting-started/ "> Getting Started</ a > </ li >
58+ </ ul >
59+ </ li >
5460 < li class ="js-topic ">
5561 < h3 > < a href ="# " class ="js-expand-btn collapsed "> </ a > < a href ="/v3/activity/ "> Activity</ a > </ h3 >
5662 < ul class ="js-guides ">
You can’t perform that action at this time.
0 commit comments