feedlr
feedlr copied to clipboard
Feedlr - A Ruby interface to Feedly API
Results
4
feedlr issues
Sort by
recently updated
recently updated
newest added
Using master I'm experiencing a number of warnings when paging through the result of a `stream_entries_contents` query (and actually it seems to happen inside `each`, as the warnings are spawned...
Ruby 2.5.0 warns about a forward to a private method in ` Feedlr::Client#connection` when calling the method `stream_entries_contents`, see here: /…/feedlr/request.rb:57: warning: Feedlr::Request#connection at /…/ruby/2.5.0/forwardable.rb:157 forwarding to private method Feedlr::Client#connection...