From ccee040261456406365d4b9b0dc0be50fe30b498 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 26 Apr 2019 13:48:39 -0400 Subject: [PATCH] Add a readme for the mobile_api. --- lms/djangoapps/mobile_api/README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lms/djangoapps/mobile_api/README.rst diff --git a/lms/djangoapps/mobile_api/README.rst b/lms/djangoapps/mobile_api/README.rst new file mode 100644 index 0000000000..11fbc0201a --- /dev/null +++ b/lms/djangoapps/mobile_api/README.rst @@ -0,0 +1,16 @@ +Status: Active + +Responsibilities +================ +Provide a set of APIs for the LMS that are optimized for a mobile context. + + +Direction: Decompose +===================== +Currently this app has some APIs that started off specific to mobile. Any that should become general or already are general should be moved out into a more relevant django app. Anything that remains should be specific to what we need for mobile. + +Glossary +======== + +More Documentation +==================