Types of API Flashcards
1
Q
Representational State Transfer (REST)
A
Web data exchange protocol.
Example - Twitter API for posts
2
Q
Simple Object Access Protocol (SOAP)
A
Strict web service protocol
Example - Bank data exchange
3
Q
Remote Procedure Call (RPC)
A
Remote function call service.
Example - JSON-RPC for Bitcoin nodes
4
Q
Local API
A
System-internal API for functions.
Example - Windows OS API