How do I setup templating in Golang Project
Use xtemplate for nested templating Here the example when I use xtemplate alongside with...
Tag archive
Use xtemplate for nested templating Here the example when I use xtemplate alongside with...
Discover PSR-13's hypermedia link interfaces, understand HATEOAS principles, and implement discoverable APIs in PHP applications.
How to use Hypermedia to provide an Authentication and Registration flow in a client-agnostic manner
Today I'd like to present the draft of the OHM format, a new media type for Hypermedia/REST level 3 a...
if the developer is not putting links in their JSON or XML response, they are not doing web developme...
basically: app.get('/notes', (req, res) => { const rawNotesList = fs.readFileSync('../cli/note...
A lot has been written about REST but less so when it comes to Hypermedia Controls. I haven't seen too many Hypermedia based APIs out in the wild. I theorize that...

What is hypermedia? 🤔 The concept or term hypermedia isn't new by no means. You might not...
A modest proposal to bridge the gap between REST and OpenAPI
TL;DR - no. Hypermedia is all the rage these days. New hypermedia APIs and standards are popping up...