Perhaps one aspect of RESTful APIs you may want to look for is “scalability”. Do REST APIs scale? If they do, why do the companies below go their own way?
- Facebook: GraphQL.
GraphQL is a query language for APIs and a runtime for fulfilling
those queries with your existing data.
- Netflix: FALCOR
Falcor lets you represent all your remote data sources as a single
domain model via a virtual JSON graph