openedx / edx-platform

The Open edX LMS & Studio, powering education sites around the world!
https://openedx.org
GNU Affero General Public License v3.0
7.36k stars 3.85k forks source link

Update lms api get_student_progress_url to DRF #35058

Closed awais786 closed 1 month ago

awais786 commented 3 months ago

Updating api code using DRF.

  1. Added standard authentication_classes
  2. Added permission_classes

This is existing code

awais786 commented 3 months ago

https://github.com/openedx/edx-platform/pull/35039 PR is ready for first review.