Difference between revisions of "Mediawiki API"

From PKC
Jump to navigation Jump to search
Line 9: Line 9:


==Page Parse Process==
==Page Parse Process==
===Retrieving Page===
===1. Retrieving Page===
===Updating Page===
===2. Updating Page===

Revision as of 13:05, 3 August 2022

Introduction to Mediawiki API

API stands for Application Programmer Interface, is one way of communicating through a system using a standard way of communication between applications. API Services of this mediawiki can be found in | API Documentation.

Process Flow

This process flow is to documenting on how the front-end application can communicate with instance of Mediawiki, in this context is PKC.

Login Process

1. Using Robot Account

2. Using Your Account

Page Parse Process

1. Retrieving Page

2. Updating Page