module documentation

rest_api.py

Defines api, RestApiController for REST API endpoints and HTTP protocol handling. It exposes content via JSON/XML, handles authentication, and implements HTTP semantics.

License: GNU General Public License v2 or later, Organization: ZMS Publishing

Class api No class docstring; 0/1 instance variable, 2/2 methods documented
Class RestApiController RestApiController
Function get_attr Undocumented
Function get_attrs Undocumented
Function get_index_data Undocumented
Function get_meta_data Undocumented
Function get_rest_api_url Undocumented
Function _get_context Undocumented
Function _get_request Undocumented
def get_attr(node, id): (source)

Undocumented

def get_attrs(node): (source)

Undocumented

def get_index_data(node): (source)

Undocumented

def get_meta_data(node): (source)

Undocumented

def get_rest_api_url(url): (source)

Undocumented

def _get_context(context): (source)

Undocumented

def _get_request(context): (source)

Undocumented