wiki.techinc.nl/includes/Rest
Thiemo Kreuz 1fc8d79ac6 Remove documentation that literally repeats the code
For example, documenting the method getUser() with "get the User
object" does not add any information that's not already there.
But I have to read the text first to understand that it doesn't
document anything that's not already obvious from the code.

Some of this is from a time when we had a PHPCS sniff that was
complaining when a line like `@param User $user` doesn't end
with some descriptive text. Some users started adding text like
`@param User $user The User` back then. Let's please remove
this.

Change-Id: I0ea8d051bc732466c73940de9259f87ffb86ce7a
2020-10-27 19:20:26 +00:00
..
BasicAccess Introduce CompoundAuthorizer to pass multiple authorizers 2020-09-22 00:25:38 +00:00
Entity Add missing public visibility on rest related interface methods 2020-05-09 11:17:27 +00:00
Handler Revert "Use parsoid directly in /page/html handler" 2020-10-19 22:39:01 +00:00
HeaderParser Handle CORS preflight request and prevent anon users from unsafe methods 2020-09-21 19:29:40 -04:00
Hook Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
i18n Localisation updates from https://translatewiki.net. 2020-10-20 08:28:40 +02:00
PathTemplateMatcher Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
Validator UserDef DI 2020-08-05 16:36:53 +00:00
ConditionalHeaderUtil.php PHP 7.4 fixes 2019-11-22 09:49:56 +00:00
CopyableStreamInterface.php Add missing public visibility on rest related interface methods 2020-05-09 11:17:27 +00:00
coreDevelopmentRoutes.json Rename "name" to user in UserContributions 2020-08-05 16:34:39 -07:00
coreRoutes.json Revert "Use parsoid directly in /page/html handler" 2020-10-19 22:39:01 +00:00
CorsUtils.php Handle CORS preflight request and prevent anon users from unsafe methods 2020-09-21 19:29:40 -04:00
EntryPoint.php Introduce CompoundAuthorizer to pass multiple authorizers 2020-09-22 00:25:38 +00:00
Handler.php REST /page/{title}: Fix title encoding. 2020-07-23 23:17:17 +02:00
HeaderContainer.php Unsuppress more phan issues (part 3) 2019-08-31 16:38:55 +00:00
HttpException.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
JsonEncodingException.php
LocalizedHttpException.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
RedirectException.php MediaWiki\Rest\HttpException: Support 3xx codes and wrapped Response 2020-09-11 14:52:54 -04:00
RequestBase.php REST: Rename attributes to path params 2019-06-14 17:01:15 +10:00
RequestData.php Fix typo: 'the the' -> 'the' 2020-05-03 20:45:36 +01:00
RequestFromGlobals.php Rest: Use try/catch to handle URIs with embedded colon 2020-09-04 13:50:28 +00:00
RequestInterface.php Add missing public visibility on rest related interface methods 2020-05-09 11:17:27 +00:00
Response.php
ResponseException.php MediaWiki\Rest\HttpException: Support 3xx codes and wrapped Response 2020-09-11 14:52:54 -04:00
ResponseFactory.php Merge "Allow REST API Responses to be JsonSerializable objects" 2020-09-16 13:25:13 +00:00
ResponseInterface.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
Router.php Introduce CompoundAuthorizer to pass multiple authorizers 2020-09-22 00:25:38 +00:00
SimpleHandler.php Replace "@stable for subclassing" with "@stable to extend" 2020-07-13 11:00:30 +02:00
Stream.php
StringStream.php Fix HHVM StringStream test errors 2019-06-14 17:01:15 +10:00
TitleRevisionAccess.php REST: /page/{title}/{bare,html,with_html} endpoints backed by RESTBase. 2020-01-23 11:55:20 -08:00