search
Get Wallpapers matching a given search term.
Last updated
Get Wallpapers matching a given search term.
Last updated
term
The search term used for the matching. (MAX 128 Characters)
options
👍
Optional parameters.
Promise<Array<Wallpaper> | null>
new Alpha(apiKey).search('video games').then(x => console.log(x));
// OR
new Alpha(apiKey).search('video games', {
page: 10,