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.
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.
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.
4
Q
Types of APIs
A
There are several types of APIs, including open APIs, partner APIs, internal APIs, and composite APIs.