polygon-io / client-go

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

Update README with trace mode #348

Closed justinpolygon closed 1 year ago

justinpolygon commented 1 year ago

Added a new section to the README.md file to explain the models.WithTrace(true) option in client. This debug mode prints the request URL, request headers, and response headers for each API call, providing invaluable information for debugging and understanding API interactions.