...

/

GIPHY's Trending and Search SDK

GIPHY's Trending and Search SDK

Learn and practice GIPHY's trending and search SDK.

We'll cover the following...

In this lesson, we'll cover the two main GIPHY SDK functions: trending and search. Note that the trending and search functions don't support the GIPHY emojis.

We’ll start with the trending endpoint. As discussed earlier in the course, the trending endpoint fetches all the trending GIFs and stickers on GIPHY for us, and the SDK does the same task in a much more efficient and easier way. We have to call a function to fetch not only the trending GIFs and stickers but also the animated text and video clips.

The function for trending ...