Page MenuHomePhabricator

Make MediaWiki api base configurable
Closed, DeclinedPublic

Description

Currently, the API Request urls inside the app are hardcoded to be in the form of: w/api.php?action.... However, a wiki could have a different root, which would require to rewrite the whole code of the App. Making it configurable would makes these things a bit more easier.

Event Timeline

Since the app is now wholly dependent on Wikipedia-specific RestBase services, we can no longer officially support a generic mediawiki flavor.