mikekelly / hal-browser

An API browser for the hal+json media type
MIT License
835 stars 157 forks source link

Following templated links should prompt to provide values for expansion #36

Open odrotbohm opened 10 years ago

odrotbohm commented 10 years ago

Assume we have a response like this:

{ "_links": {
    "self": {
        "href": "…/orders{?page,size,sort}",
        "template": true
    }
}

Following that link should open up a dialog to enter values for the template variables and correctly expand the template.

Said182 commented 1 year ago

Assume we have a response like this:

{ "_links": {
    "self": {
        "href": "…/orders{?page,size,sort}",
        "template": true
    }
}

Following that link should open up a dialog to enter values for the template variables and correctly expand the template.

odrotbohm commented 1 year ago

As the HAL Browser hasn't been developed for a while, I suggest to have a look at HAL Explorer, that actually has this particular feature.