-
Improvement
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_405_STABLE
-
MDL-82778-main -
During investigation of MDL-82652 I found a way to create a standardised API for batch and serialised requests but this requires a breaking change to the core/fetch module. This is safe to do before the 4.5 release but cannot be done after that point.
Currently we export individaul methods and they can be imported individually if desired.
The change proposed moves them to an ESM class which means that they can not be individually imported.
- blocks
-
MDL-82652 Support bulk REST API calls
-
- Waiting for integration review
-