Tag: REST

REST is an architectural style for designing networked applications. It relies on a stateless, client-server, cacheable communications protocol — and in virtually all cases, the HTTP protocol is used. REST is often used in mobile applications, social networking websites, and as the basis for modern APIs.

Learn more about REST.

Articles

  1. From REST to GraphQL - How To Build a GraphQL Server
  2. From REST to GraphQL
    From REST to GraphQL

    I am giving a talk at NorthOT this Thursday in Barrie Ontario about Migrating from a RESTful API to GraphQL.