Interface PaginateConfig

Configuration options for paginating iFunny API responses.

Hierarchy

  • PaginateConfig

Properties

Properties

is_new?: boolean

Is the Client a new user? ? Seems to only be for server side use.

limit?: number

The maximum number of items to include in the response. If not specified, the default limit will be used.

next?: string

A URL-encoded string representing the cursor for the next page of results. This should be set to the value of the next property from the previous response.

prev?: string

A URL-encoded string representing the cursor for the previous page of results. This should be set to the value of the prev property from the previous response.

Generated using TypeDoc