Skip to content

viktorix/ClassicPress-APIs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassicPress-APIs

Basic API endpoints to get ClassicPress up and running: https://api-v1.classicpress.net/

Local development

Ensure you are using at least PHP 7.0, and run:

php -S localhost:8000 router-v1.php

You can then visit http://localhost:8000/ in a browser.

Note that some endpoints respond differently depending on whether they are requested by a browser or another client, based on whether the Accept header contains text/html.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.9%
  • Python 23.1%
  • Shell 4.0%