https://github.com/m1foley/news_demo
https://github.com/m1foley/news_demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m1foley/news_demo
- Owner: m1foley
- Created: 2013-06-10T21:08:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T01:47:11.000Z (about 12 years ago)
- Last Synced: 2025-02-02T05:26:02.011Z (5 months ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NewsDemo
=========
Fake implementation of the deprecated Google News API, as documented here: https://developers.google.com/news-search/v1/jsondevguideLearning goals
--------------
* rails-api gem
* better rspecDifferences from original API
-----------------------------
1. Search URL is more sensical:
* Old: `/ajax/services/search/news?v=1.0&q=barack%20obama`
* New: `/news_items/search.json?q=barack%20obama`