studerw / td-ameritrade-client

TD Ameritrade Java Client
Apache License 2.0
69 stars 47 forks source link

FYI See this repo with clean TD Ameritrade API schemas. #38

Closed blais closed 3 years ago

blais commented 3 years ago

https://github.com/blais/ameritrade-api-schemas

studerw commented 3 years ago

@blais thank you for this. I'm planning on someday using this to watch for changes to the API as TDA sometimes does slightly change their JSON schema, and that breaks this API which depends on strict type checking in most cases.