You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/rest.py.j2
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,8 @@ class {{service.name}}RestTransport({{service.name}}Transport):
233
233
headers = dict(metadata)
234
234
headers['Content-Type'] = 'application/json'
235
235
response=getattr(self._session, method)(
236
-
uri,
236
+
# Replace with proper schema configuration (http/https) logic
0 commit comments