forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: call python methods from forum v2
- add a method named `check_service_enabled` for checking if the forum service is enabled or not as it was being checked in v1 - call python methods instead of HTTPs APIs for getting response/data for pin, unpin thread and get user's data by user_id - add a method named `handle_response` for handling returned results from forum v2 methods as same as v1 responses were handled
- Loading branch information
Muhammad Faraz Maqsood
committed
Sep 12, 2024
1 parent
a480618
commit 8158027
Showing
3 changed files
with
83 additions
and
26 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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