Advanced Terms Flashcards

1
Q

Web APIs

A

Most APIs are web APIs, which are remote APIs that use HTTP protocols to transfer data and functionality over the internet.

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

REST APIs

A

REST stands for Representational State Transfer, and defines functions like GET, PUT, and DELETE that clients can use to access server data.

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

SOAP APIs

A

SOAP stands for Simple Object Access Protocol, and are highly structured APIs that follow a strict protocol. They are designed for enterprise-level applications and are known for their security.

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

Types of APIs

A

There are several types of APIs, including open APIs, partner APIs, internal APIs, and composite APIs.

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