AbstractWebService.php in Smart IP 8.4
Same filename and directory in other branches
Namespace
Drupal\smart_ip_abstract_web_serviceFile
modules/smart_ip_abstract_web_service/src/AbstractWebService.phpView source
<?php
/**
* @file
* Contains \Drupal\smart_ip_abstract_web_service\AbstractWebService.
*/
namespace Drupal\smart_ip_abstract_web_service;
class AbstractWebService {
/**
* Abstract IP Geolocation web service version 1 query URL.
*/
const V1_URL = 'https://ipgeolocation.abstractapi.com/v1/';
}
Classes
Name | Description |
---|---|
AbstractWebService |