-
Notifications
You must be signed in to change notification settings - Fork 228
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 get_ticker_history and tests to client library. #319
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.
In general I am curious why we use the phrase "events" when the endpoint says "history" maybe this should lead to a broader discussion
I think I got caught up on “events” vs history because history is an all encompassing thing where as events has a connotation of specificity. the history endpoint sends back ticker_change events not history; but, events are historical… in the future will the history endpoint return all event types? I can definitely go back and fix the “semantic discrepancies”/incorrect naming. |
Also, events is sexier than history. |
I think I agree with events now that the API has changed in scope, and might in the future include events that haven't happened yet (scheduled ticker changes, acquisitions, etc) -https://polygonio.slack.com/archives/C045MDVRB5M/p1666812291441019?thread_ts=1666807588.787899&cid=C045MDVRB5M Should we just ask in the channel or wait until the milestone? This isn't a blocker so no rush, but if we can get the answer before the meeting we can go ahead and change the meeting and avoid a bit of derailing perhaps |
Let's ask in the channel |
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.
Looks good from my view. Need the codeowner review and let's not merge till we get closer to release side. We don't want this sitting in master and then accidently getting a sem var release before the API is up in prod, that would be confusing to users
acbeaae
to
2d301bb
Compare
RV1: - added get_events function to client library - added tests. RV2: - changed get_ticker_events to get_ticker_history RV3: - changed history to events and modifed classes to meet new requirements.
2d301bb
to
1dd23f8
Compare
No description provided.