package ip2location

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type web_config = {
  1. api_key : string;
  2. api_package : string;
  3. use_ssl : bool;
}
exception Ip2location_exception of string
val open_ws : string -> string -> bool -> web_config
val lookup : web_config -> string -> string -> string -> int * Yojson.Basic.t
val get_credit : web_config -> int * Yojson.Basic.t