@@ -47,7 +47,7 @@ <h2>Why are APIs important?</h2>
4747webpages are not easily consumable by other machines. Numerous scraping
4848programs and libraries exist to rip data out of HTML but it's simpler
4949to 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
5252system condition is met. The call alerts the second system via a POST or GET
5353request 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 >
0 commit comments