Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Class7
Retrieving and Managing Data from External Sources
### Creating HTML Elements with JavaScript
- Selecting an element
- Creating a new element
- Inserting the new element
### Data Format
- JSON Review
### REST Introduction
- [Introduction to API's](https://www.geeksforgeeks.org/introduction-to-apis/)
### HTTP Verbs
- GET
- PUT
- POST
- DELETE
### APIs
- URLs
- Combined with Verbs
- Parameters
### Data Storage Overview
- Relational
- Document
### Resources
- [Sample API](https://jsonplaceholder.typicode.com/)
- [CreateElement](https://www.w3schools.com/jsref/met_document_createelement.asp)