QuestionQ390

Understanding and Using APIs

DRAG DROP

Drag and drop the API characteristics from the left onto the corresponding categories on the right.

Question Image

Drag & Drop
invokes function calls
uses a protocol such as HTTP
invokes transactions against resources
implements communication between server and client
RPC
REST
Explanation

RPC exposes callable remote functions for client-server communication. REST uses an application protocol such as HTTP to operate on resources.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!