Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Add contacts endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ousmanedev committed Dec 14, 2016
1 parent c3377b4 commit 18116d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Botamp/Client.php
Expand Up @@ -36,6 +36,8 @@ class Client

public $subscriptions;

public $contacts;

public function __construct($apiKey, HttpClient $httpClient = null)
{
$this->apiKey = $apiKey;
Expand Down Expand Up @@ -98,5 +100,6 @@ private function bindResources()
$this->entities = new ApiResource('entities', $this);
$this->me = new ApiResource('me', $this);
$this->subscriptions = new ApiResource('subscriptions', $this);
$this->contacts = new ApiResource('contacts', $this);
}
}

0 comments on commit 18116d4

Please sign in to comment.