Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Conversation

@WoogieNoogie
Copy link
Contributor

No description provided.

dsjellz and others added 30 commits April 7, 2013 21:44
Corrected the name of the apiKey var
Here's my dilemma: I want to use a different REST Client for the services, but because they are private, I would otherwise need to copy all the methods into my subclass in order to override the ConstantContact REST client. This way, I can do the following:

`
class KWSConstantContact extends ConstantContact {
	public function __construct($apiKey) {
		parent::__construct($apiKey);
		$this->setRestClient(new CustomRestClient());
	}
}
`

If there's a better way I don't know about, please let me know. Allowing sub-classes access seems like an easy way to add lots of flexibility without much risk.
Allow sub-classes access to Services
Fixing phpdoc, ContactService, and PSR-2 code style compliance issues
Resolving broken contact service unit tests
Adding state parameter to OAuth flow
Upgrade to version 1.1.0
Changing case for PHPUnit tests
Resolving PSR1/2 Violations
Resolves issue w/ http_build_query on certain server configurations
Adjusting campaign example
Resolving issue w/ campaign example and only selecting one list
huebs and others added 28 commits June 17, 2014 16:26
This adds a public, writeable $state field to the Address object for
non-US/Canadian states/provinces/regions.
Add freeform "state" field (per API)
Added fields to contact_list array
Added created_date, modified_date to ContactList
Implement  better error handling mechanism. Now CtctExceotion is thrown even if the call to an endpoint is not successful.
Comments changed and better error handling.
Conflicts:
	docs/source-class-Ctct.Auth.CtctOAuth2.html
	docs/source-class-Ctct.Components.EmailMarketing.TestSend.html
	src/Ctct/Auth/CtctOAuth2.php
	src/Ctct/ConstantContact.php
	src/Ctct/Exceptions/OAuth2Exception.php
	src/Ctct/Services/ListService.php
merging development to master
Revert error handling change
Remove duplicate use statement
Removed documentation( has been moved in the gh-pages branch ).
csciuto added a commit that referenced this pull request Oct 31, 2014
Bring development and master in sync
@csciuto csciuto merged commit cbfbedb into development Oct 31, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.