Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,756 members, 7,809,911 topics. Date: Friday, 26 April 2024 at 05:04 PM

Ways To Make API Call In Javascript (webAPI) - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Ways To Make API Call In Javascript (webAPI) (886 Views)

Learn How To Add JWT Authentication To Your ASP.NET Core Webapi / How To Retrieve Data From An Api Using Fetch Api In Javascript / How Do I Convert Object To Arrey In Javascript (2) (3) (4)

(1) (Reply)

Ways To Make API Call In Javascript (webAPI) by Nobody: 12:13pm On Nov 14, 2017
Axios
Axios is a Javascript library used to make http requests from node.js or XMLHttpRequests from the browser .

Fetch
The fetch  function is a Promise-based mechanism for programmatically making web requests in the browser. This project is a polyfill that implements a subset of the standard Fetch specification, enough to make fetch a viable replacement for most uses of XMLHttpRequest in traditional web applications.


JSONP
JSONP (JSON with padding) is used to request data from a server residing in a different domain than the client.



CORS
Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTPheaders to let a user agent gain permission to access selected resources from a server on a different origin (domain) than the site currently in use. A user agent makes across-origin HTTP request when it requests a resource from a different domain, protocol, or port than the one from which the current document originated.


Ajax /jquery Ajax
AJAX is the art of exchanging data with a server, and update parts of a web page.


JSON.stringify

Convert a JavaScript object into a string with JSON.stringify().



json parse

Parse the data with JSON.parse(), and the data becomes a JavaScript object.





Note

Let assume you were asked to parse json objects from an endpoint in angular 5 or React . React and angular 5 has HTTP client to parse and bind Json data .

Check the documentation

1 Like 1 Share

(1) (Reply)

Naija Google Adsense For Sale / Here Is How To Setup Your Raspberry Pi In Headless Mode / HELP Needed On A Magneto Ecommerce Site

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 9
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.