meta: Meta-information about the blog server

supportedMethodsR Documentation

Meta-information about the blog server

Description

These functions tell us about the Wordpress or blog server, specifically what XML-RPC methods are available for us to invoke, and what text filters are supported on the server. This can help us to construct content appropriately.

Usage

supportedMethods(.server = getServerURL())
supportedTextFilters(.server = getServerURL())

Arguments

.server

a string giving the URL of the Wordpress server. This can be specified by the caller directly or can be set as a global option in R named WordpressURL, e.g. options(WordpressURL = "https://www.mywordpress.org/xmlrpc.php").

Value

supportedMethods returns a character vector of the method names. There is no information in the return value about the arguments.

Author(s)

Duncan Temple Lang


duncantl/RWordPress documentation built on Nov. 23, 2023, 4:23 p.m.