I don't want to be a killjoy, but why do so many "REST frameworks" focus so much on the transport (HTTP) and not so much / or at all on tools to create and manage hypermedia representations (links, actions, domain objects)?
The least you can do is to emphasise the issue, maybe point to libraries that can be used in conjunction with your framework: a library for creating/using links and link templates, libraries for some existing vocabularies, like Siren or HAL.
It could have been better. I call the aera of SOAP and CORBA as one of the reasons why Hypermedia formats have been avoided for so long. But that is changing, slowly. The drivers for that are maturing experiences with HTTP-driven APIs. DDD is becoming more important again, especially for organizations, that evolve around service oriented software (and hardware) architectures.
One example, that you find on HNs frontpage right now, is Solid ( https://news.ycombinator.com/item?id=18100895 ). Another example is Google's use of JSON-LD for meta data descriptions in HTML pages. And there is Mastodon, making use of vocabularies like ActivityPub.
The best example though, is HTML and your Browser of choice.
It saw some usage in Rdio (the music streaming service) and a couple of other places. chef.io wanted to switch to Leptus back then, but I don't know if they did.
I brought it back to life for personal use, and also because I was still receiving requests to do so.