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