Hey! ๐๐ผ
Redi School Munich - Spring 2021
Example: Message delivery from your mom by one of your kids
fetch('http://some-domain.com/movies.json')
.then(response => console.log(response.json()));
In groups, implement a GET request to fetch an element via the 'id' & a POST request to create an element
Hint: the value 'id' is generated by the API on POST & Use the Guide!
Work on your project an include an API call
Think about questions for the next session