- 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.
推薦閱讀
- Java程序設計與開發
- 潮流:UI設計必修課
- Python數據分析入門與實戰
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Building a RESTful Web Service with Spring
- INSTANT MinGW Starter
- Python程序設計案例教程
- Data Analysis with Stata
- Python算法指南:程序員經典算法分析與實現
- C語言程序設計實驗指導 (第2版)
- Java EE核心技術與應用
- Linux C編程:一站式學習
- Babylon.js Essentials
- Test-Driven JavaScript Development
- 算法設計與分析:基于C++編程語言的描述