Skip to content
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

feat: Add method to retrieve user rating from KinopoiskAPI #15

Merged
merged 1 commit into from
May 25, 2024

Conversation

Gokujo
Copy link
Contributor

@Gokujo Gokujo commented May 25, 2024

Added a new method get_votes to the KpUser class in KpUser.py file.
This method retrieves the rating of a user from the Kinopoisk API endpoint /kp_users/{id}/votes.
The method allows specifying the page number and user ID.
This enhancement improves the functionality of the application by providing user rating information.

Added a new method `get_votes` to the `KpUser` class in `KpUser.py` file. 
This method retrieves the rating of a user from the Kinopoisk API endpoint `/kp_users/{id}/votes`.
The method allows specifying the page number and user ID.
This enhancement improves the functionality of the application by providing user rating information.
@Gokujo Gokujo merged commit 9f278d0 into main May 25, 2024
@Gokujo Gokujo deleted the feature-KpUser-endpoint-api-implementation branch May 28, 2024 13:40
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