moonlogs-ruby 0.3.5 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +77 -77
- data/lib/moonlogs-ruby/api/default_api.rb +119 -119
- data/lib/moonlogs-ruby/api_client.rb +1 -1
- data/lib/moonlogs-ruby/api_error.rb +1 -1
- data/lib/moonlogs-ruby/configuration.rb +1 -1
- data/lib/moonlogs-ruby/models/api_token.rb +1 -1
- data/lib/moonlogs-ruby/models/credentials.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_1.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_10.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_11.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_12.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_13.rb +1 -1
- data/lib/moonlogs-ruby/models/inline_response_200_2.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_3.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_4.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_5.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_6.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_7.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_8.rb +2 -2
- data/lib/moonlogs-ruby/models/inline_response_200_9.rb +2 -2
- data/lib/moonlogs-ruby/models/level.rb +1 -1
- data/lib/moonlogs-ruby/models/meta.rb +2 -2
- data/lib/moonlogs-ruby/models/one_of_record_level.rb +2 -2
- data/lib/moonlogs-ruby/models/one_of_user_role.rb +2 -2
- data/lib/moonlogs-ruby/models/record.rb +2 -2
- data/lib/moonlogs-ruby/models/role.rb +1 -1
- data/lib/moonlogs-ruby/models/schema.rb +2 -2
- data/lib/moonlogs-ruby/models/schema_field.rb +2 -2
- data/lib/moonlogs-ruby/models/schema_kind.rb +2 -2
- data/lib/moonlogs-ruby/models/schema_search.rb +2 -2
- data/lib/moonlogs-ruby/models/session.rb +2 -2
- data/lib/moonlogs-ruby/models/tag.rb +2 -2
- data/lib/moonlogs-ruby/models/user.rb +2 -2
- data/lib/moonlogs-ruby/version.rb +2 -2
- data/lib/moonlogs-ruby.rb +1 -1
- data/moonlogs-ruby-0.3.5.gem +0 -0
- data/moonlogs-ruby-0.3.6.gem +0 -0
- data/moonlogs-ruby.gemspec +1 -1
- data/spec/api/default_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/api_token_spec.rb +1 -1
- data/spec/models/credentials_spec.rb +1 -1
- data/spec/models/inline_response_200_10_spec.rb +1 -1
- data/spec/models/inline_response_200_11_spec.rb +1 -1
- data/spec/models/inline_response_200_12_spec.rb +1 -1
- data/spec/models/inline_response_200_13_spec.rb +1 -1
- data/spec/models/inline_response_200_1_spec.rb +1 -1
- data/spec/models/inline_response_200_2_spec.rb +1 -1
- data/spec/models/inline_response_200_3_spec.rb +1 -1
- data/spec/models/inline_response_200_4_spec.rb +1 -1
- data/spec/models/inline_response_200_5_spec.rb +1 -1
- data/spec/models/inline_response_200_6_spec.rb +1 -1
- data/spec/models/inline_response_200_7_spec.rb +1 -1
- data/spec/models/inline_response_200_8_spec.rb +1 -1
- data/spec/models/inline_response_200_9_spec.rb +1 -1
- data/spec/models/inline_response_200_spec.rb +1 -1
- data/spec/models/level_spec.rb +1 -1
- data/spec/models/meta_spec.rb +1 -1
- data/spec/models/one_of_record_level_spec.rb +1 -1
- data/spec/models/one_of_user_role_spec.rb +1 -1
- data/spec/models/record_spec.rb +1 -1
- data/spec/models/role_spec.rb +1 -1
- data/spec/models/schema_field_spec.rb +1 -1
- data/spec/models/schema_kind_spec.rb +1 -1
- data/spec/models/schema_search_spec.rb +1 -1
- data/spec/models/schema_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/tag_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +4 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Moonlogs API
|
5
5
|
|
6
|
-
OpenAPI spec version: 0.3.
|
6
|
+
OpenAPI spec version: 0.3.7
|
7
7
|
Contact: shalpack@gmail.com
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
9
|
Swagger Codegen version: 3.0.52
|
@@ -44,9 +44,9 @@ module MoonlogsRuby
|
|
44
44
|
form_params = opts[:form_params] || {}
|
45
45
|
|
46
46
|
# http body (model)
|
47
|
-
post_body = opts[:body]
|
47
|
+
post_body = opts[:body]
|
48
48
|
|
49
|
-
return_type = opts[:return_type] || 'InlineResponse2009'
|
49
|
+
return_type = opts[:return_type] || 'InlineResponse2009'
|
50
50
|
|
51
51
|
auth_names = opts[:auth_names] || ['http1']
|
52
52
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -62,7 +62,7 @@ module MoonlogsRuby
|
|
62
62
|
end
|
63
63
|
return data, status_code, headers
|
64
64
|
end
|
65
|
-
# @param id
|
65
|
+
# @param id
|
66
66
|
# @param [Hash] opts the optional parameters
|
67
67
|
# @return [InlineResponse20011]
|
68
68
|
def api_api_tokens_id_delete(id, opts = {})
|
@@ -70,7 +70,7 @@ module MoonlogsRuby
|
|
70
70
|
data
|
71
71
|
end
|
72
72
|
|
73
|
-
# @param id
|
73
|
+
# @param id
|
74
74
|
# @param [Hash] opts the optional parameters
|
75
75
|
# @return [Array<(InlineResponse20011, Integer, Hash)>] InlineResponse20011 data, response status code and response headers
|
76
76
|
def api_api_tokens_id_delete_with_http_info(id, opts = {})
|
@@ -96,9 +96,9 @@ module MoonlogsRuby
|
|
96
96
|
form_params = opts[:form_params] || {}
|
97
97
|
|
98
98
|
# http body (model)
|
99
|
-
post_body = opts[:body]
|
99
|
+
post_body = opts[:body]
|
100
100
|
|
101
|
-
return_type = opts[:return_type] || 'InlineResponse20011'
|
101
|
+
return_type = opts[:return_type] || 'InlineResponse20011'
|
102
102
|
|
103
103
|
auth_names = opts[:auth_names] || ['http1']
|
104
104
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
@@ -114,7 +114,7 @@ module MoonlogsRuby
|
|
114
114
|
end
|
115
115
|
return data, status_code, headers
|
116
116
|
end
|
117
|
-
# @param id
|
117
|
+
# @param id
|
118
118
|
# @param [Hash] opts the optional parameters
|
119
119
|
# @return [InlineResponse20010]
|
120
120
|
def api_api_tokens_id_get(id, opts = {})
|
@@ -122,7 +122,7 @@ module MoonlogsRuby
|
|
122
122
|
data
|
123
123
|
end
|
124
124
|
|
125
|
-
# @param id
|
125
|
+
# @param id
|
126
126
|
# @param [Hash] opts the optional parameters
|
127
127
|
# @return [Array<(InlineResponse20010, Integer, Hash)>] InlineResponse20010 data, response status code and response headers
|
128
128
|
def api_api_tokens_id_get_with_http_info(id, opts = {})
|
@@ -148,9 +148,9 @@ module MoonlogsRuby
|
|
148
148
|
form_params = opts[:form_params] || {}
|
149
149
|
|
150
150
|
# http body (model)
|
151
|
-
post_body = opts[:body]
|
151
|
+
post_body = opts[:body]
|
152
152
|
|
153
|
-
return_type = opts[:return_type] || 'InlineResponse20010'
|
153
|
+
return_type = opts[:return_type] || 'InlineResponse20010'
|
154
154
|
|
155
155
|
auth_names = opts[:auth_names] || ['http1']
|
156
156
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -166,18 +166,18 @@ module MoonlogsRuby
|
|
166
166
|
end
|
167
167
|
return data, status_code, headers
|
168
168
|
end
|
169
|
-
# @param id
|
169
|
+
# @param id
|
170
170
|
# @param [Hash] opts the optional parameters
|
171
|
-
# @option opts [ApiToken] :body
|
171
|
+
# @option opts [ApiToken] :body
|
172
172
|
# @return [InlineResponse20010]
|
173
173
|
def api_api_tokens_id_put(id, opts = {})
|
174
174
|
data, _status_code, _headers = api_api_tokens_id_put_with_http_info(id, opts)
|
175
175
|
data
|
176
176
|
end
|
177
177
|
|
178
|
-
# @param id
|
178
|
+
# @param id
|
179
179
|
# @param [Hash] opts the optional parameters
|
180
|
-
# @option opts [ApiToken] :body
|
180
|
+
# @option opts [ApiToken] :body
|
181
181
|
# @return [Array<(InlineResponse20010, Integer, Hash)>] InlineResponse20010 data, response status code and response headers
|
182
182
|
def api_api_tokens_id_put_with_http_info(id, opts = {})
|
183
183
|
if @api_client.config.debugging
|
@@ -204,9 +204,9 @@ module MoonlogsRuby
|
|
204
204
|
form_params = opts[:form_params] || {}
|
205
205
|
|
206
206
|
# http body (model)
|
207
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
207
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
208
208
|
|
209
|
-
return_type = opts[:return_type] || 'InlineResponse20010'
|
209
|
+
return_type = opts[:return_type] || 'InlineResponse20010'
|
210
210
|
|
211
211
|
auth_names = opts[:auth_names] || ['http1']
|
212
212
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
@@ -223,7 +223,7 @@ module MoonlogsRuby
|
|
223
223
|
return data, status_code, headers
|
224
224
|
end
|
225
225
|
# @param [Hash] opts the optional parameters
|
226
|
-
# @option opts [ApiToken] :body
|
226
|
+
# @option opts [ApiToken] :body
|
227
227
|
# @return [InlineResponse20010]
|
228
228
|
def api_api_tokens_post(opts = {})
|
229
229
|
data, _status_code, _headers = api_api_tokens_post_with_http_info(opts)
|
@@ -231,7 +231,7 @@ module MoonlogsRuby
|
|
231
231
|
end
|
232
232
|
|
233
233
|
# @param [Hash] opts the optional parameters
|
234
|
-
# @option opts [ApiToken] :body
|
234
|
+
# @option opts [ApiToken] :body
|
235
235
|
# @return [Array<(InlineResponse20010, Integer, Hash)>] InlineResponse20010 data, response status code and response headers
|
236
236
|
def api_api_tokens_post_with_http_info(opts = {})
|
237
237
|
if @api_client.config.debugging
|
@@ -254,9 +254,9 @@ module MoonlogsRuby
|
|
254
254
|
form_params = opts[:form_params] || {}
|
255
255
|
|
256
256
|
# http body (model)
|
257
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
257
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
258
258
|
|
259
|
-
return_type = opts[:return_type] || 'InlineResponse20010'
|
259
|
+
return_type = opts[:return_type] || 'InlineResponse20010'
|
260
260
|
|
261
261
|
auth_names = opts[:auth_names] || ['http1']
|
262
262
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
@@ -273,8 +273,8 @@ module MoonlogsRuby
|
|
273
273
|
return data, status_code, headers
|
274
274
|
end
|
275
275
|
# @param [Hash] opts the optional parameters
|
276
|
-
# @option opts [Integer] :page
|
277
|
-
# @option opts [Integer] :limit
|
276
|
+
# @option opts [Integer] :page
|
277
|
+
# @option opts [Integer] :limit
|
278
278
|
# @return [InlineResponse2003]
|
279
279
|
def api_logs_get(opts = {})
|
280
280
|
data, _status_code, _headers = api_logs_get_with_http_info(opts)
|
@@ -282,8 +282,8 @@ module MoonlogsRuby
|
|
282
282
|
end
|
283
283
|
|
284
284
|
# @param [Hash] opts the optional parameters
|
285
|
-
# @option opts [Integer] :page
|
286
|
-
# @option opts [Integer] :limit
|
285
|
+
# @option opts [Integer] :page
|
286
|
+
# @option opts [Integer] :limit
|
287
287
|
# @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
|
288
288
|
def api_logs_get_with_http_info(opts = {})
|
289
289
|
if @api_client.config.debugging
|
@@ -306,9 +306,9 @@ module MoonlogsRuby
|
|
306
306
|
form_params = opts[:form_params] || {}
|
307
307
|
|
308
308
|
# http body (model)
|
309
|
-
post_body = opts[:body]
|
309
|
+
post_body = opts[:body]
|
310
310
|
|
311
|
-
return_type = opts[:return_type] || 'InlineResponse2003'
|
311
|
+
return_type = opts[:return_type] || 'InlineResponse2003'
|
312
312
|
|
313
313
|
auth_names = opts[:auth_names] || ['http1']
|
314
314
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -324,8 +324,8 @@ module MoonlogsRuby
|
|
324
324
|
end
|
325
325
|
return data, status_code, headers
|
326
326
|
end
|
327
|
-
# @param schema_name
|
328
|
-
# @param hash
|
327
|
+
# @param schema_name
|
328
|
+
# @param hash
|
329
329
|
# @param [Hash] opts the optional parameters
|
330
330
|
# @return [InlineResponse2003]
|
331
331
|
def api_logs_group_schema_name_hash_get(schema_name, hash, opts = {})
|
@@ -333,8 +333,8 @@ module MoonlogsRuby
|
|
333
333
|
data
|
334
334
|
end
|
335
335
|
|
336
|
-
# @param schema_name
|
337
|
-
# @param hash
|
336
|
+
# @param schema_name
|
337
|
+
# @param hash
|
338
338
|
# @param [Hash] opts the optional parameters
|
339
339
|
# @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
|
340
340
|
def api_logs_group_schema_name_hash_get_with_http_info(schema_name, hash, opts = {})
|
@@ -364,9 +364,9 @@ module MoonlogsRuby
|
|
364
364
|
form_params = opts[:form_params] || {}
|
365
365
|
|
366
366
|
# http body (model)
|
367
|
-
post_body = opts[:body]
|
367
|
+
post_body = opts[:body]
|
368
368
|
|
369
|
-
return_type = opts[:return_type] || 'InlineResponse2003'
|
369
|
+
return_type = opts[:return_type] || 'InlineResponse2003'
|
370
370
|
|
371
371
|
auth_names = opts[:auth_names] || ['http1']
|
372
372
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -382,7 +382,7 @@ module MoonlogsRuby
|
|
382
382
|
end
|
383
383
|
return data, status_code, headers
|
384
384
|
end
|
385
|
-
# @param id
|
385
|
+
# @param id
|
386
386
|
# @param [Hash] opts the optional parameters
|
387
387
|
# @return [InlineResponse2004]
|
388
388
|
def api_logs_id_get(id, opts = {})
|
@@ -390,7 +390,7 @@ module MoonlogsRuby
|
|
390
390
|
data
|
391
391
|
end
|
392
392
|
|
393
|
-
# @param id
|
393
|
+
# @param id
|
394
394
|
# @param [Hash] opts the optional parameters
|
395
395
|
# @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
|
396
396
|
def api_logs_id_get_with_http_info(id, opts = {})
|
@@ -416,9 +416,9 @@ module MoonlogsRuby
|
|
416
416
|
form_params = opts[:form_params] || {}
|
417
417
|
|
418
418
|
# http body (model)
|
419
|
-
post_body = opts[:body]
|
419
|
+
post_body = opts[:body]
|
420
420
|
|
421
|
-
return_type = opts[:return_type] || 'InlineResponse2004'
|
421
|
+
return_type = opts[:return_type] || 'InlineResponse2004'
|
422
422
|
|
423
423
|
auth_names = opts[:auth_names] || ['http1']
|
424
424
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -435,7 +435,7 @@ module MoonlogsRuby
|
|
435
435
|
return data, status_code, headers
|
436
436
|
end
|
437
437
|
# @param [Hash] opts the optional parameters
|
438
|
-
# @option opts [Record] :body
|
438
|
+
# @option opts [Record] :body
|
439
439
|
# @return [InlineResponse2004]
|
440
440
|
def api_logs_post(opts = {})
|
441
441
|
data, _status_code, _headers = api_logs_post_with_http_info(opts)
|
@@ -443,7 +443,7 @@ module MoonlogsRuby
|
|
443
443
|
end
|
444
444
|
|
445
445
|
# @param [Hash] opts the optional parameters
|
446
|
-
# @option opts [Record] :body
|
446
|
+
# @option opts [Record] :body
|
447
447
|
# @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
|
448
448
|
def api_logs_post_with_http_info(opts = {})
|
449
449
|
if @api_client.config.debugging
|
@@ -466,9 +466,9 @@ module MoonlogsRuby
|
|
466
466
|
form_params = opts[:form_params] || {}
|
467
467
|
|
468
468
|
# http body (model)
|
469
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
469
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
470
470
|
|
471
|
-
return_type = opts[:return_type] || 'InlineResponse2004'
|
471
|
+
return_type = opts[:return_type] || 'InlineResponse2004'
|
472
472
|
|
473
473
|
auth_names = opts[:auth_names] || ['http1']
|
474
474
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
@@ -485,9 +485,9 @@ module MoonlogsRuby
|
|
485
485
|
return data, status_code, headers
|
486
486
|
end
|
487
487
|
# @param [Hash] opts the optional parameters
|
488
|
-
# @option opts [Record] :body
|
489
|
-
# @option opts [Integer] :page
|
490
|
-
# @option opts [Integer] :limit
|
488
|
+
# @option opts [Record] :body
|
489
|
+
# @option opts [Integer] :page
|
490
|
+
# @option opts [Integer] :limit
|
491
491
|
# @option opts [String] :from Time in format \"YYYY-DD-MMTHH:SS\"
|
492
492
|
# @option opts [String] :to Time in format \"YYYY-DD-MMTHH:SS\"
|
493
493
|
# @return [InlineResponse2003]
|
@@ -497,9 +497,9 @@ module MoonlogsRuby
|
|
497
497
|
end
|
498
498
|
|
499
499
|
# @param [Hash] opts the optional parameters
|
500
|
-
# @option opts [Record] :body
|
501
|
-
# @option opts [Integer] :page
|
502
|
-
# @option opts [Integer] :limit
|
500
|
+
# @option opts [Record] :body
|
501
|
+
# @option opts [Integer] :page
|
502
|
+
# @option opts [Integer] :limit
|
503
503
|
# @option opts [String] :from Time in format \"YYYY-DD-MMTHH:SS\"
|
504
504
|
# @option opts [String] :to Time in format \"YYYY-DD-MMTHH:SS\"
|
505
505
|
# @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
|
@@ -528,9 +528,9 @@ module MoonlogsRuby
|
|
528
528
|
form_params = opts[:form_params] || {}
|
529
529
|
|
530
530
|
# http body (model)
|
531
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
531
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
532
532
|
|
533
|
-
return_type = opts[:return_type] || 'InlineResponse2003'
|
533
|
+
return_type = opts[:return_type] || 'InlineResponse2003'
|
534
534
|
|
535
535
|
auth_names = opts[:auth_names] || ['http1']
|
536
536
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
@@ -574,9 +574,9 @@ module MoonlogsRuby
|
|
574
574
|
form_params = opts[:form_params] || {}
|
575
575
|
|
576
576
|
# http body (model)
|
577
|
-
post_body = opts[:body]
|
577
|
+
post_body = opts[:body]
|
578
578
|
|
579
|
-
return_type = opts[:return_type] || 'InlineResponse200'
|
579
|
+
return_type = opts[:return_type] || 'InlineResponse200'
|
580
580
|
|
581
581
|
auth_names = opts[:auth_names] || ['http1']
|
582
582
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -592,7 +592,7 @@ module MoonlogsRuby
|
|
592
592
|
end
|
593
593
|
return data, status_code, headers
|
594
594
|
end
|
595
|
-
# @param id
|
595
|
+
# @param id
|
596
596
|
# @param [Hash] opts the optional parameters
|
597
597
|
# @return [InlineResponse2002]
|
598
598
|
def api_schemas_id_delete(id, opts = {})
|
@@ -600,7 +600,7 @@ module MoonlogsRuby
|
|
600
600
|
data
|
601
601
|
end
|
602
602
|
|
603
|
-
# @param id
|
603
|
+
# @param id
|
604
604
|
# @param [Hash] opts the optional parameters
|
605
605
|
# @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
|
606
606
|
def api_schemas_id_delete_with_http_info(id, opts = {})
|
@@ -626,9 +626,9 @@ module MoonlogsRuby
|
|
626
626
|
form_params = opts[:form_params] || {}
|
627
627
|
|
628
628
|
# http body (model)
|
629
|
-
post_body = opts[:body]
|
629
|
+
post_body = opts[:body]
|
630
630
|
|
631
|
-
return_type = opts[:return_type] || 'InlineResponse2002'
|
631
|
+
return_type = opts[:return_type] || 'InlineResponse2002'
|
632
632
|
|
633
633
|
auth_names = opts[:auth_names] || ['http1']
|
634
634
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
@@ -644,7 +644,7 @@ module MoonlogsRuby
|
|
644
644
|
end
|
645
645
|
return data, status_code, headers
|
646
646
|
end
|
647
|
-
# @param id
|
647
|
+
# @param id
|
648
648
|
# @param [Hash] opts the optional parameters
|
649
649
|
# @return [InlineResponse2001]
|
650
650
|
def api_schemas_id_get(id, opts = {})
|
@@ -652,7 +652,7 @@ module MoonlogsRuby
|
|
652
652
|
data
|
653
653
|
end
|
654
654
|
|
655
|
-
# @param id
|
655
|
+
# @param id
|
656
656
|
# @param [Hash] opts the optional parameters
|
657
657
|
# @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
|
658
658
|
def api_schemas_id_get_with_http_info(id, opts = {})
|
@@ -678,9 +678,9 @@ module MoonlogsRuby
|
|
678
678
|
form_params = opts[:form_params] || {}
|
679
679
|
|
680
680
|
# http body (model)
|
681
|
-
post_body = opts[:body]
|
681
|
+
post_body = opts[:body]
|
682
682
|
|
683
|
-
return_type = opts[:return_type] || 'InlineResponse2001'
|
683
|
+
return_type = opts[:return_type] || 'InlineResponse2001'
|
684
684
|
|
685
685
|
auth_names = opts[:auth_names] || ['http1']
|
686
686
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -696,18 +696,18 @@ module MoonlogsRuby
|
|
696
696
|
end
|
697
697
|
return data, status_code, headers
|
698
698
|
end
|
699
|
-
# @param id
|
699
|
+
# @param id
|
700
700
|
# @param [Hash] opts the optional parameters
|
701
|
-
# @option opts [Schema] :body
|
701
|
+
# @option opts [Schema] :body
|
702
702
|
# @return [InlineResponse2001]
|
703
703
|
def api_schemas_id_put(id, opts = {})
|
704
704
|
data, _status_code, _headers = api_schemas_id_put_with_http_info(id, opts)
|
705
705
|
data
|
706
706
|
end
|
707
707
|
|
708
|
-
# @param id
|
708
|
+
# @param id
|
709
709
|
# @param [Hash] opts the optional parameters
|
710
|
-
# @option opts [Schema] :body
|
710
|
+
# @option opts [Schema] :body
|
711
711
|
# @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
|
712
712
|
def api_schemas_id_put_with_http_info(id, opts = {})
|
713
713
|
if @api_client.config.debugging
|
@@ -734,9 +734,9 @@ module MoonlogsRuby
|
|
734
734
|
form_params = opts[:form_params] || {}
|
735
735
|
|
736
736
|
# http body (model)
|
737
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
737
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
738
738
|
|
739
|
-
return_type = opts[:return_type] || 'InlineResponse2001'
|
739
|
+
return_type = opts[:return_type] || 'InlineResponse2001'
|
740
740
|
|
741
741
|
auth_names = opts[:auth_names] || ['http1']
|
742
742
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
@@ -753,7 +753,7 @@ module MoonlogsRuby
|
|
753
753
|
return data, status_code, headers
|
754
754
|
end
|
755
755
|
# @param [Hash] opts the optional parameters
|
756
|
-
# @option opts [Schema] :body
|
756
|
+
# @option opts [Schema] :body
|
757
757
|
# @return [InlineResponse2001]
|
758
758
|
def api_schemas_post(opts = {})
|
759
759
|
data, _status_code, _headers = api_schemas_post_with_http_info(opts)
|
@@ -761,7 +761,7 @@ module MoonlogsRuby
|
|
761
761
|
end
|
762
762
|
|
763
763
|
# @param [Hash] opts the optional parameters
|
764
|
-
# @option opts [Schema] :body
|
764
|
+
# @option opts [Schema] :body
|
765
765
|
# @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
|
766
766
|
def api_schemas_post_with_http_info(opts = {})
|
767
767
|
if @api_client.config.debugging
|
@@ -784,9 +784,9 @@ module MoonlogsRuby
|
|
784
784
|
form_params = opts[:form_params] || {}
|
785
785
|
|
786
786
|
# http body (model)
|
787
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
787
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
788
788
|
|
789
|
-
return_type = opts[:return_type] || 'InlineResponse2001'
|
789
|
+
return_type = opts[:return_type] || 'InlineResponse2001'
|
790
790
|
|
791
791
|
auth_names = opts[:auth_names] || ['http1']
|
792
792
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
@@ -830,9 +830,9 @@ module MoonlogsRuby
|
|
830
830
|
form_params = opts[:form_params] || {}
|
831
831
|
|
832
832
|
# http body (model)
|
833
|
-
post_body = opts[:body]
|
833
|
+
post_body = opts[:body]
|
834
834
|
|
835
|
-
return_type = opts[:return_type] || 'InlineResponse2008'
|
835
|
+
return_type = opts[:return_type] || 'InlineResponse2008'
|
836
836
|
|
837
837
|
auth_names = opts[:auth_names] || []
|
838
838
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -849,7 +849,7 @@ module MoonlogsRuby
|
|
849
849
|
return data, status_code, headers
|
850
850
|
end
|
851
851
|
# @param [Hash] opts the optional parameters
|
852
|
-
# @option opts [Credentials] :body
|
852
|
+
# @option opts [Credentials] :body
|
853
853
|
# @return [InlineResponse2008]
|
854
854
|
def api_session_post(opts = {})
|
855
855
|
data, _status_code, _headers = api_session_post_with_http_info(opts)
|
@@ -857,7 +857,7 @@ module MoonlogsRuby
|
|
857
857
|
end
|
858
858
|
|
859
859
|
# @param [Hash] opts the optional parameters
|
860
|
-
# @option opts [Credentials] :body
|
860
|
+
# @option opts [Credentials] :body
|
861
861
|
# @return [Array<(InlineResponse2008, Integer, Hash)>] InlineResponse2008 data, response status code and response headers
|
862
862
|
def api_session_post_with_http_info(opts = {})
|
863
863
|
if @api_client.config.debugging
|
@@ -880,9 +880,9 @@ module MoonlogsRuby
|
|
880
880
|
form_params = opts[:form_params] || {}
|
881
881
|
|
882
882
|
# http body (model)
|
883
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
883
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
884
884
|
|
885
|
-
return_type = opts[:return_type] || 'InlineResponse2008'
|
885
|
+
return_type = opts[:return_type] || 'InlineResponse2008'
|
886
886
|
|
887
887
|
auth_names = opts[:auth_names] || []
|
888
888
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
@@ -899,7 +899,7 @@ module MoonlogsRuby
|
|
899
899
|
return data, status_code, headers
|
900
900
|
end
|
901
901
|
# @param [Hash] opts the optional parameters
|
902
|
-
# @option opts [User] :body
|
902
|
+
# @option opts [User] :body
|
903
903
|
# @return [User]
|
904
904
|
def api_setup_register_admin_post(opts = {})
|
905
905
|
data, _status_code, _headers = api_setup_register_admin_post_with_http_info(opts)
|
@@ -907,7 +907,7 @@ module MoonlogsRuby
|
|
907
907
|
end
|
908
908
|
|
909
909
|
# @param [Hash] opts the optional parameters
|
910
|
-
# @option opts [User] :body
|
910
|
+
# @option opts [User] :body
|
911
911
|
# @return [Array<(User, Integer, Hash)>] User data, response status code and response headers
|
912
912
|
def api_setup_register_admin_post_with_http_info(opts = {})
|
913
913
|
if @api_client.config.debugging
|
@@ -930,9 +930,9 @@ module MoonlogsRuby
|
|
930
930
|
form_params = opts[:form_params] || {}
|
931
931
|
|
932
932
|
# http body (model)
|
933
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
933
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
934
934
|
|
935
|
-
return_type = opts[:return_type] || 'User'
|
935
|
+
return_type = opts[:return_type] || 'User'
|
936
936
|
|
937
937
|
auth_names = opts[:auth_names] || []
|
938
938
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
@@ -976,9 +976,9 @@ module MoonlogsRuby
|
|
976
976
|
form_params = opts[:form_params] || {}
|
977
977
|
|
978
978
|
# http body (model)
|
979
|
-
post_body = opts[:body]
|
979
|
+
post_body = opts[:body]
|
980
980
|
|
981
|
-
return_type = opts[:return_type] || 'InlineResponse20012'
|
981
|
+
return_type = opts[:return_type] || 'InlineResponse20012'
|
982
982
|
|
983
983
|
auth_names = opts[:auth_names] || ['http1']
|
984
984
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -994,7 +994,7 @@ module MoonlogsRuby
|
|
994
994
|
end
|
995
995
|
return data, status_code, headers
|
996
996
|
end
|
997
|
-
# @param id
|
997
|
+
# @param id
|
998
998
|
# @param [Hash] opts the optional parameters
|
999
999
|
# @return [InlineResponse20011]
|
1000
1000
|
def api_tags_id_delete(id, opts = {})
|
@@ -1002,7 +1002,7 @@ module MoonlogsRuby
|
|
1002
1002
|
data
|
1003
1003
|
end
|
1004
1004
|
|
1005
|
-
# @param id
|
1005
|
+
# @param id
|
1006
1006
|
# @param [Hash] opts the optional parameters
|
1007
1007
|
# @return [Array<(InlineResponse20011, Integer, Hash)>] InlineResponse20011 data, response status code and response headers
|
1008
1008
|
def api_tags_id_delete_with_http_info(id, opts = {})
|
@@ -1028,9 +1028,9 @@ module MoonlogsRuby
|
|
1028
1028
|
form_params = opts[:form_params] || {}
|
1029
1029
|
|
1030
1030
|
# http body (model)
|
1031
|
-
post_body = opts[:body]
|
1031
|
+
post_body = opts[:body]
|
1032
1032
|
|
1033
|
-
return_type = opts[:return_type] || 'InlineResponse20011'
|
1033
|
+
return_type = opts[:return_type] || 'InlineResponse20011'
|
1034
1034
|
|
1035
1035
|
auth_names = opts[:auth_names] || ['http1']
|
1036
1036
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
@@ -1046,7 +1046,7 @@ module MoonlogsRuby
|
|
1046
1046
|
end
|
1047
1047
|
return data, status_code, headers
|
1048
1048
|
end
|
1049
|
-
# @param id
|
1049
|
+
# @param id
|
1050
1050
|
# @param [Hash] opts the optional parameters
|
1051
1051
|
# @return [InlineResponse20013]
|
1052
1052
|
def api_tags_id_get(id, opts = {})
|
@@ -1054,7 +1054,7 @@ module MoonlogsRuby
|
|
1054
1054
|
data
|
1055
1055
|
end
|
1056
1056
|
|
1057
|
-
# @param id
|
1057
|
+
# @param id
|
1058
1058
|
# @param [Hash] opts the optional parameters
|
1059
1059
|
# @return [Array<(InlineResponse20013, Integer, Hash)>] InlineResponse20013 data, response status code and response headers
|
1060
1060
|
def api_tags_id_get_with_http_info(id, opts = {})
|
@@ -1080,9 +1080,9 @@ module MoonlogsRuby
|
|
1080
1080
|
form_params = opts[:form_params] || {}
|
1081
1081
|
|
1082
1082
|
# http body (model)
|
1083
|
-
post_body = opts[:body]
|
1083
|
+
post_body = opts[:body]
|
1084
1084
|
|
1085
|
-
return_type = opts[:return_type] || 'InlineResponse20013'
|
1085
|
+
return_type = opts[:return_type] || 'InlineResponse20013'
|
1086
1086
|
|
1087
1087
|
auth_names = opts[:auth_names] || ['http1']
|
1088
1088
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -1098,18 +1098,18 @@ module MoonlogsRuby
|
|
1098
1098
|
end
|
1099
1099
|
return data, status_code, headers
|
1100
1100
|
end
|
1101
|
-
# @param id
|
1101
|
+
# @param id
|
1102
1102
|
# @param [Hash] opts the optional parameters
|
1103
|
-
# @option opts [Tag] :body
|
1103
|
+
# @option opts [Tag] :body
|
1104
1104
|
# @return [InlineResponse20013]
|
1105
1105
|
def api_tags_id_put(id, opts = {})
|
1106
1106
|
data, _status_code, _headers = api_tags_id_put_with_http_info(id, opts)
|
1107
1107
|
data
|
1108
1108
|
end
|
1109
1109
|
|
1110
|
-
# @param id
|
1110
|
+
# @param id
|
1111
1111
|
# @param [Hash] opts the optional parameters
|
1112
|
-
# @option opts [Tag] :body
|
1112
|
+
# @option opts [Tag] :body
|
1113
1113
|
# @return [Array<(InlineResponse20013, Integer, Hash)>] InlineResponse20013 data, response status code and response headers
|
1114
1114
|
def api_tags_id_put_with_http_info(id, opts = {})
|
1115
1115
|
if @api_client.config.debugging
|
@@ -1136,9 +1136,9 @@ module MoonlogsRuby
|
|
1136
1136
|
form_params = opts[:form_params] || {}
|
1137
1137
|
|
1138
1138
|
# http body (model)
|
1139
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
1139
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
1140
1140
|
|
1141
|
-
return_type = opts[:return_type] || 'InlineResponse20013'
|
1141
|
+
return_type = opts[:return_type] || 'InlineResponse20013'
|
1142
1142
|
|
1143
1143
|
auth_names = opts[:auth_names] || ['http1']
|
1144
1144
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
@@ -1155,7 +1155,7 @@ module MoonlogsRuby
|
|
1155
1155
|
return data, status_code, headers
|
1156
1156
|
end
|
1157
1157
|
# @param [Hash] opts the optional parameters
|
1158
|
-
# @option opts [Tag] :body
|
1158
|
+
# @option opts [Tag] :body
|
1159
1159
|
# @return [InlineResponse20013]
|
1160
1160
|
def api_tags_post(opts = {})
|
1161
1161
|
data, _status_code, _headers = api_tags_post_with_http_info(opts)
|
@@ -1163,7 +1163,7 @@ module MoonlogsRuby
|
|
1163
1163
|
end
|
1164
1164
|
|
1165
1165
|
# @param [Hash] opts the optional parameters
|
1166
|
-
# @option opts [Tag] :body
|
1166
|
+
# @option opts [Tag] :body
|
1167
1167
|
# @return [Array<(InlineResponse20013, Integer, Hash)>] InlineResponse20013 data, response status code and response headers
|
1168
1168
|
def api_tags_post_with_http_info(opts = {})
|
1169
1169
|
if @api_client.config.debugging
|
@@ -1186,9 +1186,9 @@ module MoonlogsRuby
|
|
1186
1186
|
form_params = opts[:form_params] || {}
|
1187
1187
|
|
1188
1188
|
# http body (model)
|
1189
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
1189
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
1190
1190
|
|
1191
|
-
return_type = opts[:return_type] || 'InlineResponse20013'
|
1191
|
+
return_type = opts[:return_type] || 'InlineResponse20013'
|
1192
1192
|
|
1193
1193
|
auth_names = opts[:auth_names] || ['http1']
|
1194
1194
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
@@ -1232,9 +1232,9 @@ module MoonlogsRuby
|
|
1232
1232
|
form_params = opts[:form_params] || {}
|
1233
1233
|
|
1234
1234
|
# http body (model)
|
1235
|
-
post_body = opts[:body]
|
1235
|
+
post_body = opts[:body]
|
1236
1236
|
|
1237
|
-
return_type = opts[:return_type] || 'InlineResponse2005'
|
1237
|
+
return_type = opts[:return_type] || 'InlineResponse2005'
|
1238
1238
|
|
1239
1239
|
auth_names = opts[:auth_names] || ['http1']
|
1240
1240
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -1250,7 +1250,7 @@ module MoonlogsRuby
|
|
1250
1250
|
end
|
1251
1251
|
return data, status_code, headers
|
1252
1252
|
end
|
1253
|
-
# @param id
|
1253
|
+
# @param id
|
1254
1254
|
# @param [Hash] opts the optional parameters
|
1255
1255
|
# @return [InlineResponse2007]
|
1256
1256
|
def api_users_id_delete(id, opts = {})
|
@@ -1258,7 +1258,7 @@ module MoonlogsRuby
|
|
1258
1258
|
data
|
1259
1259
|
end
|
1260
1260
|
|
1261
|
-
# @param id
|
1261
|
+
# @param id
|
1262
1262
|
# @param [Hash] opts the optional parameters
|
1263
1263
|
# @return [Array<(InlineResponse2007, Integer, Hash)>] InlineResponse2007 data, response status code and response headers
|
1264
1264
|
def api_users_id_delete_with_http_info(id, opts = {})
|
@@ -1284,9 +1284,9 @@ module MoonlogsRuby
|
|
1284
1284
|
form_params = opts[:form_params] || {}
|
1285
1285
|
|
1286
1286
|
# http body (model)
|
1287
|
-
post_body = opts[:body]
|
1287
|
+
post_body = opts[:body]
|
1288
1288
|
|
1289
|
-
return_type = opts[:return_type] || 'InlineResponse2007'
|
1289
|
+
return_type = opts[:return_type] || 'InlineResponse2007'
|
1290
1290
|
|
1291
1291
|
auth_names = opts[:auth_names] || ['http1']
|
1292
1292
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
@@ -1302,7 +1302,7 @@ module MoonlogsRuby
|
|
1302
1302
|
end
|
1303
1303
|
return data, status_code, headers
|
1304
1304
|
end
|
1305
|
-
# @param id
|
1305
|
+
# @param id
|
1306
1306
|
# @param [Hash] opts the optional parameters
|
1307
1307
|
# @return [InlineResponse2006]
|
1308
1308
|
def api_users_id_get(id, opts = {})
|
@@ -1310,7 +1310,7 @@ module MoonlogsRuby
|
|
1310
1310
|
data
|
1311
1311
|
end
|
1312
1312
|
|
1313
|
-
# @param id
|
1313
|
+
# @param id
|
1314
1314
|
# @param [Hash] opts the optional parameters
|
1315
1315
|
# @return [Array<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 data, response status code and response headers
|
1316
1316
|
def api_users_id_get_with_http_info(id, opts = {})
|
@@ -1336,9 +1336,9 @@ module MoonlogsRuby
|
|
1336
1336
|
form_params = opts[:form_params] || {}
|
1337
1337
|
|
1338
1338
|
# http body (model)
|
1339
|
-
post_body = opts[:body]
|
1339
|
+
post_body = opts[:body]
|
1340
1340
|
|
1341
|
-
return_type = opts[:return_type] || 'InlineResponse2006'
|
1341
|
+
return_type = opts[:return_type] || 'InlineResponse2006'
|
1342
1342
|
|
1343
1343
|
auth_names = opts[:auth_names] || ['http1']
|
1344
1344
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
@@ -1354,18 +1354,18 @@ module MoonlogsRuby
|
|
1354
1354
|
end
|
1355
1355
|
return data, status_code, headers
|
1356
1356
|
end
|
1357
|
-
# @param id
|
1357
|
+
# @param id
|
1358
1358
|
# @param [Hash] opts the optional parameters
|
1359
|
-
# @option opts [User] :body
|
1359
|
+
# @option opts [User] :body
|
1360
1360
|
# @return [InlineResponse2006]
|
1361
1361
|
def api_users_id_put(id, opts = {})
|
1362
1362
|
data, _status_code, _headers = api_users_id_put_with_http_info(id, opts)
|
1363
1363
|
data
|
1364
1364
|
end
|
1365
1365
|
|
1366
|
-
# @param id
|
1366
|
+
# @param id
|
1367
1367
|
# @param [Hash] opts the optional parameters
|
1368
|
-
# @option opts [User] :body
|
1368
|
+
# @option opts [User] :body
|
1369
1369
|
# @return [Array<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 data, response status code and response headers
|
1370
1370
|
def api_users_id_put_with_http_info(id, opts = {})
|
1371
1371
|
if @api_client.config.debugging
|
@@ -1392,9 +1392,9 @@ module MoonlogsRuby
|
|
1392
1392
|
form_params = opts[:form_params] || {}
|
1393
1393
|
|
1394
1394
|
# http body (model)
|
1395
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
1395
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
1396
1396
|
|
1397
|
-
return_type = opts[:return_type] || 'InlineResponse2006'
|
1397
|
+
return_type = opts[:return_type] || 'InlineResponse2006'
|
1398
1398
|
|
1399
1399
|
auth_names = opts[:auth_names] || ['http1']
|
1400
1400
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
@@ -1411,7 +1411,7 @@ module MoonlogsRuby
|
|
1411
1411
|
return data, status_code, headers
|
1412
1412
|
end
|
1413
1413
|
# @param [Hash] opts the optional parameters
|
1414
|
-
# @option opts [User] :body
|
1414
|
+
# @option opts [User] :body
|
1415
1415
|
# @return [InlineResponse2006]
|
1416
1416
|
def api_users_post(opts = {})
|
1417
1417
|
data, _status_code, _headers = api_users_post_with_http_info(opts)
|
@@ -1419,7 +1419,7 @@ module MoonlogsRuby
|
|
1419
1419
|
end
|
1420
1420
|
|
1421
1421
|
# @param [Hash] opts the optional parameters
|
1422
|
-
# @option opts [User] :body
|
1422
|
+
# @option opts [User] :body
|
1423
1423
|
# @return [Array<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 data, response status code and response headers
|
1424
1424
|
def api_users_post_with_http_info(opts = {})
|
1425
1425
|
if @api_client.config.debugging
|
@@ -1442,9 +1442,9 @@ module MoonlogsRuby
|
|
1442
1442
|
form_params = opts[:form_params] || {}
|
1443
1443
|
|
1444
1444
|
# http body (model)
|
1445
|
-
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
1445
|
+
post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body'])
|
1446
1446
|
|
1447
|
-
return_type = opts[:return_type] || 'InlineResponse2006'
|
1447
|
+
return_type = opts[:return_type] || 'InlineResponse2006'
|
1448
1448
|
|
1449
1449
|
auth_names = opts[:auth_names] || ['http1']
|
1450
1450
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|