You are here

AbstractWebService.php in Smart IP 8.3

Same filename and directory in other branches
  1. 8.4 modules/smart_ip_abstract_web_service/src/AbstractWebService.php

File

modules/smart_ip_abstract_web_service/src/AbstractWebService.php
View 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

Namesort descending Description
AbstractWebService