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 430f402 commit ad6040eCopy full SHA for ad6040e
php/example.php
@@ -28,4 +28,4 @@
28
29
// purchasing and downloading a file
30
$dl_data = $api->getMedia(35957426, 'XS');
31
-$api.downloadMedia($dl_data['url'], '/tmp/' + $dl_data['name']);
+$api->downloadMedia($dl_data['url'], '/tmp/' + $dl_data['name']);
0 commit comments