Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplacona/giphy
A Dart wrapper for Giphy's API
https://github.com/mplacona/giphy
Last synced: 7 days ago
JSON representation
A Dart wrapper for Giphy's API
- Host: GitHub
- URL: https://github.com/mplacona/giphy
- Owner: mplacona
- License: mit
- Created: 2014-05-11T21:36:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T07:32:13.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:01:27.059Z (7 months ago)
- Language: Dart
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://drone.io/github.com/mplacona/giphy/status.png)](https://drone.io/github.com/mplacona/giphy/latest)
# Giphy API Dart Wrapper
---This is a wrapper to the Giphy API for Dart. It let's you use Giphy's API in your projects to load up amazing gifs. Who doesn't like cat's gifs then?
## Access and API Keys
The Giphy API is open to the public. They have instituted a simple, single public beta key system to let anyone try it out. The API key is required for all endpoints. The public beta key is "dc6zaTOxFJmzC". Please use this key while you develop your application and experiment with your integrations.
Once you are ready to use the Giphy API in production, please contact [[email protected]](mailto:[email protected]) to request a unique API key. In your email please provide the following information:
- The app name with brief description, web / app store links, etc.
- What is the 'live date' of the app or feature that integrates with the API?
- As per Giphy's section 5 A of their [terms](http://giphy.com/terms), they require all apps that use the Giphy API to conspicuously display "Powered By Giphy" attribution marks. You can find approved [official logo marks here](http://giphymedia.s3.amazonaws.com/giphy-api-icons.zip). Please be sure to include a screen shot of your app that includes the attribution.
Note: the public key is subject to rate limit constraints. Giphy do not encourage live production deployments to use the public key.
## Overview
The following JSON endpoints are currently supported:
+ search [Giphy's document](https://github.com/giphy/GiphyAPI#search-endpoint)
+ translate [Giphy's document](https://github.com/giphy/GiphyAPI#translate-endpoint)
+ random [Giphy's document](https://github.com/giphy/GiphyAPI#random-endpoint)
+ trending [Giphy's document](https://github.com/giphy/GiphyAPI#trending-gifs-endpoint)