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 acfbdbc commit a07ce9dCopy full SHA for a07ce9d
src/AsyncClientInterface.php
@@ -13,6 +13,8 @@ public function withOutAccessToken(): AsyncClient;
13
14
public function getCommandBus(): CommandBusInterface;
15
16
+ public function profile(): PromiseInterface;
17
+
18
public function user(string $user): PromiseInterface;
19
20
public function stream(): AsyncStreamingClient;
0 commit comments