alpacahq / alpaca-ts

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

Rename Client and Stream #16

Closed lbstr closed 4 years ago

lbstr commented 4 years ago

I feel that these class names are too broad. In user code, you may have many clients, so you might have to do something like this:

import { Client as AlpacaClient } from '@master-chief/alpaca';

How about AlpacaClient and AlpacaStreamingClient? Or maybe AlpacaStreamer?

117 commented 4 years ago

I like these.

AlpacaClient
AlpacaStream