-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Create bridge to Hashnode #2231
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice bridge. Just a few suggestions and pointers.
bridges/HashnodeBridge.php
Outdated
$url = self::URI . '/' . $this->getInput('sort'); | ||
|
||
$html = getSimpleHTMLDOM($url) | ||
or returnServerError('Error while downloading the website content'); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed? The HTML is not used when creating items.
$url = self::URI . '/' . $this->getInput('sort'); | |
$html = getSimpleHTMLDOM($url) | |
or returnServerError('Error while downloading the website content'); |
Co-authored-by: Joseph <joseph@verifiedjoseph.com>
Co-authored-by: Joseph <joseph@verifiedjoseph.com>
Co-authored-by: Joseph <joseph@verifiedjoseph.com>
@VerifiedJoseph you right! Thanks! |
Tested locally. Works fine. Should be easy to add author too:
|
Added in 50bab07 |
No description provided.