A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/jessecambon/tidygeocoder/issues/137 below:

need hipaa compliant geocodio endpoint · Issue #137 · jessecambon/tidygeocoder · GitHub

geocodio service has a separate hipaa compliant endpoint, access is restricted to this address only.

Can future release add a geocodio-hipaa, flag or api-url alias
in
api_url
"geocodio" = get_geocodio_url(geocodio_v, reverse = reverse , hipaa= F),

or

get_geocodio_hipaa_url <- function(api_v ='1.6', reverse = FALSE) {

return API URL based on api version (ex. 1.6)

url_keyword <- if (reverse == TRUE) 'reverse' else 'geocode'
return(paste0("https://api-hipaa.geocod.io/v", as.character(api_v), "/", url_keyword))
}


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4