-
Notifications
You must be signed in to change notification settings - Fork 1
sent sdk version in headers #65
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds SDK version tracking by including a custom header in HTTP requests made by the Fishjam client. This enables server-side tracking of which SDK version is being used by clients.
Changes:
- Added import of
get_version()function to the OpenAPI client module - Added
x-sdk_versionheader with formatpy-{version}to both sync and async HTTP client methods inAuthenticatedClient
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Describe your changes.
Motivation and Context
Why is this change required? What problem does it solve? If it fixes an open
issue, please link to the issue here.
Documentation impact
Types of changes
not work as expected)