We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170ab62 commit 703074fCopy full SHA for 703074f
Kong/Services/Consumer.php
@@ -42,4 +42,9 @@ public function delete($consumer)
42
{
43
return $this->client->delete('/consumers/'.$consumer);
44
}
45
+
46
+ public function createCredential($consumer, $credential, $body = [])
47
+ {
48
+ return $this->client->post('/consumers/'.$consumer.'/'.$credential, ['body' => $body]);
49
+ }
50
0 commit comments