# Fetch API Examples [article](https://danlevy.net/you-may-not-need-axios/) ## Table of Contents 1. GET Requests 1. [Easy: Get JSON from a URL](#easy-get-json-from-a-url) 1. [Intermediate: Custom headers](#intermediate-custom-headers) 1. [Advanced: CORS example](#advanced-cors-example) 1. POST/PUT Requests 1. [Easy: Posting JSON](#easy-posting-json) 1. [Intermediate: Posting an HTML `