Back to Developer Roadmap

Working with APIs

src/data/roadmaps/javascript/content/working-with-apis@q6vciQb_Jk-Up16Pk5NeE.md

4.0834 B
Original Source

Working with APIs

When working with remote APIs, you need a way to interact with those APIs. Modern JavaScript provides two native ways to send HTTP requests to remote servers, XMLHttpRequest and Fetch.

Visit the following resources to learn more: