""" servicename: service identifier for authorization. If None, it is a public (and public-only) endpoint."""
""" method: HTTP method this endpoint can handle. If you plan to handle multiple endpoints, call this function multiple times. (Make sure to only add a menu once.)"""
""" servicename: service identifier for authorization. If None, it is a public endpoint"""
""" method: HTTP method this endpoint can handle. If you plan to handle multiple methods with one endpoint, call this function multiple times. (Make sure to only add a menu once.)"""
""" menutext: Text to appear in the menu. If None, no menu item is added."""