Skip to content

Commit c8a5488

Browse files
committed
Added missing api getLimits
1 parent 18e25a5 commit c8a5488

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Compute/v2/Api.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,4 +546,13 @@ public function detachVolume(): array
546546
]
547547
];
548548
}
549+
550+
public function getLimits(): array
551+
{
552+
return [
553+
'method' => 'GET',
554+
'path' => 'limits',
555+
'params' => []
556+
];
557+
}
549558
}

0 commit comments

Comments
 (0)