Open alexbrazier opened 1 month ago
It would be good to be able to search for stickers by using the searchfilter=sticker option
searchfilter=sticker
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.
callApi
params
It would be good to be able to search for stickers by using the
searchfilter=sticker
optionhttps://developers.google.com/tenor/guides/endpoints#parameters-search
callApi
already takes in aparams
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.