You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the types above might even be wrong, i know
SDK Version I encountered this issue in
"@alpacahq/alpaca-trade-api": "^3.1.3",
Steps To Reproduce
1. Install alpaca
2. Using vscode try to get some intellisense to auto complete types, notice that many of them are <any>
Filled out the Steps to Reproduce section?
I have entered valid steps to reproduce my issue or have attached a minimally reproducible case in code that shows my issue happening; and understand that without this my issue will be flagged as invalid and closed after 30 days.
Anything else?
Sorry for posting a bunch of issues at once - figured i drop in all the notes while i was here :)
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I like that we have the names of some parameters, but I still need to reference the API frequently to figure out the types.
Expected Behavior
I should be able to see both return types and input types of every function call.
I've ended up patching this in my own code like this:
Some of the types above might even be wrong, i know
SDK Version I encountered this issue in
"@alpacahq/alpaca-trade-api": "^3.1.3",
Steps To Reproduce
Filled out the Steps to Reproduce section?
Anything else?
Sorry for posting a bunch of issues at once - figured i drop in all the notes while i was here :)
The text was updated successfully, but these errors were encountered: