twingly / twingly-search-api-ruby

:gem: Twingly Blog Search API in Ruby
https://developer.twingly.com/
MIT License
4 stars 0 forks source link

Add LiveFeed v5 client #64

Closed roback closed 7 years ago

roback commented 7 years ago

Based on the Search client, the code is more or less a copy-paste of the Search client, modified to make it work with the new LiveFeed api.

The main difference between the Search and LiveFeed clients is that there is no need for a Query class for LiveFeed. It has one endpoint with three input parameters which is easier to just handle directly in the Client. (In Search, it is the Client object that handles the request anyway.)

Todo

dentarg commented 7 years ago

@roback feel free to mark specs as pending until you get them sorted out :-)