aixigo / hal-http-client

A status code driven JSON HAL HTTP client based on the fetch API.
MIT License
3 stars 2 forks source link

templated URLs: use an external library for template handling #1

Closed alex3683 closed 7 years ago

alex3683 commented 7 years ago

The current implementation is very limited. It only supports some parts of RFC 6570 URI templates. For full support an external library like https://www.npmjs.com/package/url-template should be used instead of an own implementation.

alex3683 commented 7 years ago

Implemented on master (v0.8.0).