Pages API
wp.newPage
Creates a new page, and optionally publishes it. If the post is successful, this method will return the ID assigned to the page by the publishing system. Otherwise, it will return a fault....
wp.getPages
Returns a list of the most recent pages in the system....
wp.getPage
Retrieves a page identified by the page ID in the request. Returns the page if successful, or a fault otherwise....
wp.editPage
Updates a page identified by the page ID in the request. Method returns true if successful, or a fault otherwise....
wp.deletePage
Deletes a page identified by the page ID in the request. Method will return true if successful or a fault otherwise....
