Merge pull request #20346 from edx/feanil/mobile_api_readme

Add a readme for the mobile_api.
This commit is contained in:
Feanil Patel
2019-04-26 15:41:13 -04:00
committed by GitHub

View File

@@ -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
==================