4.29.1Class WebAPIList

Web API service.

Class WebAPIList( owner, instance ) from \
                 Service((instance))
owner Service owner.
instance Service instance.

Provides functionality for accessing available API objects.

Properties
_compilerCompiler services.
Methods
_loadApiObjectLoads the specified API object.
getApiObjectsGets the specified API objects.
run

Properties

_compiler

Compiler services.

Methods

_loadApiObject

Loads the specified API object.

_loadApiObject( file, name )
file The file containing the API object to load.
name The name of the API object to load.
ReturnThe API object.

getApiObjects

Gets the specified API objects.

getApiObjects( location )
location
ReturnA dictionary containing the API objects, ordered by their names.

If no API object is specified, this function gets all the API objects available on the system. API objects represent functionality made available through an URL.

run

run()

See also: nest.

See also: nest.

Made with http://www.falconpl.org