InfoQ Homepage Hypermedia Content on InfoQ
-
Building out Hypermedia Clients
Todd Brackley outlines the general engine of a hypermedia client implementation, what API forms look like, and then outlines five design issues useful in creating such clients.
-
Building Hypermedia Clients
Todd Brackley demonstrates provisioning a network of data through a JavaScript client to show that there is no magic and talks through some of the major design issues.
-
Distributed Workflows with Hypermedia Clients
Glenn Block introduces Hypergoal, a way of creating distributed workflows with hypermedia clients.
-
Hypermedia API Architectural Patterns
Gareth Evans and Rick Mugridge share the patterns that emerged while developing hypermedia APIs for various companies over time.
-
Hypermedia Myths and Misconceptions
Glenn Block discusses the truth and myth beyond some beliefs: the web was built for hypermedia, there is no REST without hypermedia, hypermedia is the magic cure for all API ills, etc.
-
Learnings from Implementing a Hypermedia Client
Uli Holtel discusses the principles of hypermedia APIs, how to decouple from media type formats, using profiles, 'fully dynamic' vs. 'tightly coupled' client, tools, code artifacts and examples.
-
Hypermedia Web API as a Network of Data
Todd Brackley discusses accessing the “network of data” through a RESTful hypermedia API, exposing it to developers, testers, analysts and clients.
-
Spring Data REST - Data Meets Hypermedia + Security
Roy Clarkson and Greg Turnquist discuss using Spring Data REST to build a back-end for a startup, exemplifying with Spring-A-Gram, an app built with Spring Data REST and secured by Spring Security.
-
The Hypermedia API Pivot
Nick MacDonald discusses a project’s transformation using hypermedia APIs, which has provided them with a simplified backbone to evolve internally and across boundaries.
-
Practical Insights when Designing an API from Scratch
Paul Glavich discusses design decisions to be made when building a new API regarding versioning, hypermedia usage, authentication and other aspects.
-
Spring Data REST - Data Meets Hypermedia
Roy Clarkson and Greg Turnquist provide a quick overview of the Spring Data REST project, explains fundamental design decisions and introduces new features of the latest version.
-
Creating REST-ful, Hypermedia-based Microservices with Spring Boot
Ben Hale discusses how to design microservices as RESTful APIs and implement them with minimal code using Spring Boot.