devongovett / reader

An API Compatible Replacement for Google Reader
355 stars 26 forks source link

OPML import and export #9

Closed devongovett closed 11 years ago

devongovett commented 11 years ago

There should be an API to import and export an OPML file containing feeds and folders. Google reader uses the following APIs for this:

/reader/subscriptions/export
/reader/subscriptions/import

The export one is documented here and the import one is briefly mentioned here, though untested.

devongovett commented 11 years ago

Both importing and exporting are now working, partially thanks to @nto. We need to more thoroughly test both, but especially the importing with real OPML files, and then I'll close this issue.

devongovett commented 11 years ago

Alright, tests added. Closing.