Class: MoonlogsRuby::DefaultApi

Inherits:
Object
  • Object
show all
Defined in:
lib/moonlogs-ruby/api/default_api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(api_client = ApiClient.default) ⇒ DefaultApi



16
17
18
# File 'lib/moonlogs-ruby/api/default_api.rb', line 16

def initialize(api_client = ApiClient.default)
  @api_client = api_client
end

Instance Attribute Details

#api_clientObject

Returns the value of attribute api_client.



14
15
16
# File 'lib/moonlogs-ruby/api/default_api.rb', line 14

def api_client
  @api_client
end

Instance Method Details

#api_api_tokens_get(opts = {}) ⇒ InlineResponse2009



21
22
23
24
# File 'lib/moonlogs-ruby/api/default_api.rb', line 21

def api_api_tokens_get(opts = {})
  data, _status_code, _headers = api_api_tokens_get_with_http_info(opts)
  data
end

#api_api_tokens_get_with_http_info(opts = {}) ⇒ Array<(InlineResponse2009, Integer, Hash)>



28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# File 'lib/moonlogs-ruby/api/default_api.rb', line 28

def api_api_tokens_get_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_api_tokens_get ...'
  end
  # resource path
  local_var_path = '/api/api_tokens'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2009' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_api_tokens_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_api_tokens_id_delete(id, opts = {}) ⇒ InlineResponse20011



68
69
70
71
# File 'lib/moonlogs-ruby/api/default_api.rb', line 68

def api_api_tokens_id_delete(id, opts = {})
  data, _status_code, _headers = api_api_tokens_id_delete_with_http_info(id, opts)
  data
end

#api_api_tokens_id_delete_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse20011, Integer, Hash)>



76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# File 'lib/moonlogs-ruby/api/default_api.rb', line 76

def api_api_tokens_id_delete_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_api_tokens_id_delete ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_api_tokens_id_delete"
  end
  # resource path
  local_var_path = '/api/api_tokens/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse20011' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_api_tokens_id_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_api_tokens_id_get(id, opts = {}) ⇒ InlineResponse20010



120
121
122
123
# File 'lib/moonlogs-ruby/api/default_api.rb', line 120

def api_api_tokens_id_get(id, opts = {})
  data, _status_code, _headers = api_api_tokens_id_get_with_http_info(id, opts)
  data
end

#api_api_tokens_id_get_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse20010, Integer, Hash)>



128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# File 'lib/moonlogs-ruby/api/default_api.rb', line 128

def api_api_tokens_id_get_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_api_tokens_id_get ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_api_tokens_id_get"
  end
  # resource path
  local_var_path = '/api/api_tokens/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse20010' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_api_tokens_id_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_api_tokens_id_put(id, opts = {}) ⇒ InlineResponse20010

Options Hash (opts):



173
174
175
176
# File 'lib/moonlogs-ruby/api/default_api.rb', line 173

def api_api_tokens_id_put(id, opts = {})
  data, _status_code, _headers = api_api_tokens_id_put_with_http_info(id, opts)
  data
end

#api_api_tokens_id_put_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse20010, Integer, Hash)>

Returns InlineResponse20010 data, response status code and response headers.

Options Hash (opts):



182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# File 'lib/moonlogs-ruby/api/default_api.rb', line 182

def api_api_tokens_id_put_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_api_tokens_id_put ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_api_tokens_id_put"
  end
  # resource path
  local_var_path = '/api/api_tokens/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse20010' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_api_tokens_id_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_api_tokens_post(opts = {}) ⇒ InlineResponse20010

Options Hash (opts):



228
229
230
231
# File 'lib/moonlogs-ruby/api/default_api.rb', line 228

def api_api_tokens_post(opts = {})
  data, _status_code, _headers = api_api_tokens_post_with_http_info(opts)
  data
end

#api_api_tokens_post_with_http_info(opts = {}) ⇒ Array<(InlineResponse20010, Integer, Hash)>

Returns InlineResponse20010 data, response status code and response headers.

Options Hash (opts):



236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
# File 'lib/moonlogs-ruby/api/default_api.rb', line 236

def api_api_tokens_post_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_api_tokens_post ...'
  end
  # resource path
  local_var_path = '/api/api_tokens'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse20010' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_api_tokens_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_logs_get(opts = {}) ⇒ InlineResponse2003

Options Hash (opts):

  • :page (Integer)
  • :limit (Integer)


279
280
281
282
# File 'lib/moonlogs-ruby/api/default_api.rb', line 279

def api_logs_get(opts = {})
  data, _status_code, _headers = api_logs_get_with_http_info(opts)
  data
end

#api_logs_get_with_http_info(opts = {}) ⇒ Array<(InlineResponse2003, Integer, Hash)>

Returns InlineResponse2003 data, response status code and response headers.

Options Hash (opts):

  • :page (Integer)
  • :limit (Integer)


288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
# File 'lib/moonlogs-ruby/api/default_api.rb', line 288

def api_logs_get_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_logs_get ...'
  end
  # resource path
  local_var_path = '/api/logs'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2003' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_logs_group_schema_name_hash_get(schema_name, hash, opts = {}) ⇒ InlineResponse2003



331
332
333
334
# File 'lib/moonlogs-ruby/api/default_api.rb', line 331

def api_logs_group_schema_name_hash_get(schema_name, hash, opts = {})
  data, _status_code, _headers = api_logs_group_schema_name_hash_get_with_http_info(schema_name, hash, opts)
  data
end

#api_logs_group_schema_name_hash_get_with_http_info(schema_name, hash, opts = {}) ⇒ Array<(InlineResponse2003, Integer, Hash)>



340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
# File 'lib/moonlogs-ruby/api/default_api.rb', line 340

def api_logs_group_schema_name_hash_get_with_http_info(schema_name, hash, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_logs_group_schema_name_hash_get ...'
  end
  # verify the required parameter 'schema_name' is set
  if @api_client.config.client_side_validation && schema_name.nil?
    fail ArgumentError, "Missing the required parameter 'schema_name' when calling DefaultApi.api_logs_group_schema_name_hash_get"
  end
  # verify the required parameter 'hash' is set
  if @api_client.config.client_side_validation && hash.nil?
    fail ArgumentError, "Missing the required parameter 'hash' when calling DefaultApi.api_logs_group_schema_name_hash_get"
  end
  # resource path
  local_var_path = '/api/logs/group/{schema_name}/{hash}'.sub('{' + 'schema_name' + '}', schema_name.to_s).sub('{' + 'hash' + '}', hash.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2003' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_logs_group_schema_name_hash_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_logs_id_get(id, opts = {}) ⇒ InlineResponse2004



388
389
390
391
# File 'lib/moonlogs-ruby/api/default_api.rb', line 388

def api_logs_id_get(id, opts = {})
  data, _status_code, _headers = api_logs_id_get_with_http_info(id, opts)
  data
end

#api_logs_id_get_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse2004, Integer, Hash)>



396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
# File 'lib/moonlogs-ruby/api/default_api.rb', line 396

def api_logs_id_get_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_logs_id_get ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_logs_id_get"
  end
  # resource path
  local_var_path = '/api/logs/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2004' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_logs_id_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_logs_post(opts = {}) ⇒ InlineResponse2004

Options Hash (opts):



440
441
442
443
# File 'lib/moonlogs-ruby/api/default_api.rb', line 440

def api_logs_post(opts = {})
  data, _status_code, _headers = api_logs_post_with_http_info(opts)
  data
end

#api_logs_post_with_http_info(opts = {}) ⇒ Array<(InlineResponse2004, Integer, Hash)>

Returns InlineResponse2004 data, response status code and response headers.

Options Hash (opts):



448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
# File 'lib/moonlogs-ruby/api/default_api.rb', line 448

def api_logs_post_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_logs_post ...'
  end
  # resource path
  local_var_path = '/api/logs'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse2004' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_logs_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_logs_search_post(opts = {}) ⇒ InlineResponse2003

Options Hash (opts):

  • :body (Record)
  • :page (Integer)
  • :limit (Integer)


492
493
494
495
# File 'lib/moonlogs-ruby/api/default_api.rb', line 492

def api_logs_search_post(opts = {})
  data, _status_code, _headers = api_logs_search_post_with_http_info(opts)
  data
end

#api_logs_search_post_with_http_info(opts = {}) ⇒ Array<(InlineResponse2003, Integer, Hash)>

Returns InlineResponse2003 data, response status code and response headers.

Options Hash (opts):

  • :body (Record)
  • :page (Integer)
  • :limit (Integer)


502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
# File 'lib/moonlogs-ruby/api/default_api.rb', line 502

def api_logs_search_post_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_logs_search_post ...'
  end
  # resource path
  local_var_path = '/api/logs/search'

  # query parameters
  query_params = opts[:query_params] || {}
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse2003' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_logs_search_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_schemas_get(opts = {}) ⇒ InlineResponse200



545
546
547
548
# File 'lib/moonlogs-ruby/api/default_api.rb', line 545

def api_schemas_get(opts = {})
  data, _status_code, _headers = api_schemas_get_with_http_info(opts)
  data
end

#api_schemas_get_with_http_info(opts = {}) ⇒ Array<(InlineResponse200, Integer, Hash)>



552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
# File 'lib/moonlogs-ruby/api/default_api.rb', line 552

def api_schemas_get_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_schemas_get ...'
  end
  # resource path
  local_var_path = '/api/schemas'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse200' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_schemas_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_schemas_id_delete(id, opts = {}) ⇒ InlineResponse2002



592
593
594
595
# File 'lib/moonlogs-ruby/api/default_api.rb', line 592

def api_schemas_id_delete(id, opts = {})
  data, _status_code, _headers = api_schemas_id_delete_with_http_info(id, opts)
  data
end

#api_schemas_id_delete_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse2002, Integer, Hash)>



600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
# File 'lib/moonlogs-ruby/api/default_api.rb', line 600

def api_schemas_id_delete_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_schemas_id_delete ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_schemas_id_delete"
  end
  # resource path
  local_var_path = '/api/schemas/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2002' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_schemas_id_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_schemas_id_get(id, opts = {}) ⇒ InlineResponse2001



644
645
646
647
# File 'lib/moonlogs-ruby/api/default_api.rb', line 644

def api_schemas_id_get(id, opts = {})
  data, _status_code, _headers = api_schemas_id_get_with_http_info(id, opts)
  data
end

#api_schemas_id_get_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse2001, Integer, Hash)>



652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
# File 'lib/moonlogs-ruby/api/default_api.rb', line 652

def api_schemas_id_get_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_schemas_id_get ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_schemas_id_get"
  end
  # resource path
  local_var_path = '/api/schemas/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2001' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_schemas_id_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_schemas_id_put(id, opts = {}) ⇒ InlineResponse2001

Options Hash (opts):



697
698
699
700
# File 'lib/moonlogs-ruby/api/default_api.rb', line 697

def api_schemas_id_put(id, opts = {})
  data, _status_code, _headers = api_schemas_id_put_with_http_info(id, opts)
  data
end

#api_schemas_id_put_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse2001, Integer, Hash)>

Returns InlineResponse2001 data, response status code and response headers.

Options Hash (opts):



706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
# File 'lib/moonlogs-ruby/api/default_api.rb', line 706

def api_schemas_id_put_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_schemas_id_put ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_schemas_id_put"
  end
  # resource path
  local_var_path = '/api/schemas/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse2001' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_schemas_id_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_schemas_post(opts = {}) ⇒ InlineResponse2001

Options Hash (opts):



752
753
754
755
# File 'lib/moonlogs-ruby/api/default_api.rb', line 752

def api_schemas_post(opts = {})
  data, _status_code, _headers = api_schemas_post_with_http_info(opts)
  data
end

#api_schemas_post_with_http_info(opts = {}) ⇒ Array<(InlineResponse2001, Integer, Hash)>

Returns InlineResponse2001 data, response status code and response headers.

Options Hash (opts):



760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
# File 'lib/moonlogs-ruby/api/default_api.rb', line 760

def api_schemas_post_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_schemas_post ...'
  end
  # resource path
  local_var_path = '/api/schemas'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse2001' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_schemas_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_session_get(opts = {}) ⇒ InlineResponse2008



801
802
803
804
# File 'lib/moonlogs-ruby/api/default_api.rb', line 801

def api_session_get(opts = {})
  data, _status_code, _headers = api_session_get_with_http_info(opts)
  data
end

#api_session_get_with_http_info(opts = {}) ⇒ Array<(InlineResponse2008, Integer, Hash)>



808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'lib/moonlogs-ruby/api/default_api.rb', line 808

def api_session_get_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_session_get ...'
  end
  # resource path
  local_var_path = '/api/session'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2008' 

  auth_names = opts[:auth_names] || []
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_session_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_session_post(opts = {}) ⇒ InlineResponse2008

Options Hash (opts):



848
849
850
851
# File 'lib/moonlogs-ruby/api/default_api.rb', line 848

def api_session_post(opts = {})
  data, _status_code, _headers = api_session_post_with_http_info(opts)
  data
end

#api_session_post_with_http_info(opts = {}) ⇒ Array<(InlineResponse2008, Integer, Hash)>

Returns InlineResponse2008 data, response status code and response headers.

Options Hash (opts):



856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
# File 'lib/moonlogs-ruby/api/default_api.rb', line 856

def api_session_post_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_session_post ...'
  end
  # resource path
  local_var_path = '/api/session'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse2008' 

  auth_names = opts[:auth_names] || []
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_session_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_setup_register_admin_post(opts = {}) ⇒ User

Options Hash (opts):



898
899
900
901
# File 'lib/moonlogs-ruby/api/default_api.rb', line 898

def api_setup_register_admin_post(opts = {})
  data, _status_code, _headers = api_setup_register_admin_post_with_http_info(opts)
  data
end

#api_setup_register_admin_post_with_http_info(opts = {}) ⇒ Array<(User, Integer, Hash)>

Returns User data, response status code and response headers.

Options Hash (opts):



906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
# File 'lib/moonlogs-ruby/api/default_api.rb', line 906

def api_setup_register_admin_post_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_setup_register_admin_post ...'
  end
  # resource path
  local_var_path = '/api/setup/register_admin'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'User' 

  auth_names = opts[:auth_names] || []
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_setup_register_admin_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_tags_get(opts = {}) ⇒ InlineResponse20012



947
948
949
950
# File 'lib/moonlogs-ruby/api/default_api.rb', line 947

def api_tags_get(opts = {})
  data, _status_code, _headers = api_tags_get_with_http_info(opts)
  data
end

#api_tags_get_with_http_info(opts = {}) ⇒ Array<(InlineResponse20012, Integer, Hash)>



954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
# File 'lib/moonlogs-ruby/api/default_api.rb', line 954

def api_tags_get_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_tags_get ...'
  end
  # resource path
  local_var_path = '/api/tags'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse20012' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_tags_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_tags_id_delete(id, opts = {}) ⇒ InlineResponse20011



994
995
996
997
# File 'lib/moonlogs-ruby/api/default_api.rb', line 994

def api_tags_id_delete(id, opts = {})
  data, _status_code, _headers = api_tags_id_delete_with_http_info(id, opts)
  data
end

#api_tags_id_delete_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse20011, Integer, Hash)>



1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1002

def api_tags_id_delete_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_tags_id_delete ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_tags_id_delete"
  end
  # resource path
  local_var_path = '/api/tags/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse20011' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_tags_id_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_tags_id_get(id, opts = {}) ⇒ InlineResponse20013



1046
1047
1048
1049
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1046

def api_tags_id_get(id, opts = {})
  data, _status_code, _headers = api_tags_id_get_with_http_info(id, opts)
  data
end

#api_tags_id_get_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse20013, Integer, Hash)>



1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1054

def api_tags_id_get_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_tags_id_get ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_tags_id_get"
  end
  # resource path
  local_var_path = '/api/tags/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse20013' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_tags_id_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_tags_id_put(id, opts = {}) ⇒ InlineResponse20013

Options Hash (opts):



1099
1100
1101
1102
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1099

def api_tags_id_put(id, opts = {})
  data, _status_code, _headers = api_tags_id_put_with_http_info(id, opts)
  data
end

#api_tags_id_put_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse20013, Integer, Hash)>

Returns InlineResponse20013 data, response status code and response headers.

Options Hash (opts):



1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1108

def api_tags_id_put_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_tags_id_put ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_tags_id_put"
  end
  # resource path
  local_var_path = '/api/tags/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse20013' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_tags_id_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_tags_post(opts = {}) ⇒ InlineResponse20013

Options Hash (opts):



1154
1155
1156
1157
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1154

def api_tags_post(opts = {})
  data, _status_code, _headers = api_tags_post_with_http_info(opts)
  data
end

#api_tags_post_with_http_info(opts = {}) ⇒ Array<(InlineResponse20013, Integer, Hash)>

Returns InlineResponse20013 data, response status code and response headers.

Options Hash (opts):



1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1162

def api_tags_post_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_tags_post ...'
  end
  # resource path
  local_var_path = '/api/tags'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse20013' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_tags_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_users_get(opts = {}) ⇒ InlineResponse2005



1203
1204
1205
1206
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1203

def api_users_get(opts = {})
  data, _status_code, _headers = api_users_get_with_http_info(opts)
  data
end

#api_users_get_with_http_info(opts = {}) ⇒ Array<(InlineResponse2005, Integer, Hash)>



1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1210

def api_users_get_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_users_get ...'
  end
  # resource path
  local_var_path = '/api/users'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2005' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_users_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_users_id_delete(id, opts = {}) ⇒ InlineResponse2007



1250
1251
1252
1253
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1250

def api_users_id_delete(id, opts = {})
  data, _status_code, _headers = api_users_id_delete_with_http_info(id, opts)
  data
end

#api_users_id_delete_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse2007, Integer, Hash)>



1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1258

def api_users_id_delete_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_users_id_delete ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_users_id_delete"
  end
  # resource path
  local_var_path = '/api/users/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2007' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_users_id_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_users_id_get(id, opts = {}) ⇒ InlineResponse2006



1302
1303
1304
1305
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1302

def api_users_id_get(id, opts = {})
  data, _status_code, _headers = api_users_id_get_with_http_info(id, opts)
  data
end

#api_users_id_get_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse2006, Integer, Hash)>



1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1310

def api_users_id_get_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_users_id_get ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_users_id_get"
  end
  # resource path
  local_var_path = '/api/users/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] 

  return_type = opts[:return_type] || 'InlineResponse2006' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_users_id_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_users_id_put(id, opts = {}) ⇒ InlineResponse2006

Options Hash (opts):



1355
1356
1357
1358
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1355

def api_users_id_put(id, opts = {})
  data, _status_code, _headers = api_users_id_put_with_http_info(id, opts)
  data
end

#api_users_id_put_with_http_info(id, opts = {}) ⇒ Array<(InlineResponse2006, Integer, Hash)>

Returns InlineResponse2006 data, response status code and response headers.

Options Hash (opts):



1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1364

def api_users_id_put_with_http_info(id, opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_users_id_put ...'
  end
  # verify the required parameter 'id' is set
  if @api_client.config.client_side_validation && id.nil?
    fail ArgumentError, "Missing the required parameter 'id' when calling DefaultApi.api_users_id_put"
  end
  # resource path
  local_var_path = '/api/users/{id}'.sub('{' + 'id' + '}', id.to_s)

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse2006' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_users_id_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end

#api_users_post(opts = {}) ⇒ InlineResponse2006

Options Hash (opts):



1410
1411
1412
1413
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1410

def api_users_post(opts = {})
  data, _status_code, _headers = api_users_post_with_http_info(opts)
  data
end

#api_users_post_with_http_info(opts = {}) ⇒ Array<(InlineResponse2006, Integer, Hash)>

Returns InlineResponse2006 data, response status code and response headers.

Options Hash (opts):



1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
# File 'lib/moonlogs-ruby/api/default_api.rb', line 1418

def api_users_post_with_http_info(opts = {})
  if @api_client.config.debugging
    @api_client.config.logger.debug 'Calling API: DefaultApi.api_users_post ...'
  end
  # resource path
  local_var_path = '/api/users'

  # query parameters
  query_params = opts[:query_params] || {}

  # header parameters
  header_params = opts[:header_params] || {}
  # HTTP header 'Accept' (if needed)
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
  # HTTP header 'Content-Type'
  header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])

  # form parameters
  form_params = opts[:form_params] || {}

  # http body (model)
  post_body = opts[:body] || @api_client.object_to_http_body(opts[:'body']) 

  return_type = opts[:return_type] || 'InlineResponse2006' 

  auth_names = opts[:auth_names] || ['http1']
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
    :header_params => header_params,
    :query_params => query_params,
    :form_params => form_params,
    :body => post_body,
    :auth_names => auth_names,
    :return_type => return_type)

  if @api_client.config.debugging
    @api_client.config.logger.debug "API called: DefaultApi#api_users_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
  end
  return data, status_code, headers
end