Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 893 Bytes

README.textile

File metadata and controls

18 lines (12 loc) · 893 Bytes

A very simple Google Reader API using HTTParty.

This differs from jnunemaker’s API in that authentication is contained
within the object, and the various api methods are called on the
object, not on the module/class itself. This is just my preferred way
of building an API.

This library also uses HTTParty (0.2.4 or greater required due to a
bug in earlier versions which failed the parse), which simplifies the
entire process greatly.

I also am trying to support the exclude functionality that is extra undocumented. :)

This is incomplete at present, but it’s at a nice checkpointable stage.

The Google Reader API is completely undocumented, thus this code could break at any moment.

— Morgan Schweers