Skip to content

Commit 54d9bee

Browse files
authored
Create Api.php
1 parent 57b679e commit 54d9bee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Identity/v3/Api.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,17 @@ public function getEndpoints(): array
136136
];
137137
}
138138

139+
public function getEndpoint(): array
140+
{
141+
return [
142+
'method' => 'GET',
143+
'path' => 'endpoints/{id}',
144+
'params' => [
145+
'id' => $this->params->idUrl('service')
146+
]
147+
];
148+
}
149+
139150
public function patchEndpoint(): array
140151
{
141152
return [

0 commit comments

Comments
 (0)