Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the SDK for version 11.7.0 by updating copyright years and introducing a new set of enhanced Webhook APIs with updated endpoints and method names.
- Update copyright headers from 2019 to 2025 across multiple files.
- Rename and refactor several webhook API methods (e.g., get_webhook_subscription_detail, create_webhook_subscription, delete_webhook_subscription, update_webhook_subscription, list_all_webhooks, get_webhook_events) while deprecating legacy webhook methods.
- Update the CHANGELOG.md with release notes and enhancements for version 11.7.0.
Reviewed Changes
Copilot reviewed 45 out of 45 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Demo/LoginRadius/api/social/social_api.py | Updated copyright header |
| Demo/LoginRadius/api/social/nativesocial_api.py | Updated copyright header |
| Demo/LoginRadius/api/authentication/*.py | Updated copyright header across multiple authentication APIs |
| Demo/LoginRadius/api/advanced/webhook_api.py | Updated and renamed webhook API methods with new endpoints |
| Demo/LoginRadius/api/advanced/*.py | Updated copyright header across multiple advanced APIs |
| Demo/LoginRadius/api/account/*.py | Updated copyright header across account APIs |
| CHANGELOG.md | Documented release notes and new webhook API enhancements |
| """This API is used to get the list of all the webhooks | ||
|
|
||
| Returns: | ||
| Response Containing List of Webhhook Data |
There was a problem hiding this comment.
There is a spelling error: 'Webhhook' should be corrected to 'Webhook'.
Suggested change
| Response Containing List of Webhhook Data | |
| Response Containing List of Webhook Data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.