Example #1
0
 /**
  * Projects Endpoint constructor.
  * @param Api $root
  */
 public function __construct(Api $root)
 {
     parent::__construct($root);
     $this->prefix = 'projects';
 }
Example #2
0
 /**
  * UserStories Endpoint constructor.
  * @param Api $root
  */
 public function __construct(Api $root)
 {
     parent::__construct($root);
     $this->prefix = 'userstories';
 }
Example #3
0
 /**
  * Milestones Endpoint constructor.
  * @param Api $root
  */
 public function __construct(Api $root)
 {
     parent::__construct($root);
     $this->prefix = 'milestones';
 }