• Parameters

    Returns Promise<IPaginatedResponse<IGif>>

    paginated response with results as an array of IGif

    Description

    Get list of gifs images

    Async

    Since

    0.1.0

    Example

    getGifs({search: "thank you"}).then(({results}) => console.log(results))
    

Generated using TypeDoc