Skip to content

fix: Change contactsdb to marketing api #133 #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions lib/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,17 @@
* Clients
* @method Client clients()
*
* ContactDB
* @method Client contactdb()
* @method Client custom_fields()
* @method Client lists()
* @method Client recipients()
* @method Client billable_count()
* Marketing
* @method Client marketing()
* @method Client contacts()
* @method Client count()
* @method Client reserved_fields()
* @method Client exports()
* @method Client imports()
* @method Client lists()
* @method Client field_definitions()
* @method Client segments()
* @method Client singlesends()
*
*
* Devices
* @method Client devices()
Expand Down