Skip to content

Commit 0c6bbca

Browse files
committed
fixing typo in APIs page slug and adding a learning checklist
1 parent 44910fa commit 0c6bbca

38 files changed

+68
-42
lines changed

about-author.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h3 class="panel-head">Table of Contents</h3>
338338
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
339339
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
340340
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
341-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
341+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
342342
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
343343
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
344344
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>

api-integration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h3 class="panel-head">Table of Contents</h3>
370370
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
371371
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
372372
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
373-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
373+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
374374
<a href="/api-integration.html" class="list-group-item smaller-item active">API Integration</a>
375375
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
376376
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>

application-dependencies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ <h3 class="panel-head">Table of Contents</h3>
466466
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
467467
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
468468
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
469-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
469+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
470470
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
471471
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
472472
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2>Why are APIs important?</h2>
4747
webpages are not easily consumable by other machines. Numerous scraping
4848
programs and libraries exist to rip data out of HTML but it's simpler
4949
to consume data through APIs.</p>
50-
<h2>Webhook</h2>
50+
<h2>Webhooks</h2>
5151
<p>A webhook is a user-defined HTTP callback to a URL that executes when a
5252
system condition is met. The call alerts the second system via a POST or GET
5353
request and often passes data as well.</p>
@@ -70,6 +70,18 @@ <h2>API resources</h2>
7070
<a href="https://zapier.com/blog/apis-101/">APIs 101</a> free guide for what APIs
7171
are, why they are valuable and how to use them properly. </li>
7272
</ul>
73+
<h2>CSS learning checklist</h2>
74+
<p><i class="fa fa-check-square-o"></i>
75+
Learn the API concepts of machine-to-machine communication with JSON and XML,
76+
endpoints and webhooks.</p>
77+
<p><i class="fa fa-check-square-o"></i>
78+
Integrate an API such as Twilio or Stripe into your web application. Read the
79+
<a href="/api-integration.html">API integration</a> section for more information.</p>
80+
<p><i class="fa fa-check-square-o"></i>
81+
Use a framework to create an API for your own application. </p>
82+
<p><i class="fa fa-check-square-o"></i>
83+
Expose your web application's API so other applications can consume data you
84+
want to share.</p>
7385
<h3>What's next after learning about APIs?</h3>
7486
<div class="row">
7587
<div class="col-md-4">
@@ -354,7 +366,7 @@ <h3 class="panel-head">Table of Contents</h3>
354366
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
355367
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
356368
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
357-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item active">Application Programming Interfaces</a>
369+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item active">Application Programming Interfaces</a>
358370
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
359371
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
360372
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>

best-python-resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ <h3 class="panel-head">Table of Contents</h3>
451451
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
452452
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
453453
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
454-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
454+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
455455
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
456456
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
457457
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>

bottle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h3 class="panel-head">Table of Contents</h3>
380380
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
381381
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
382382
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
383-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
383+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
384384
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
385385
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
386386
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>

caching.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h3 class="panel-head">Table of Contents</h3>
366366
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
367367
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
368368
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
369-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
369+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
370370
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
371371
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
372372
<a href="/caching.html" class="list-group-item smaller-item active">Caching</a>

cascading-style-sheets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ <h3 class="panel-head">Table of Contents</h3>
484484
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
485485
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item active">Cascading Style Sheets</a>
486486
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
487-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
487+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
488488
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
489489
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
490490
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>

change-log.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3>May</h3>
4949
<ul>
5050
<li>Updated APIs page with basic information on webhooks.</li>
5151
<li>Added learning checklist for source control, application dependencies,
52-
configuration management and NoSQL data stores.</li>
52+
configuration management, NoSQL data stores and APIs.</li>
5353
<li>Moving learning checklists to the bottom of the pages since they are
5454
specific advice for steps to take after reading a section.</li>
5555
<li>Added a stub section for APIs.</li>
@@ -469,7 +469,7 @@ <h3 class="panel-head">Table of Contents</h3>
469469
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
470470
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
471471
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
472-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
472+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
473473
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
474474
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
475475
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>

configuration-management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h3 class="panel-head">Table of Contents</h3>
428428
<a href="/no-sql-datastore.html" class="list-group-item smaller-item ">NoSQL Data Stores</a>
429429
<a href="/cascading-style-sheets.html" class="list-group-item smaller-item ">Cascading Style Sheets</a>
430430
<a href="/javascript.html" class="list-group-item smaller-item ">JavaScript</a>
431-
<a href="/application-programming-intefaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
431+
<a href="/application-programming-interfaces.html" class="list-group-item smaller-item ">Application Programming Interfaces</a>
432432
<a href="/api-integration.html" class="list-group-item smaller-item ">API Integration</a>
433433
<a href="/static-content.html" class="list-group-item smaller-item ">Static Content</a>
434434
<a href="/caching.html" class="list-group-item smaller-item ">Caching</a>

0 commit comments

Comments
 (0)