Jack Saunders
Results
12
issues of
Jack Saunders
request.json should be changed to request.get_json()
In KimResponseHandler: ` return self.mapper(obj=data, raw=self.raw, **self.mapper_kwargs).serialize( role=self.role ) ` This allows you to pass custom kwargs to the mapper's `__init__` method, but not to `serialize` itself. Examples of such...