medialize / URI.js

Javascript URL mutation library
http://medialize.github.io/URI.js/
MIT License
6.26k stars 474 forks source link

Test if URI/URL is templated #402

Open manuelmeister opened 3 years ago

manuelmeister commented 3 years ago

How do I know if a URL is a templated URL and what expressions it contains?

I'm trying to create a JSON browser extension that formats JSONs (and HAL+JSON) . If a string is a URL, it creates a link and if the URL is a Templated URL let me show the individual expressions and follow the link with the values defined by the user.