There are multiple endpoints for the "same" course details functionality: - https://github.com/openedx/frontend-app-authoring/blob/master/src/course-outline/data/api.ts#L22 - https://github.com/openedx/frontend-app-authoring/blob/master/src/data/api.ts#L5 - https://github.com/openedx/frontend-app-authoring/blob/master/src/schedule-and-details/data/api.ts#L6 Check if it's possible to use only one endpoint and place it generically so that it can be used in all those locations
There are multiple endpoints for the "same" course details functionality:
Check if it's possible to use only one endpoint and place it generically so that it can be used in all those locations