9f5c81b0a6
* Proposal for building GIPHY connector * Delete Proposal - GIPHY (Independent Publisher) * proposal for building connector * Added custom connector files Added apiDefinition.json and apiProperties.json files * Updated Readme file * Update apiDefinition.swagger.json * Updated apiDefinition.swagger.json file * Updated apiDefinition.swagger.json file * Updated apiProperties.json file * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json * added values to the connector metadata * fixed indentation at line 8 * Rename independent-publisher-connectors/Proposal - GIPHY (Independent Publisher)/Readme.md to independent-publisher-connectors/GIPHY/Readme.md * Create apiDefinition.swagger.json * Create apiProperties.json * Delete independent-publisher-connectors/Proposal - GIPHY (Independent Publisher) directory |
||
---|---|---|
.. | ||
Readme.md | ||
apiDefinition.swagger.json | ||
apiProperties.json |
Readme.md
GIPHY
GIPHY API helps user to seamlessly integrate their apps with the largest GIF and Sticker Library in the world.
Publisher
Priyanshu Srivastav
Email : priyanshusrivastav2002@gmail.com
LinkedIn : https://www.linkedin.com/in/priyanshu-srivastav-b067241ba/
Prerequisites
You need to get the API key from GIPHY Website. The API Key is available publicly.
Deploying the sample
Run the following commands and follow the prompts:
paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json --secret <client_secret>
Supported Operations
The connector supports the following operations:
Get-GIF
: Returns a list of GIFs matching the search string provided as input
Parameters
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 |
API Documentation
Visit GIPHY API Reference for further details.