Prototype for an API method
authorAlexander Ebert <ebert@woltlab.com>
Sat, 9 Mar 2024 18:04:42 +0000 (19:04 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 10 Mar 2024 14:19:39 +0000 (15:19 +0100)
commit156ca27ec010b6e25fd836381a1a9f1908bf020c
tree45fc0723da687a0b2801228696ea08e1f6db490c
parentf31d6538b8e3c3045b5e24bbd69c49e15ee42e77
Prototype for an API method
wcfsetup/install/files/lib/action/ApiAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/bootstrap/com.woltlab.wcf.php
wcfsetup/install/files/lib/system/endpoint/IController.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/PostRequest.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/error/RouteParameterError.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/event/ControllerCollecting.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/exception/RouteParameterMismatch.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/endpoint/moderationqueues/Assign.class.php [new file with mode: 0644]