Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 1 |
Entities | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
getExternalUsers | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
1 | <?php |
2 | |
3 | namespace Qmp\Laravel\ApiDigitalV2\Api\Traits; |
4 | |
5 | |
6 | trait Entities |
7 | { |
8 | /** |
9 | * Return publishers users from digital V2 with sites |
10 | * |
11 | * @return mixed |
12 | * @throws \Exception |
13 | */ |
14 | public function getExternalUsers() |
15 | { |
16 | return $this->getRequest('entities/publishers'); |
17 | } |
18 | } |