alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
156 stars 41 forks source link

No route for multiple types on `account/activities` #29

Closed anonrose closed 3 years ago

anonrose commented 3 years ago

Description In the API the ability to get multiple account activities is documented here https://alpaca.markets/docs/api-documentation/api-v2/account-activities/ [GET] Get account activities of multiple types

Expected ability to get multiple account activities

Reproduction Steps we can take to reproduce the bug:

  1. do A
  2. do B
  3. do C

Logs If applicable, add logs to help explain the bug.

Additional Add any other context about the problem here.

anonrose commented 3 years ago

Super simple fix, I can do this tomorrow just figured I'd open now.