get_namespace()
get_namespace() : string
Get the namespace for the REST routes that this server registers.
Returns
string —The namespace.
A REST server is the main entry point for a REST system. Registers the routes etc.
get_routes() : array<mixed,\Barn2\WRO_Lib\Rest\Route>
Get the list of routes managed by this REST server.
The list of routes.