...

/

SDK Options and Details

SDK Options and Details

Get details of some important options involved in the GIPHY SDK calls.

The Pagination options

Below, we have the Pagination options used in the GIPHY SDK:

Option

Type

Description

limit

number

This is used to specify the maximum number of items to be returned in the response. By default, the response has 25 items but if we set the limit to 10, we'll only get 10 items in the result.

offset

number

This specifies the starting position of the results. By default, we get items starting from "0," but if we set offset to 5, we'll get the resultant items starting from "5," that is, the fifth item in the row in the database would be our first item in the result. The maximum value offset can get is 4999.

The Type options

The following Type options are ...