Skip to content

Populate templated links directly using resource. #13

@tobyclemson

Description

@tobyclemson

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions