MP_Addon_API::__construct()

API constructor.

Contents


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>.+)';

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.