polygon-io / client-php

The official PHP client library for the Polygon REST APIs.
https://polygon.io
MIT License
31 stars 24 forks source link

Allow user defined websocket URLs #20

Closed matthiggins closed 11 months ago

matthiggins commented 1 year ago

This PR allows for custom websocket urls in the WebsocketResource. This is a non-breaking change.

justinpolygon commented 11 months ago

LGTM -- thanks for sending this in. At some point we'll probably refactor this to have a pre-defined set but this works for now.