Week 10 Using the Fetch API in JavaScript
NOTE these will only run from Liveserver & vscode due to mixed use of https/http
using the programmer quotes api
fetch from an api - parse the json response
use a variable for each of the promises (unchained)
fetch from an api - parse the json response
fetch().then().then().catch() (chained)
exception examples (some good responses)
Taylor swift api example exception api defunct
server response vs exceptions
HTTP GET request + parameters
sunrise
HTTP GET request + parameters
reqres
HTTP GET request + parameters
reqres + image
HTTP POST request + parameters
reqres
HTTP POST request + parameters add user
reqres