R/api.R
dot-send_request.Rd
Sends a request to the specified url and retrieves it's content.
.send_request(request_url, apikey, query = NULL)
request_url | url to be used |
---|---|
apikey | airly apikey |
query | Default value is NULL. Optional argument if you want to add query to request |
parsed content of the response object