GET a URL, parse the response body as JSON, and return the typed value.
Narrow response type declared by the caller.
Path to append to the base URL.
HTTP context adapter from the client instance.
Parsed JSON value.
When the response is not JSON, not 2xx, or the request fails.
GET a URL, parse the response body as JSON, and return the typed value.