Skip to main content

api_call

Method
This is a method of the Profiler class in the profiler module.
Context manager for profiling API calls.

Signature

def api_call(endpoint: str, method: str) -> Any

Parameters

endpoint
str
required
No description available.
method
str
default:"'GET'"
No description available.

Returns

Returns
Any
The result of the operation.