polygon-io / client-go

The official Go client library for the Polygon REST and WebSocket API.
MIT License
133 stars 38 forks source link

Added tests for params with only required fields #344

Closed justinpolygon closed 1 year ago

justinpolygon commented 1 year ago

Added tests for a couple snapshot endpoints where there are only required fields. This needed a different type of test just to make sure we're passing the correct required things, like ticker, market, etc.

justinpolygon commented 1 year ago

Closing this -- found a better way to test these.