Carson
Results
2
comments of
Carson
@jkornblum How were you able to override the built-in Pydantic converter? I've created a custom converter, but it doesn't seem to take precedence. edit: Ah, nevermind. I was missing the...
@prkumar What's the difference between a `MethodAnnotation` with a `modify_request` implementation and a `RequestTemplate` with a `before_request` hook? I'm trying to add some dynamic behavior to requests (e.g. conditionally add...