Liking cljdoc? Tell your friends :D

ip-geoloc.maxmind


check-dbclj

(check-db md5 afile)
source

DEFAULTSclj

source

download-dbclj

(download-db from to)
source

fetch-db-md5clj

(fetch-db-md5 url)
source

find-last-available-dbclj

(find-last-available-db {:keys [database-folder]})
source

GeoIpProvidercljprotocol

closeclj

(close this)

Close the provider

Close the provider

coordinatesclj

(coordinates this ip)

get only coordinates info.

get only coordinates info.

database-locationclj

(database-location this)

Returns the path of the current database

Returns the path of the current database

full-geo-lookupclj

(full-geo-lookup this ip)

Get a full geo IP lookup

Get a full geo IP lookup

geo-lookupclj

(geo-lookup this ip)

get a concise geo IP lookup

get a concise geo IP lookup

initclj

(init this)

Initialise the provider

Initialise the provider
source

if-ip-existscljmacro

(if-ip-exists & body)
source

start-maxmindclj

(start-maxmind config)
source

start-update-db-background-thread!clj

(start-update-db-background-thread!
  {:keys [auto-update-check-time update-thread] :as config})
source

stop-maxmindclj

(stop-maxmind {:keys [provider update-thread] :as cfg})
source

ToClojurecljprotocol

->clojureclj

(->clojure data)

convert a given object into a Clojure data structure

convert a given object into a Clojure data structure
source

update-dbclj

(update-db {:keys [database-url database-md5-url database-folder]})
source

update-db!clj

(update-db! {:keys [provider] :as config})
source

update-db-if-neededclj

(update-db-if-needed current-db-file
                     {:keys [database-url database-md5-url database-folder]
                      :as cfg})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close