Top Stories published by API-University in March of 2020

RPC API Style

RPC is an abbreviation for “Remote Procedure Call”. It is an API style for distributed systems. It has been around since the 1980s. Today the most widely used RPC styles are JSON-RPC and XML-RPC. Even SOAP can be considered to follow an RPC architectural style.


SOAP API Style

SOAP follows the RPC API style and exposes procedures as central concepts. It is standardized by the W3C and is the most widely used protocol for web services.

SOAP style APIs and architectures are in widespread use, however, typically only for company-internal use or for…


Falcor API Style — merging all your data models

Falcor is an API style that is similar to GraphQL. It introduces a virtual layer that can be used to map frontend requests to backend services. It is maintained by Netflix.