You are here

function cc::get_http_api_url in Constant Contact 7.3

Same name and namespace in other branches
  1. 6.3 class.cc.php \cc::get_http_api_url()
  2. 6.2 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.

File

./class.cc.php, line 597
Constant Contact PHP Class

Class

cc
@file Constant Contact PHP Class

Code

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