Petersoj / alpaca-java

A Java API for Alpaca, the commission free, algo friendly, stock trading broker. https://alpaca.markets
https://petersoj.github.io/alpaca-java/
MIT License
198 stars 84 forks source link

Add corporate actions and news endpoints for #118 #144

Closed gretard closed 7 months ago

gretard commented 9 months ago

Changes:

Petersoj commented 9 months ago

@gretard thank you for your contribution! I will review this and publish a release soon.

gretard commented 8 months ago

Thank you for maintaining such wonderful library. I am sorry for not raising another PR, but I have updated this branch to include news endpoint and news streaming client.

Petersoj commented 8 months ago

Thanks for your kind words and your contribution! I appreciate it. I will review these changes soon.

Petersoj commented 7 months ago

I've modified this PR to account for transitioning the RestAPI portion of this library to OpenAPI generated clients and to drop RestAPI unit testing. I will keep the changes relating to the websocket streaming endpoints. Thanks for your contribution!