Skip to content

Conversation

indrasen715
Copy link
Collaborator

No description provided.

@indrasen715 indrasen715 merged commit 7eb32dd into master Mar 29, 2025
1 check passed
@indrasen715 indrasen715 requested a review from Copilot March 29, 2025 04:00
Copy link

@Copilot Copilot AI left a 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 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
Copy link

Copilot AI Mar 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant