1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
cd63533e2c Fix remaining references to BaseModule->parameters 2021-11-29 07:24:32 -05:00
9cc675233d Add a second parameter to BaseApi::getRequest to enable API tests 2021-11-27 18:38:09 -05:00
537b74f307
Inherit ApiResponse from Response 2021-11-27 12:40:54 +01:00
8bdd90066f
Make BaseModule a real entity
- Add all dependencies, necessary to run the content (baseUrl, Arguments)
- Encapsulate all POST/GET/DELETE/PATCH/PUT methods as protected methods inside the BaseModule
- Return Module content ONLY per `BaseModule::run()` (including the Hook logic there as well)
2021-11-27 12:40:36 +01:00
cca1be21a3
Fixed static leftovers from #10975 2021-11-14 23:49:07 +01:00
66db55f0cd
Some more API functions moved 2021-11-14 23:21:54 +01:00