/
githubmirror
/
edx-platform
ОбзорДокументацияВойти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
edx-platform/
.../djangoapps/mobile_api/
..
course_info

feat: [AXM-2398] Add short label to assignment (#36970)

год назад
migrations

refactor: Increase size for mobile config singelton value (#34288)

2 года назад
notifications

style: [FC-0047] fix code style issues

2 года назад
tests

feat: [AXM-2398] Add short label to assignment (#36970)

год назад
users

Add organization logo field in mobile apis (#36940)

год назад
README.rst

Add a readme for the mobile_api.

7 лет назад
__init__.py

BOM-2284 Apply pylint-amnesty.

6 лет назад
admin.py

feat: added mobile configs in enrollments api (#31036)

4 года назад
apps.py

Added app.py to mobile_api to resolve migration issue (#25327)

6 лет назад
context_processor.py

Fix all E303 pep8 errors.

7 лет назад
decorators.py

refactor: rename descriptor -> block within lms/djangoapps/mobile_api

3 года назад
errors.py

Add an endpoint for syncing a user's course status metadata

12 лет назад
middleware.py

fix: Add platform name to mobile config cache key (#32504)

3 года назад
mobile_platform.py

fix: Enable upgrade banner for ios requests having 3172 as app version in header (#29351)

5 лет назад
models.py

refactor: Increase size for mobile config singelton value (#34288)

2 года назад
testutils.py

test: Update to reuse variables in more places.

3 года назад
urls.py

Revert "feat: added api for mobile configs (#37323)" (#37332)

год назад
utils.py

Add organization logo field in mobile apis (#36940)

год назад
README.rst
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
==================