-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fetch facebook data from BOT #20
Conversation
…nd by so bring data from BOT
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.
@hadasiii I have no problem with the changes as they simply omit undefined properties from the request string which is great. But I am not sure I understand what is this BOT, What does it mean fetching data from BOT?
It also should be explained in the README file of this repo. (NOTE that it is public).
I am rejecting because of the testing, I am not sure what you are testing. And I don't think that relying on the stream.url
in the test is a good idea, it is fragile. You can use the URL argument from the call to request.getAsync.
test.js
Outdated
before( initialize( result, response, source, true ) ) | ||
after( reset ) | ||
|
||
it( 'Skip missing data', function () { |
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.
I am not sure what are you testing here and what it has to do with missing data?
test.js
Outdated
before( initialize( result, response, source ) ) | ||
after( reset ) | ||
|
||
it( 'Skip missing data', function () { |
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.
Same here, What are you testing?
@oshribin |
Updated the stream to not include since when pastdays is undefined,
by so fetching data from BOT.
This is needed for godaddy custom solution.