Skip to content

Commit

Permalink
Add AppointmentService
Browse files Browse the repository at this point in the history
Fixes #105
  • Loading branch information
MicFai authored Mar 14, 2017
1 parent 2571e58 commit 2f7924a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Infusionsoft/Infusionsoft.php
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,14 @@ public function tasks()
{
return $this->getRestApi('TaskService');
}

/**
* @return \Infusionsoft\Api\Rest\AppointmentService
*/
public function appointments()
{
return $this->getRestApi('AppointmentService');
}

/**
* @return \Infusionsoft\Api\Rest\TransactionService
Expand Down

0 comments on commit 2f7924a

Please sign in to comment.