Hey all,
I'm currently building an api module to act as a pseudo backend for and standalone application and I'm trying to call the api for editing pages. I could use the cURL PHP library to make an HTTP request but that seems silly given that the extension's PHP is already being run within wiki. I know with Cargo I could do something like "CargoQuery::run(...)" but in the case of MW's default "api.php" I'm unsure of how to do it.
Thanks,
Garrett