-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More robust API request/response handling #70
Conversation
Cpp-Linter Report
|
This fixes some issues with the Kalshi API service suddenly rejecting my client code. I had to add a
User-Agent
header and allow for non-JSON responses.