twingly / twingly-search-api-ruby

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

Switch from XML to JSON #99

Open roback opened 8 months ago

roback commented 8 months ago

The Blog Search/LiveFeed APIs can now return the results in a JSON format (using the format=json parameter).

This client currently uses the XML format, and switching over to JSON should allow us to remove the Nokogiri dependency.