Introduction
What is an API?
()
What you should know
()
What to expect from this course
()
1. What Is an API?
APIs in plain English
()
The request and response cycle
()
What is JSON?
()
Parsing data
()
Working with objects
()
2. Connect to an API
Connect to an API using XMLHttpRequest
()
Connect to an API using jQuery methods
()
Connect to an API using Fetch
()
3. Working with an API
API documentation
()
Make a request to the API
()
Filter responses with parameters
()
Access data in the response
()
Use the response data in HTML
()
Loop through the response data
()
4. Working with the Giphy API
Authentication with an API key
()
Make a request to the Giphy API
()
Filter response with parameters
()
Access data in the response
()
Use the response data in HTML
()
5. Error Handling
Response status codes
()
How to handle errors
()
Ex_Files_Introduction_Web_APIs.zip
(200 KB)