HTTP

REST

Videos de Maurizio Marchese sobre REST

Introducción a REST

Tutoriales sobre REST

OAuth y Passport

OAuth

Passport

Authentication con Passport via GitBook

GitHub API

Octonode

GitBook API

Heroku API

GraphQL

GraphQL tries to improve the way clients communicate with remote systems. An Application Programming Interface. As such, it’s a direct replacement for REST.

GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.