Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ip2location/src/ip2location.d.ts>IP2LocationWebService#open

Deno module for IP2Location to lookup the geolocation information
Latest
method IP2LocationWebService.prototype.open
import { IP2LocationWebService } from "https://deno.land/x/ip2location@8.3.0/src/ip2location.d.ts";

Initializes with the IP2Location Web Service API key and the package to query.

Parameters

apiKey: string

The IP2Location Web Service API key.

apiPackage: string

The web service package to query.

optional
useSSL: boolean

Whether to use SSL to call the web service.