Example #1
0
 public function __construct(HttpClientInterface $client)
 {
     parent::__construct($client);
     $this->userService = new UserService($client);
     $this->subtaskService = new SubtaskService($client);
     $this->listService = new ListService($client);
 }
Example #2
0
 public function __construct(HttpClientInterface $client)
 {
     parent::__construct($client);
     $this->membershipService = new MembershipService($client);
 }