tastyware/tastytrade:v10.3.0 #262
Graeme22
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
login(), which allows for generating an initial refresh token to build an OAuth app. Uses Python's built-in HTTP server module, so no new dependencies are required!directionproperty in the backtest module changed from "buy" and "sell" to "long" and "short" on the API sidedxfeed_tos_compliantproperty toTrue, since functionality has improved greatly for the API-facing streamersOAuthSession.refresh()now refreshes streamer tokens as well if necessaryOAuthSessionis now covered by testsJSONDecodeErrornow handled cleanly invalidate_response()(fiixes Add error handling for validate_response json: dict[str, Any] = response.json() #261)New Contributors
Full Changelog: v10.2.3...v10.3.0
This discussion was created from the release tastyware/tastytrade:v10.3.0.
Beta Was this translation helpful? Give feedback.
All reactions