Description Usage Arguments Value Examples
A call from Fannie Mae's public API given the API's path.
1 | get_url(path)
|
path |
This is the API's path after the origin URL. |
A list with the following elements:
content – The parsed JSON returned from API call. Note that the object is returned as a nested list.
url – The URL used to make the call
response – The response object created by httr::GET()
1 | get_url("/v1/mortgage-lender-sentiment/results")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.