rest-api-console
rest-api-console copied to clipboard
Make links clickable
One neat thing the dotcom version 1 console had was the ability to click links to browse to them.
We can do the same, but rather than string-based detection, automatically work with _links values. (We'll need to check they're under the API base though, as we can't send requests off to other servers.)