Lists proxy handler¶
Handler for a certain lists.
- class luna_api.app.handlers.lists_proxy_handler.ListHandler(request)[source]¶
Handler for work with a list. See spec_lists.
Resource: “/{api_version}/lists/{listId}”
- class luna_api.app.handlers.lists_proxy_handler.ListsCountHandler(request)[source]¶
Handler for getting face count. See spec_get_lists_count.
Resource: “/{api_version}/lists/count”
- class luna_api.app.handlers.lists_proxy_handler.ListsHandler(request)[source]¶
Handler for create new lists. See spec_lists.
Resource: “/{api_version}/lists”