Since halboy is already capable of expanding templated URIs at navigation time, it would be really nice to be able to do the same at read time. For example:
;; { "_links": { "rel": { "href": "https://example.com{?template}", "templated": true } } }
(hal/get-href resource :rel {:template :params})
; => "https://example.com?template=params"