MrBartusek / gif-picker-react

Tenor GIF Picker component for React ⚛️
http://dokurno.dev/gif-picker-react/
MIT License
38 stars 12 forks source link

Enable sticker search by adding `searchfilter` option to search query #38

Open alexbrazier opened 1 month ago

alexbrazier commented 1 month ago

It would be good to be able to search for stickers by using the searchfilter=sticker option

https://developers.google.com/tenor/guides/endpoints#parameters-search

callApi already takes in a params option that gets spread into the request, so it would probably be useful just to have access to that so that it's possible to pass any parameter into it.