This function is the lower-level function that powers the API call: it takes a URL and headers and executes the http request with rate-limiting and authentication. It checks for JSON return and any warnings/errors, parses the json, and returns an espn_api object with the parsed content, the raw response, and the actual query.
Arguments
- conn
a connection object created by ff_connect or equivalent - used for authentication
- url_query
a fully-formed URL to call
- ...
any headers or other httr request objects to pass along
See also
espn_getendpoint()
- a higher level wrapper that checks JSON and prepares the url query