@@ -34,9 +34,6 @@ def delete_authorizations_id(auth_id, opts = {})
34
34
# @option opts [String] :zap_trace_span OpenTracing span context
35
35
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
36
36
def delete_authorizations_id_with_http_info ( auth_id , opts = { } )
37
- if @api_client . config . debugging
38
- @api_client . config . logger . debug 'Calling API: AuthorizationsApi.delete_authorizations_id ...'
39
- end
40
37
# verify the required parameter 'auth_id' is set
41
38
if @api_client . config . client_side_validation && auth_id . nil?
42
39
fail ArgumentError , "Missing the required parameter 'auth_id' when calling AuthorizationsApi.delete_authorizations_id"
@@ -76,9 +73,6 @@ def delete_authorizations_id_with_http_info(auth_id, opts = {})
76
73
)
77
74
78
75
data , status_code , headers = @api_client . call_api ( :DELETE , local_var_path , new_options )
79
- if @api_client . config . debugging
80
- @api_client . config . logger . debug "API called: AuthorizationsApi#delete_authorizations_id\n Data: #{ data . inspect } \n Status code: #{ status_code } \n Headers: #{ headers } "
81
- end
82
76
return data , status_code , headers
83
77
end
84
78
@@ -104,9 +98,6 @@ def get_authorizations(opts = {})
104
98
# @option opts [String] :org Only show authorizations that belong to a organization name.
105
99
# @return [Array<(Authorizations, Integer, Hash)>] Authorizations data, response status code and response headers
106
100
def get_authorizations_with_http_info ( opts = { } )
107
- if @api_client . config . debugging
108
- @api_client . config . logger . debug 'Calling API: AuthorizationsApi.get_authorizations ...'
109
- end
110
101
# resource path
111
102
local_var_path = '/authorizations'
112
103
@@ -146,9 +137,6 @@ def get_authorizations_with_http_info(opts = {})
146
137
)
147
138
148
139
data , status_code , headers = @api_client . call_api ( :GET , local_var_path , new_options )
149
- if @api_client . config . debugging
150
- @api_client . config . logger . debug "API called: AuthorizationsApi#get_authorizations\n Data: #{ data . inspect } \n Status code: #{ status_code } \n Headers: #{ headers } "
151
- end
152
140
return data , status_code , headers
153
141
end
154
142
@@ -168,9 +156,6 @@ def get_authorizations_id(auth_id, opts = {})
168
156
# @option opts [String] :zap_trace_span OpenTracing span context
169
157
# @return [Array<(Authorization, Integer, Hash)>] Authorization data, response status code and response headers
170
158
def get_authorizations_id_with_http_info ( auth_id , opts = { } )
171
- if @api_client . config . debugging
172
- @api_client . config . logger . debug 'Calling API: AuthorizationsApi.get_authorizations_id ...'
173
- end
174
159
# verify the required parameter 'auth_id' is set
175
160
if @api_client . config . client_side_validation && auth_id . nil?
176
161
fail ArgumentError , "Missing the required parameter 'auth_id' when calling AuthorizationsApi.get_authorizations_id"
@@ -210,9 +195,6 @@ def get_authorizations_id_with_http_info(auth_id, opts = {})
210
195
)
211
196
212
197
data , status_code , headers = @api_client . call_api ( :GET , local_var_path , new_options )
213
- if @api_client . config . debugging
214
- @api_client . config . logger . debug "API called: AuthorizationsApi#get_authorizations_id\n Data: #{ data . inspect } \n Status code: #{ status_code } \n Headers: #{ headers } "
215
- end
216
198
return data , status_code , headers
217
199
end
218
200
@@ -234,9 +216,6 @@ def patch_authorizations_id(auth_id, authorization_update_request, opts = {})
234
216
# @option opts [String] :zap_trace_span OpenTracing span context
235
217
# @return [Array<(Authorization, Integer, Hash)>] Authorization data, response status code and response headers
236
218
def patch_authorizations_id_with_http_info ( auth_id , authorization_update_request , opts = { } )
237
- if @api_client . config . debugging
238
- @api_client . config . logger . debug 'Calling API: AuthorizationsApi.patch_authorizations_id ...'
239
- end
240
219
# verify the required parameter 'auth_id' is set
241
220
if @api_client . config . client_side_validation && auth_id . nil?
242
221
fail ArgumentError , "Missing the required parameter 'auth_id' when calling AuthorizationsApi.patch_authorizations_id"
@@ -282,9 +261,6 @@ def patch_authorizations_id_with_http_info(auth_id, authorization_update_request
282
261
)
283
262
284
263
data , status_code , headers = @api_client . call_api ( :PATCH , local_var_path , new_options )
285
- if @api_client . config . debugging
286
- @api_client . config . logger . debug "API called: AuthorizationsApi#patch_authorizations_id\n Data: #{ data . inspect } \n Status code: #{ status_code } \n Headers: #{ headers } "
287
- end
288
264
return data , status_code , headers
289
265
end
290
266
@@ -304,9 +280,6 @@ def post_authorizations(authorization_post_request, opts = {})
304
280
# @option opts [String] :zap_trace_span OpenTracing span context
305
281
# @return [Array<(Authorization, Integer, Hash)>] Authorization data, response status code and response headers
306
282
def post_authorizations_with_http_info ( authorization_post_request , opts = { } )
307
- if @api_client . config . debugging
308
- @api_client . config . logger . debug 'Calling API: AuthorizationsApi.post_authorizations ...'
309
- end
310
283
# verify the required parameter 'authorization_post_request' is set
311
284
if @api_client . config . client_side_validation && authorization_post_request . nil?
312
285
fail ArgumentError , "Missing the required parameter 'authorization_post_request' when calling AuthorizationsApi.post_authorizations"
@@ -348,9 +321,6 @@ def post_authorizations_with_http_info(authorization_post_request, opts = {})
348
321
)
349
322
350
323
data , status_code , headers = @api_client . call_api ( :POST , local_var_path , new_options )
351
- if @api_client . config . debugging
352
- @api_client . config . logger . debug "API called: AuthorizationsApi#post_authorizations\n Data: #{ data . inspect } \n Status code: #{ status_code } \n Headers: #{ headers } "
353
- end
354
324
return data , status_code , headers
355
325
end
356
326
end
0 commit comments