fromTag
Gets an Array of wallpapers belonging to a single Tag.
Last updated
Gets an Array of wallpapers belonging to a single Tag.
Last updated
id
ID of the Tag.
options
👍
Optional parameters.
Promise<Array<Wallpaper> | null>
<getWallpapers>.fromTag(1).then(x => console.log(x));
// OR
<getWallpapers>.fromTag(1, {
page: 10,
operator: 'min',
type: 'phone',
ratio: [0.75, 1]
}).then(x => console.log(x));