davestewart/axios-actions

Add support for HAL placeholders

Closed this issue · 1 comments

A related technology, the API HAL format, has a placeholder format which contains a question mark:

http://example.com/api/users/{?id}

It would be useful to support this format in lieu of potentially supporting HAL.

Turns out this actually appends a query string.