correctness 8.0quality 6.0documentation 9.01706ms
# Functionally correct with proper APIError subclass and docstrings, but lacks a requests.Session for connection reuse, has duplicated header logic, no timeout handling, and generic Dict types aren't parameterized.
inspect full trace →correctness 1.0quality 4.0documentation 6.03251ms
# Response is truncated mid-code in the usage example, making the file syntactically invalid and non-runnable despite otherwise solid class design.
inspect full trace →correctness 2.0quality 5.0documentation 4.037832ms
# Response is cut off mid-docstring for post(), missing the actual implementation and the required usage example, making the class non-functional and the task incomplete despite good style in the parts that exist.
inspect full trace →correctness 0.0quality 2.0documentation 3.014221ms
# Response is truncated mid-line inside the post() method, leaving the code non-functional and missing the required usage example entirely.
inspect full trace →correctness 0.0quality 2.0documentation 3.035473ms
# The response is truncated mid-code (cuts off at 'if response.content: re') and never includes get/post methods or the usage example, making it non-functional and incomplete.
inspect full trace →