mikekelly / hal-browser

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

Fixed issue 13 #15

Closed gabrielf closed 11 years ago

gabrielf commented 11 years ago

Issue: https://github.com/mikekelly/hal-browser/issues/13

The dialog that appear when trying to GET a templated URI is now prepopulated with JSON that contains the expressions available in the URI template.

It contains all expressions regardless whether they are optional or mandatory.

The implementation is tightly coupled with the current implementation of uritemplate.js.

uri-template-dialog

mikekelly commented 11 years ago

Awesome thanks