Skip to content

Commit 2f7924a

Browse files
authored
Add AppointmentService
Fixes #105
1 parent 2571e58 commit 2f7924a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Infusionsoft/Infusionsoft.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,14 @@ public function tasks()
635635
{
636636
return $this->getRestApi('TaskService');
637637
}
638+
639+
/**
640+
* @return \Infusionsoft\Api\Rest\AppointmentService
641+
*/
642+
public function appointments()
643+
{
644+
return $this->getRestApi('AppointmentService');
645+
}
638646

639647
/**
640648
* @return \Infusionsoft\Api\Rest\TransactionService

0 commit comments

Comments
 (0)