You are here

function cc::get_http_api_url in Constant Contact 6.3

Same name and namespace in other branches
  1. 6.2 class.cc.php \cc::get_http_api_url()
  2. 7.3 class.cc.php \cc::get_http_api_url()

* This returns the HTTP URL for the API * * @access private

1 call to cc::get_http_api_url()
cc::create_campaign in ./class.cc.php
* Creates a new campaign * * @access public

File

./class.cc.php, line 607

Class

cc
@file

Code

function get_http_api_url() {
  return str_replace('https:', 'http:', $this->api_url);
}