Repository is archived
No commit activity in last 3 years
No release in over 3 years
Simpe unofficial Feedly API wrapper. No auth yet. Zero external dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.8.22
~> 0.11.3
>= 12.3.1, ~> 12.3
>= 4.8.2, ~> 4.8
~> 3.8
~> 0.58.2
 Project Readme

feedly_api

Gem Version Build Status Coverage Status Code Climate FOSSA Status

Early unofficial Feedly API with no external dependencies

Limitations

  • no auth for now
  • get methods only
  • continuation not implemented

Usage

# Create client for API requests; OAuth token optional
@client = FeedlyApi::Client.new
# Create Feed object for specific feed id
@feed = @client.feed('feed/https://www.eff.org/rss/updates.xml')
# Get array of feed items hashes
@feed.items
# Pass params to get more or less items
@feed.items(count: 50)

Roadmap

  • OAuth support
  • Continuation
  • OPML API
  • Markers API
  • Feeds API
  • Entries API
  • Categories API
  • Subscriptions API
  • Preferences API
  • Profile API
  • Topics API
  • Tags API
  • Search API
  • URL Shortener API
  • Mixes API

Supported Ruby Versions

feedly_api is tested under 2.2.10, 2.3.7, 2.4.4, 2.5.1, 2.6.0-preview2, Ruby HEAD, JRuby 9.2.0.0.

License

MIT License

FOSSA Status