Getting Started With Open edX Plugin Architecture

By |2023-09-14T15:31:32-06:00October 1st, 2021|Categories: Open edX|

Since at least August-2020 it’s become possible to implement custom code for the Open edX platform without forking the edx-platform repository. Not only is it possible but it’s considered best practice to organize both your custom code as well as any platform modifications into separate pip-installable projects. This article, which

Getting Started With Open edX API’s

By |2021-10-04T11:10:31-06:00September 27th, 2021|Categories: Open edX|

The Open edX platform code base includes a comprehensive set of REST API’s that cover everything from viewing the course catalogue, to managing users, to administering your e-commerce system, and more. This article provides step-by-step instructions on how to enable and interact with this powerful set of API’s that you

Go to Top