jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
759 stars 36 forks source link

Follow/Link Url in Response #247

Open michael-hawker opened 1 year ago

michael-hawker commented 1 year ago

A lot of rest/OData APIs generally return links to other urls that contain other queries, pages, or detailed data.

It'd be great to be able to click on a url in the response window and add a new request that follows that link.

For instance: image

Clicking any of these links would just create a new request and execute it, e.g.:

image

This would make exploring and navigating data more useful/intuitive.