debug_api: Implement debug_traceCall
API endpoint
#61
Labels
debug_api 🔍
Indicates debug namespace api tasks
medium 🚩
Indicates moderately difficult item
p2 🟡
Indicates moderately high priority item
Description:
The
debug_traceCall
endpoint needs to be implemented. The purpose of this endpoint is to perform a call and return structured traces of the execution.Expected response
Command returns proper response:
Requirements:
Implement the API:
DebugCall
.Unit Tests:
trace_call
method.DebugCall
traces.Documentation:
///
comments) detailing the method's purpose, return values, and any potential edge cases or error scenarios.SUPPORTED_APIS.md
with updated documentation and examples.test_endpoints.http
for easier manual verification.Task Checklist:
trace_call
method.trace_call
method.debug_traceCall
endpoint.debug_traceCall
endpoint inSUPPORTED_APIS.md
.Additional Notes:
If you're an external contributor looking to take on this issue, please comment below to let us know you're working on it. If you need further clarification on the requirements or need assistance with anything related to the implementation, feel free to ask!
The text was updated successfully, but these errors were encountered: