ARETEedu / moodle-mod_arete

A repository service for Augmented Reality Learning Experience Models (compliant with IEEE p1589-2020)
GNU General Public License v3.0
3 stars 2 forks source link

Paging support for ARLEM list API call #119

Open fwild opened 1 year ago

fwild commented 1 year ago

At the moment, the full list is provided back to the caller, but in the future it should be possible to set offset and number of results to obtain, so that the app can browse through the list page by page. This applies for all users (authenticated and not-authenticated).

See also: https://github.com/WEKIT-ECS/MIRAGE-XR/issues/1270