Skip to content

pleary/api_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Apis

Description

All APIs run from $WEB_ROOT/api.php

There are two apis:

###show Parameters:

  • title: the title of the article to fetch

###save Parameters:

  • title: the title of the article to fetch
  • content: the new HTML of the article

Each API returns a JSON object representing the current revision of the article:

{
  "pageid": 12345,
  "revision_id": 10000,
  "title": "Latest plane crash",
  "content": "..."
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages