wiki.techinc.nl/includes/Rest
bpirkle 27b5faf93b REST: Allow specifying param descriptions as MessageValue objects
Previously, parameter descriptions could only be specified as
strings. We want OpenAPI specs generated from parameter
definitions to be internationalizable, so allow specifying
descriptions as MessageValue objects, which can be translated
using normal MediaWiki mechanisms.

Associated improvements to ResponseFactory.

Bug: T376493
Change-Id: If1cbe4f7bfd5c375e64b802b666c0247d65b1ee0
2024-10-08 16:42:52 -05:00
..
BasicAccess Merge "Rest: Add missing documentation to class properties" 2024-09-12 23:17:43 +00:00
Handler REST: Allow specifying param descriptions as MessageValue objects 2024-10-08 16:42:52 -05:00
HeaderParser Merge "Use const keyword for constant list of strings or ints" 2024-09-13 18:08:57 +00:00
Hook
i18n REST: Allow specifying param descriptions as MessageValue objects 2024-10-08 16:42:52 -05:00
Module REST: Introduce discovery endpoint 2024-09-20 17:02:59 +00:00
PathTemplateMatcher Rest: Add missing documentation to class properties 2024-09-07 21:49:56 +02:00
Reporter
Validator Hard-deprecate getBodyValidator 2024-07-16 13:06:01 +00:00
ConditionalHeaderUtil.php Rest: Add missing documentation to class properties 2024-09-07 21:49:56 +02:00
content.v1.json REST: validate JSON in tests 2024-09-20 15:42:32 +00:00
CopyableStreamInterface.php
coreDevelopmentRoutes.json REST: Introduce discovery endpoint 2024-09-20 17:02:59 +00:00
coreRoutes.json Add temporary account case for page history count 2024-07-09 05:12:11 -07:00
CorsUtils.php Use real type hints for services etc. in includes/Rest/ 2024-06-11 22:40:44 +02:00
EntryPoint.php REST: yank the new content.v1 module 2024-09-06 13:15:21 +02:00
Handler.php REST: Allow specifying param descriptions as MessageValue objects 2024-10-08 16:42:52 -05:00
HeaderContainer.php Rest: Add missing documentation to class properties 2024-09-07 21:49:56 +02:00
HttpException.php
JsonEncodingException.php
LocalizedHttpException.php
RedirectException.php
RequestBase.php
RequestData.php Rest: Add missing documentation to class properties 2024-09-07 21:49:56 +02:00
RequestFromGlobals.php Rest: Add missing documentation to class properties 2024-09-07 21:49:56 +02:00
RequestInterface.php REST: Deprecate using "post" as the parameter source 2024-06-25 14:57:58 +02:00
Response.php
ResponseException.php
ResponseFactory.php REST: Allow specifying param descriptions as MessageValue objects 2024-10-08 16:42:52 -05:00
ResponseInterface.php
RouteDefinitionException.php
Router.php REST: Allow specifying param descriptions as MessageValue objects 2024-10-08 16:42:52 -05:00
SimpleHandler.php
specs.v0.json REST: Introduce discovery endpoint 2024-09-20 17:02:59 +00:00
Stream.php Rest: Add missing documentation to class properties 2024-09-07 21:49:56 +02:00
StringStream.php Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
TokenAwareHandlerTrait.php