Skip to content

mikekwilson/mycmsapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCMSApi

Usage

'GET', /posts/ OR /posts/all     //Get ALL posts
'GET', /posts/[page]             //Get all posts for specified page
'GET', /posts/[page]/ls/[num]    //Get newest [num] of posts for [page]
'GET', /posts/id/[id]            //Get post by [id]
'GET', /posts/title/[title]      //Get post(s) whos title contains [title]

'GET', /pages                    //Get list of pages

Releases

No releases published

Packages

No packages published