-
Notifications
You must be signed in to change notification settings - Fork 58
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
Request for comments: Should we remove fetching HTTP functionality? #64
Comments
@Valian Yeah, that sounds good to me 👍 |
I had the same exact idea! I'm using |
While we are here (and since that might be a breaking change from the API perspective anyways), should we discuss renaming |
Some thoughts about simplifying the api:
Some downsides of this approach:
|
Right now there's
Readability.summarize(url)
function fetching the article and then parsing it.I'm thinking about:
httpoison
from dependenciesReadability.article(html)
as an entrypoint to the library, with the expectation that user will get HTML on his ownWhy?
Thoughts? Maybe @vkryukov @philipbrown ?
The text was updated successfully, but these errors were encountered: