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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTTP Verbs

Get data sent to you from the server

A

GET

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HTTP Verbs

Add data to the server

A

POST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

HTTP Verbs

Update data on the server

A

PUT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

HTTP Verbs

Delete data from the server

A

DELETE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Acronym

JSON

A

Java Script Object Notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Notation

How do you access properties and methods of an object?

A

Dot Notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Need to convert the data to JSON

A

Parse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly