Utility function to create the service point URL. Base URL comes from zzz.R, endpoint is specified in the code, and query_vars should be a list of parameters. This function will manually put those query parameters into the proper GET syntax.
npn_get_download_url(endpoint)
The service point, e.g. "observations/getObservations.json?"
List of query parameters.
The URL, as a string.