-
Notifications
You must be signed in to change notification settings - Fork 60
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
fix: sitewise source time series module #71
Conversation
6843327
to
a6a6669
Compare
date: Date; | ||
onError: ErrorCallback; | ||
onSuccess: OnSuccessCallback; | ||
}): Promise<void> { |
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 Promise the correct return signature?
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.
it resolves when the entire request is done. It gives you a way to know, and wait for it to be done, without wrapped it with a promise and doing a bunch of work to get the same end result
e485ca9
to
e4bebad
Compare
}, | ||
], | ||
}), | ||
]} | ||
/> | ||
</div> | ||
</div> | ||
resolution:{' '} |
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.
Why remove the resolution controls in the demo?
b5ae8a6
e4bebad
to
b5ae8a6
Compare
Overview
requestInformations
Legal
This project is available under the Apache 2.0 License.