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 44e0874 commit 43cf192Copy full SHA for 43cf192
src/Contracts/Client.php
@@ -5,6 +5,8 @@
5
interface Client
6
{
7
public function get(string $resource);
8
+
9
public function post(string $resource, array $data = []);
10
11
public function delete(string $resource, array $data = []);
12
}
0 commit comments