Skip to content

Commit 706f9e6

Browse files
committed
Change contactsdb to marketing api sendgrid#133
1 parent db6d34e commit 706f9e6

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

lib/Client.php

+11-7
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,19 @@
7171
* Clients
7272
* @method Client clients()
7373
*
74-
* ContactDB
75-
* @method Client contactdb()
76-
* @method Client custom_fields()
77-
* @method Client lists()
78-
* @method Client recipients()
79-
* @method Client billable_count()
74+
* Marketing
75+
* @method Client marketing()
76+
* @method Client contacts() // @todo how to add an id?
8077
* @method Client count()
81-
* @method Client reserved_fields()
78+
* @method Client exports()
79+
// * @method Client search()
80+
* @method Client imports()
81+
//* @method Client exports()
82+
* @method Client lists()
83+
* @method Client field_definitions()
8284
* @method Client segments()
85+
* @method Client singlesends()
86+
*
8387
*
8488
* Devices
8589
* @method Client devices()

0 commit comments

Comments
 (0)