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

Commit

Permalink
Add optins endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ousmanedev committed Mar 22, 2017
1 parent 112b4c5 commit 1ebbb12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Botamp/Client.php
Expand Up @@ -97,10 +97,11 @@ private function setHttpClient(HttpClient $httpClient, MessageFactory $messageFa

private function bindResources()
{
$this->contacts = new ApiResource('contacts', $this);
$this->entities = new ApiResource('entities', $this);
$this->entityTypes = new ApiResource('entity_types', $this);
$this->me = new ApiResource('me', $this);
$this->optins = new ApiResource('optins', $this);
$this->subscriptions = new ApiResource('subscriptions', $this);
$this->contacts = new ApiResource('contacts', $this);
$this->entityTypes = new ApiResource('entity_types', $this);
}
}

0 comments on commit 1ebbb12

Please sign in to comment.