What's new

Closed Api for beginners javascript getting started with apis ajax

Status
Not open for further replies.

noname18

Forum Guru
Joined
Oct 16, 2014
Posts
2,859
Reaction
4,236
Points
1,026
AJAX:
  1. Update a web page without reloading the page
  2. Request data from a server - after the page has loaded
  3. Receive data from a server - after the page has loaded
  4. Send data to a server - in the background

Explore using JavaScript XHR and fetch to connect to multiple web API endpoints retrieve JSON data and update HTML


What you'll learn
  • Use AJAX to get JSON data into their web pages
  • Use XHR requests to connect to servers and APIs
  • Explore how to connect to APIs
Requirements
  • JavaScript Experience and HTML and CSS
  • You should have a web development Experience
Description

Access several popular web APIs and retrieve response content for web applications. Step by step instruction on how to access web APIs using JavaScript XHR and fetch to get JSON data and update your web content.

This course covers how to make AJAX requests using the XMLHttpRequest within JavaScript as well as fetch. JavaScript code knowledge is a prerequisite for the course. The scope of this course is focused on using JavaScript to connect to web APIs.

DOWNLOAD LINK: You do not have permission to view the full content of this post. Log in or register now.

NOTE: Pakitanggal nalang ng parenthesis.
 

Attachments

Status
Not open for further replies.
Back
Top