Web API service.
Class WebAPIList( owner, instance ) from \ Service((instance))
owner | Service owner. |
instance | Service instance. |
Provides functionality for accessing available API objects.
Properties | |
_compiler | Compiler services. |
Methods | |
_loadApiObject | Loads the specified API object. |
getApiObjects | Gets the specified API objects. |
run |
Compiler services.
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. |
Return | The API object. |
Gets the specified API objects.
getApiObjects( location )
location | |
Return | A 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()
See also: nest.
See also: nest.