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 1ee2be1 commit 956c02cCopy full SHA for 956c02c
src/Managers/UserManager.php
@@ -13,4 +13,24 @@ public function getUsername()
13
{
14
return $this->envatoClient()->performGet('v1/market/private/user/username.json');
15
}
16
+
17
+ /**
18
+ * @throws \GuzzleHttp\Exception\GuzzleException
19
+ *
20
+ * @return \InfyOmLabs\LaravelEnvato\Client\EnvatoResponse
21
+ */
22
+ public function getEmail()
23
+ {
24
+ return $this->envatoClient()->performGet('v1/market/private/user/email.json');
25
+ }
26
27
28
29
30
31
32
+ public function accountDetails()
33
34
+ return $this->envatoClient()->performGet('v1/market/private/user/account.json');
35
36
0 commit comments