MP_Addon_API::__construct()
API constructor.
Source Source
File: calculator-API-add-on/inc/MP_Addon_API.php
public function __construct() {
$this->api_key;
$this->namespace = MortgagePlatform::$domain . '/v1';
$this->rest_base = '/apikey/(?P<apikey>.+)/lead/(?P<leadID>.+)';
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |