-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added PriceSeriesConverter #17
Conversation
Fix validation
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.
Good idea, but this is a bit messy in the connector, when the option is related to the converter option. See refactor comments.
…tions through `decorateURL`
Newline at end of file
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.
Neat! Two things:
TimeSeriesConverter should go up one folder to avoid confusion with implementations. src/TimeSeries/index
should export TimeSeriesConverter in case of user extensions.
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.
Great work! 👍
This PR aims to implement support for price series.
Notes
Price has an additional api parameterpriceType
which I chose to put inPriceSeriesOptions
. This parameter is set in the URLSearchParams through the newadditionalConnectorOptions
in TimeSeriesConenctor.