Skip to content

Commit 3f2e6c9

Browse files
authored
Add download endpoint to schema (#15)
1 parent 83673cc commit 3f2e6c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Envato/Schema.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function __invoke() {
4444
'sale' => '/v3/market/author/sale',
4545
'purchases' => '/v3/market/buyer/list-purchases',
4646
'purchase' => '/v3/market/buyer/purchase',
47+
'download' => '/v3/market/buyer/download',
4748
'details' => '/v1/market/private/user/account.json',
4849
'username' => '/v1/market/private/user/username.json',
4950
'email' => '/v1/market/private/user/email.json',

0 commit comments

Comments
 (0)