Skip to content

Commit

Permalink
docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Jan 22, 2025
1 parent 9bad005 commit a74e6c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/oauth.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oauth
OAuth
=====

Unless you're creating a web app with an option for a TradeStation login, you can probably skip this section!
Expand Down Expand Up @@ -52,7 +52,7 @@ Here's a simple example of how you could do this on your own server, using `Fast
uvicorn.run(app, host="0.0.0.0", port=3001)
.. note:
.. note::
If you run into a CSRF error, it probably has to do with your session state! Try clearing your browser cookies or testing in an incognito window.

That should be enough to get you started!
4 changes: 2 additions & 2 deletions docs/sync-async.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sync/async
==========
Using sync/async
================

After creating a session (which is always initialized synchronously), the rest of the API endpoints implemented in the SDK have both sync and async implementations.

Expand Down

0 comments on commit a74e6c3

Please sign in to comment.