Page MenuHomePhabricator

New keys needed for APIs included in WBManifest output
Closed, ResolvedPublic5 Estimated Story Points

Description

As discussed in the context of T261285, we decided for v1 of WBManifest to create 2 new keys for the action API (api.php) and REST API (rest.php).

Hints: Probably use the rootscripturl and concatenate it.

We do this with subkeys in an API object

{
   api: {
       action: 'foo.com/api.php',
       rest: 'foo.com/rest.php'
   }
}

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change 627866 had a related patch set uploaded (by Tonina Zhelyazkova; owner: Tonina Zhelyazkova):
[mediawiki/extensions/WikibaseManifest@master] Add APIs to Manifest output

https://gerrit.wikimedia.org/r/627866

Change 627866 merged by jenkins-bot:
[mediawiki/extensions/WikibaseManifest@master] Add APIs to Manifest output

https://gerrit.wikimedia.org/r/627866