Skip to content

mckinseyacademy/api-integration

 
 

Repository files navigation

api-integration

Notice: This repo will be archived in April 2021. #######

api-integration (edx_solutions_api_integration) is a Django application that provides a RESTful interface to the edx-platform.

Open edX Platform Integration

  1. Update the version of api-integration in the appropriate requirements file (e.g. requirements/edx/custom.txt).
  2. Add edx_solutions_api_integration to the list of installed apps in common.py.
  3. Install edx_solutions_api_integration app via requirements file.
$ pip install -r requirements/edx/custom.txt
  1. (Optional) Run tests:
$ paver test_system -s lms -t edx_solutions_api_integration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.6%
  • API Blueprint 17.4%