Add _bulk_body() to base template, standardize docs spacing
This commit is contained in:
committed by
Seth Michael Larson
parent
43b87598fd
commit
df8e556a1c
@@ -21,7 +21,7 @@
|
||||
{% include "substitutions" %}
|
||||
{% include "required" %}
|
||||
{% if api.body.serialize == "bulk" %}
|
||||
body = self._bulk_body(body)
|
||||
body = _bulk_body(self.transport.serializer, body)
|
||||
{% endif %}
|
||||
{% block request %}
|
||||
return self.transport.perform_request("{{ api.method }}", {% include "url" %}, params=params{% if api.body %}, body=body{% endif %})
|
||||
|
||||
Reference in New Issue
Block a user