Week 6 - API Flashcards
quiz2
1
Q
It’s a set of rules that allow software programs to communicate with each other, enabling developers to access functionality and data from other applications without needing to understand their internal workings.
A
API (Application Programming Interface)
2
Q
HTTP Verbs
Get data sent to you from the server
A
GET
3
Q
HTTP Verbs
Add data to the server
A
POST
4
Q
HTTP Verbs
Update data on the server
A
PUT
5
Q
HTTP Verbs
Delete data from the server
A
DELETE
6
Q
Acronym
JSON
A
Java Script Object Notation
7
Q
Notation
How do you access properties and methods of an object?
A
Dot Notation
8
Q
Need to convert the data to JSON
A
Parse