- Learning Ionic(Second Edition)
- Arvind Ravulavaru
- 65字
- 2021-07-02 23:24:26
API
The Giphy API is quite easy to understand and use. You can find the official API documents here: https://github.com/Giphy/GiphyAPI.
The APIs that we are going to consume are:
- Random Gif: http://api.giphy.com/v1/gifs/random?api_key=dc6zaTOxFJmzC
- Trending Gifs: http://api.giphy.com/v1/gifs/trending?api_key=dc6zaTOxFJmzC
- Search Gifs: http://api.giphy.com/v1/stickers/search?q=cat&api_key=dc6zaTOxFJmzC
You can navigate to the preceding links to see the sample data.
At the time of writing, Giphy exposed dc6zaTOxFJmzC as the API key to use.
推薦閱讀
- Modular Programming with Python
- Mobile Web Performance Optimization
- Cocos2D-X權威指南(第2版)
- 算法零基礎一本通(Python版)
- Java深入解析:透析Java本質的36個話題
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Functional Kotlin
- Mastering Unity 2D Game Development(Second Edition)
- Scala for Machine Learning(Second Edition)
- HTML5 WebSocket權威指南
- 精益軟件開發管理之道
- Java程序設計及應用開發
- 創新工場講AI課:從知識到實踐
- Selenium Essentials