Gets an Array of wallpapers belonging to a single Category.
Last updated 2 years ago
This method belongs to the property -
id
ID of the category.
options
Optional parameters.
<<> | >
<getWallpapers>.fromCategory(1).then(x => console.log(x)); // OR <getWallpapers>.fromCategory(1, { page: 10, operator: 'min', type: 'phone', ratio: [0.75, 1] }).then(x => console.log(x));