Skip to content

Class tigrbl_client._nested_crud.NestedCRUDMixin

tigrbl_client._nested_crud.NestedCRUDMixin

NestedCRUDMixin()

Placeholder mixin class for nested CRUD functionality.

This will be developed to support complex nested resource paths and hierarchical data operations.

Initialize the NestedCRUDMixin.

Source code in tigrbl_client/_nested_crud.py
38
39
40
41
def __init__(self):
    """Initialize the NestedCRUDMixin."""
    # Placeholder for future initialization
    pass