pacely/mailchimp-api-v3

Wrong examples

Closed this issue · 1 comments

This examples are misleading, i'm trying to use it as you explain:

	public function suscribe(Request $request) {
		$result = $MC::request('lists', [
				'fields' => 'lists.id,lists.name,lists.stats.member_count',
				'offset' => 10,
				'count' => 10
		]);
	}

Also tried with $mc->request() with no success. How it is supossed to be used?, and please don't tell me to go to the documentation, i'm coming from there.

If you've registered the Facade, you can use it as if it had static methods. E.g MC::request()