-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JSON feed loader #8
Comments
Can I take this one ? |
Sure! |
I encountered some cases during testing and want to clarify behavior. Current behavior
Probably, when we call |
It is OK if user will see RSS, Atom, and FeedJSON feeds together. It is a little confusing, but we will think about it later. Right now most of RSS readers shows all feeds and advanced users expect it. But thanks of thinking for edge cases and beginners UX. |
We need to define loader and test for JSON feed format.
We should re-use as much code as possible between RSS/Atom/JSON loaders.
https://en.wikipedia.org/wiki/JSON_Feed
The text was updated successfully, but these errors were encountered: