validations endpoint build started

This commit is contained in:
2025-01-29 17:38:51 +03:00
parent f7eedb5ea0
commit 9276740e0e
13 changed files with 202 additions and 153 deletions

View File

@@ -0,0 +1,21 @@
from typing import Any, Union
from fastapi import Request
from Events.base_request_model import TokenDictType, BaseRouteModel
class Handlers:
"""Class for handling authentication functions"""
@classmethod # Requires no auth context
def handle_function(cls, **kwargs):
"""Handle function with kwargs"""
return
class TemplateFunctions(BaseRouteModel):
"""Class for handling authentication functions"""
@classmethod
def template_example_function(cls):
return