polygon-io / client-js

The official JS client library for the Polygon REST and WebSocket API.
MIT License
190 stars 59 forks source link

Request Options Improper Typing #198

Open jjones-gtf opened 2 months ago

jjones-gtf commented 2 months ago

This merged Commit #182 following this Issue #181 introduced a type issue, where IRequestOptions now accepts pagination and trace request options. But, these values are not actually used. The values are instead required on the global options.