List attributes handler

class luna_faces.app.handlers.list_attributes_handler.ListDeletionsHandler(request)[source]

Handler for work with deletions history of list

async get(listId)[source]

Get deletions history.

Resource is reached by address ‘/lists/{listId}/deletions’ See list deletions.

Return type:

HTTPResponse

class luna_faces.app.handlers.list_attributes_handler.ListDescriptorsHandler(request)[source]

Handler for work with attributes of list

async get(listId)[source]

Resource is reached by address ‘/lists/{listId}/attributes’ See list attributes.

Return type:

HTTPResponse