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 027f936 commit beded7bCopy full SHA for beded7b
README.md
@@ -78,7 +78,7 @@ use Apaapi\includes\Builder;
78
$builder = new Builder('_KEY_', '_SECRET_', '_TAG_', '_LOCALE_');
79
80
// (2) Get response (Search)
81
-$data = $builder->searchOne('Sony Xperia Pro-I'); // Normalized array
+$data = $builder->searchOne('Sony Xperia 1 VI'); // Normalized array
82
83
```
84
@@ -100,7 +100,7 @@ use Apaapi\includes\Product;
100
$scraper = new Product('B0D1C9HRFP', '_LOCALE_', '_TAG_');
101
102
// (2) Get response
103
-$data = $scraper->get(); // Normalized array
+$data = $scraper->get(); // Array
104
105
106
0 commit comments