GIPHY API helps user to seamlessly integrate their apps with the largest GIF and Sticker Library in the world.
Priyanshu Srivastav
Email : priyanshusrivastav2002@gmail.com
LinkedIn : https://www.linkedin.com/in/priyanshu-srivastav-b067241ba/
You need to get the API key from GIPHY Website. The API Key is available publicly.
Run the following commands and follow the prompts:
paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json --secret <client_secret>
The connector supports the following operations:
Get-GIF
: Returns a list of GIFs matching the search string provided as input
parameter | required | description |
---|---|---|
API Key |
Yes | The API Key for the GIPHY API |
q |
Yes | Search query term or phrase |
limit |
No | The maximum number of records to return |
offset |
No | An optional results offset |
rating |
No | Filters results by rating (g/pg/pg-13/r) |
lang |
No | Specify default country for regional content |
Visit GIPHY API Reference for further details.