openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
20 stars 2 forks source link

✨(back) endpoint to retrieve a course_run filter on its course_link #734

Closed lunika closed 3 months ago

lunika commented 3 months ago

Purpose

To complete the import process from edx, we need to create a new endpoint able to return a course run filter on its course_link. The course_link parameter is mandatory and the AdminCourseRunSerializer is used, it contains all the information we need in the import process. This endpoint is a server to server endpoint, the HasApiKey permission is used here.

Proposal

lunika commented 3 months ago

Should we generate an openAPI schema for remote_endpoints_urls ?

As it is a server to server endpoint I don't know if we should.