SwaggerStableDiffusionWebui 1.0.394ffa7b0a7fff3ec484bcd084e673a8b301ccc8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/README.md +150 -0
  4. data/Rakefile +10 -0
  5. data/SwaggerStableDiffusionWebui.gemspec +38 -0
  6. data/docs/BodyDetectControlnetDetectPost.md +26 -0
  7. data/docs/DefaultApi.md +3127 -0
  8. data/docs/Estimation.md +30 -0
  9. data/docs/HTTPValidationError.md +18 -0
  10. data/docs/LocationInner.md +15 -0
  11. data/docs/PredictBody.md +30 -0
  12. data/docs/ProgressRequest.md +20 -0
  13. data/docs/ProgressResponse.md +32 -0
  14. data/docs/QuicksettingsHint.md +20 -0
  15. data/docs/Request.md +15 -0
  16. data/docs/ResetBody.md +20 -0
  17. data/docs/ValidationError.md +22 -0
  18. data/git_push.sh +57 -0
  19. data/lib/SwaggerStableDiffusionWebui/api/default_api.rb +3027 -0
  20. data/lib/SwaggerStableDiffusionWebui/api_client.rb +391 -0
  21. data/lib/SwaggerStableDiffusionWebui/api_error.rb +58 -0
  22. data/lib/SwaggerStableDiffusionWebui/configuration.rb +288 -0
  23. data/lib/SwaggerStableDiffusionWebui/models/body_detect_controlnet_detect_post.rb +265 -0
  24. data/lib/SwaggerStableDiffusionWebui/models/estimation.rb +285 -0
  25. data/lib/SwaggerStableDiffusionWebui/models/http_validation_error.rb +221 -0
  26. data/lib/SwaggerStableDiffusionWebui/models/location_inner.rb +230 -0
  27. data/lib/SwaggerStableDiffusionWebui/models/predict_body.rb +283 -0
  28. data/lib/SwaggerStableDiffusionWebui/models/progress_request.rb +232 -0
  29. data/lib/SwaggerStableDiffusionWebui/models/progress_response.rb +301 -0
  30. data/lib/SwaggerStableDiffusionWebui/models/quicksettings_hint.rb +238 -0
  31. data/lib/SwaggerStableDiffusionWebui/models/request.rb +230 -0
  32. data/lib/SwaggerStableDiffusionWebui/models/reset_body.rb +238 -0
  33. data/lib/SwaggerStableDiffusionWebui/models/validation_error.rb +254 -0
  34. data/lib/SwaggerStableDiffusionWebui/version.rb +15 -0
  35. data/lib/SwaggerStableDiffusionWebui.rb +51 -0
  36. data/spec/api/default_api_spec.rb +574 -0
  37. data/spec/api_client_spec.rb +228 -0
  38. data/spec/configuration_spec.rb +42 -0
  39. data/spec/models/body_detect_controlnet_detect_post_spec.rb +58 -0
  40. data/spec/models/estimation_spec.rb +70 -0
  41. data/spec/models/http_validation_error_spec.rb +34 -0
  42. data/spec/models/location_inner_spec.rb +28 -0
  43. data/spec/models/predict_body_spec.rb +70 -0
  44. data/spec/models/progress_request_spec.rb +40 -0
  45. data/spec/models/progress_response_spec.rb +76 -0
  46. data/spec/models/quicksettings_hint_spec.rb +40 -0
  47. data/spec/models/request_spec.rb +28 -0
  48. data/spec/models/reset_body_spec.rb +40 -0
  49. data/spec/models/validation_error_spec.rb +46 -0
  50. data/spec/spec_helper.rb +111 -0
  51. metadata +147 -0
@@ -0,0 +1,574 @@
1
+ =begin
2
+ #FastAPI
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 6.6.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for SwaggerStableDiffusionWebui::DefaultApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'DefaultApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = SwaggerStableDiffusionWebui::DefaultApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of DefaultApi' do
30
+ it 'should create an instance of DefaultApi' do
31
+ expect(@api_instance).to be_instance_of(SwaggerStableDiffusionWebui::DefaultApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for api_info_info_get
36
+ # Api Info
37
+ # @param [Hash] opts the optional parameters
38
+ # @option opts [Boolean] :serialize
39
+ # @return [Object]
40
+ describe 'api_info_info_get test' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ # unit tests for api_info_info_get_0
47
+ # Api Info
48
+ # @param [Hash] opts the optional parameters
49
+ # @option opts [Boolean] :serialize
50
+ # @return [Object]
51
+ describe 'api_info_info_get_0 test' do
52
+ it 'should work' do
53
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
54
+ end
55
+ end
56
+
57
+ # unit tests for app_id_app_id_get
58
+ # App Id
59
+ # @param [Hash] opts the optional parameters
60
+ # @return [Object]
61
+ describe 'app_id_app_id_get test' do
62
+ it 'should work' do
63
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
64
+ end
65
+ end
66
+
67
+ # unit tests for app_id_app_id_get_0
68
+ # App Id
69
+ # @param [Hash] opts the optional parameters
70
+ # @return [Object]
71
+ describe 'app_id_app_id_get_0 test' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
74
+ end
75
+ end
76
+
77
+ # unit tests for build_resource_assets_path_get
78
+ # Build Resource
79
+ # @param path
80
+ # @param [Hash] opts the optional parameters
81
+ # @return [Object]
82
+ describe 'build_resource_assets_path_get test' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
85
+ end
86
+ end
87
+
88
+ # unit tests for detect_controlnet_detect_post
89
+ # Detect
90
+ # @param [Hash] opts the optional parameters
91
+ # @option opts [BodyDetectControlnetDetectPost] :body_detect_controlnet_detect_post
92
+ # @return [Object]
93
+ describe 'detect_controlnet_detect_post test' do
94
+ it 'should work' do
95
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
96
+ end
97
+ end
98
+
99
+ # unit tests for download_sysinfo_internal_sysinfo_get
100
+ # Download Sysinfo
101
+ # @param [Hash] opts the optional parameters
102
+ # @option opts [Object] :attachment
103
+ # @return [Object]
104
+ describe 'download_sysinfo_internal_sysinfo_get test' do
105
+ it 'should work' do
106
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
107
+ end
108
+ end
109
+
110
+ # unit tests for favicon_favicon_ico_get
111
+ # Favicon
112
+ # @param [Hash] opts the optional parameters
113
+ # @return [Object]
114
+ describe 'favicon_favicon_ico_get test' do
115
+ it 'should work' do
116
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
+ end
118
+ end
119
+
120
+ # unit tests for fetch_file_sd_extra_networks_thumb_get
121
+ # Fetch File
122
+ # @param [Hash] opts the optional parameters
123
+ # @option opts [String] :filename
124
+ # @return [Object]
125
+ describe 'fetch_file_sd_extra_networks_thumb_get test' do
126
+ it 'should work' do
127
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
128
+ end
129
+ end
130
+
131
+ # unit tests for file_deprecated_file_path_get
132
+ # File Deprecated
133
+ # @param path
134
+ # @param [Hash] opts the optional parameters
135
+ # @return [Object]
136
+ describe 'file_deprecated_file_path_get test' do
137
+ it 'should work' do
138
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
139
+ end
140
+ end
141
+
142
+ # unit tests for file_file_path_or_url_get
143
+ # File
144
+ # @param path_or_url
145
+ # @param [Hash] opts the optional parameters
146
+ # @return [Object]
147
+ describe 'file_file_path_or_url_get test' do
148
+ it 'should work' do
149
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
150
+ end
151
+ end
152
+
153
+ # unit tests for file_file_path_or_url_head
154
+ # File
155
+ # @param path_or_url
156
+ # @param [Hash] opts the optional parameters
157
+ # @return [Object]
158
+ describe 'file_file_path_or_url_head test' do
159
+ it 'should work' do
160
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
161
+ end
162
+ end
163
+
164
+ # unit tests for get_config_config_get
165
+ # Get Config
166
+ # @param [Hash] opts the optional parameters
167
+ # @return [Object]
168
+ describe 'get_config_config_get test' do
169
+ it 'should work' do
170
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
171
+ end
172
+ end
173
+
174
+ # unit tests for get_config_config_get_0
175
+ # Get Config
176
+ # @param [Hash] opts the optional parameters
177
+ # @return [Object]
178
+ describe 'get_config_config_get_0 test' do
179
+ it 'should work' do
180
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
181
+ end
182
+ end
183
+
184
+ # unit tests for get_current_user_user_get
185
+ # Get Current User
186
+ # @param [Hash] opts the optional parameters
187
+ # @return [String]
188
+ describe 'get_current_user_user_get test' do
189
+ it 'should work' do
190
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
191
+ end
192
+ end
193
+
194
+ # unit tests for get_current_user_user_get_0
195
+ # Get Current User
196
+ # @param [Hash] opts the optional parameters
197
+ # @return [String]
198
+ describe 'get_current_user_user_get_0 test' do
199
+ it 'should work' do
200
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
201
+ end
202
+ end
203
+
204
+ # unit tests for get_loras_sdapi_v1_loras_get
205
+ # Get Loras
206
+ # @param [Hash] opts the optional parameters
207
+ # @return [Object]
208
+ describe 'get_loras_sdapi_v1_loras_get test' do
209
+ it 'should work' do
210
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
211
+ end
212
+ end
213
+
214
+ # unit tests for get_metadata_sd_extra_networks_metadata_get
215
+ # Get Metadata
216
+ # @param [Hash] opts the optional parameters
217
+ # @option opts [String] :page
218
+ # @option opts [String] :item
219
+ # @return [Object]
220
+ describe 'get_metadata_sd_extra_networks_metadata_get test' do
221
+ it 'should work' do
222
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
223
+ end
224
+ end
225
+
226
+ # unit tests for get_queue_status_queue_status_get
227
+ # Get Queue Status
228
+ # @param [Hash] opts the optional parameters
229
+ # @return [Estimation]
230
+ describe 'get_queue_status_queue_status_get test' do
231
+ it 'should work' do
232
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
233
+ end
234
+ end
235
+
236
+ # unit tests for get_token_token_get
237
+ # Get Token
238
+ # @param [Hash] opts the optional parameters
239
+ # @return [Object]
240
+ describe 'get_token_token_get test' do
241
+ it 'should work' do
242
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
243
+ end
244
+ end
245
+
246
+ # unit tests for get_token_token_get_0
247
+ # Get Token
248
+ # @param [Hash] opts the optional parameters
249
+ # @return [Object]
250
+ describe 'get_token_token_get_0 test' do
251
+ it 'should work' do
252
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
253
+ end
254
+ end
255
+
256
+ # unit tests for lambda_internal_ping_get
257
+ # <Lambda>
258
+ # @param [Hash] opts the optional parameters
259
+ # @return [Object]
260
+ describe 'lambda_internal_ping_get test' do
261
+ it 'should work' do
262
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
263
+ end
264
+ end
265
+
266
+ # unit tests for lambda_internal_profile_startup_get
267
+ # <Lambda>
268
+ # @param [Hash] opts the optional parameters
269
+ # @return [Object]
270
+ describe 'lambda_internal_profile_startup_get test' do
271
+ it 'should work' do
272
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
273
+ end
274
+ end
275
+
276
+ # unit tests for lambda_internal_sysinfo_download_get
277
+ # <Lambda>
278
+ # @param [Hash] opts the optional parameters
279
+ # @return [Object]
280
+ describe 'lambda_internal_sysinfo_download_get test' do
281
+ it 'should work' do
282
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
283
+ end
284
+ end
285
+
286
+ # unit tests for login_check_login_check_get
287
+ # Login Check
288
+ # @param [Hash] opts the optional parameters
289
+ # @return [Object]
290
+ describe 'login_check_login_check_get test' do
291
+ it 'should work' do
292
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
293
+ end
294
+ end
295
+
296
+ # unit tests for login_check_login_check_get_0
297
+ # Login Check
298
+ # @param [Hash] opts the optional parameters
299
+ # @return [Object]
300
+ describe 'login_check_login_check_get_0 test' do
301
+ it 'should work' do
302
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
303
+ end
304
+ end
305
+
306
+ # unit tests for login_login_post
307
+ # Login
308
+ # @param username
309
+ # @param password
310
+ # @param [Hash] opts the optional parameters
311
+ # @option opts [String] :grant_type
312
+ # @option opts [String] :scope
313
+ # @option opts [String] :client_id
314
+ # @option opts [String] :client_secret
315
+ # @return [Object]
316
+ describe 'login_login_post test' do
317
+ it 'should work' do
318
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
319
+ end
320
+ end
321
+
322
+ # unit tests for login_login_post_0
323
+ # Login
324
+ # @param username
325
+ # @param password
326
+ # @param [Hash] opts the optional parameters
327
+ # @option opts [String] :grant_type
328
+ # @option opts [String] :scope
329
+ # @option opts [String] :client_id
330
+ # @option opts [String] :client_secret
331
+ # @return [Object]
332
+ describe 'login_login_post_0 test' do
333
+ it 'should work' do
334
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
335
+ end
336
+ end
337
+
338
+ # unit tests for main_get
339
+ # Main
340
+ # @param [Hash] opts the optional parameters
341
+ # @return [String]
342
+ describe 'main_get test' do
343
+ it 'should work' do
344
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
345
+ end
346
+ end
347
+
348
+ # unit tests for main_head
349
+ # Main
350
+ # @param [Hash] opts the optional parameters
351
+ # @return [String]
352
+ describe 'main_head test' do
353
+ it 'should work' do
354
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
355
+ end
356
+ end
357
+
358
+ # unit tests for model_list_controlnet_model_list_get
359
+ # Model List
360
+ # @param [Hash] opts the optional parameters
361
+ # @return [Object]
362
+ describe 'model_list_controlnet_model_list_get test' do
363
+ it 'should work' do
364
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
365
+ end
366
+ end
367
+
368
+ # unit tests for module_list_controlnet_module_list_get
369
+ # Module List
370
+ # @param [Hash] opts the optional parameters
371
+ # @option opts [Boolean] :alias_names
372
+ # @return [Object]
373
+ describe 'module_list_controlnet_module_list_get test' do
374
+ it 'should work' do
375
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
376
+ end
377
+ end
378
+
379
+ # unit tests for predict_api_api_name_post
380
+ # Predict
381
+ # @param api_name
382
+ # @param predict_body
383
+ # @param [Hash] opts the optional parameters
384
+ # @return [Object]
385
+ describe 'predict_api_api_name_post test' do
386
+ it 'should work' do
387
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
388
+ end
389
+ end
390
+
391
+ # unit tests for predict_api_api_name_post_0
392
+ # Predict
393
+ # @param api_name
394
+ # @param predict_body
395
+ # @param [Hash] opts the optional parameters
396
+ # @return [Object]
397
+ describe 'predict_api_api_name_post_0 test' do
398
+ it 'should work' do
399
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
400
+ end
401
+ end
402
+
403
+ # unit tests for predict_run_api_name_post
404
+ # Predict
405
+ # @param api_name
406
+ # @param predict_body
407
+ # @param [Hash] opts the optional parameters
408
+ # @return [Object]
409
+ describe 'predict_run_api_name_post test' do
410
+ it 'should work' do
411
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
412
+ end
413
+ end
414
+
415
+ # unit tests for predict_run_api_name_post_0
416
+ # Predict
417
+ # @param api_name
418
+ # @param predict_body
419
+ # @param [Hash] opts the optional parameters
420
+ # @return [Object]
421
+ describe 'predict_run_api_name_post_0 test' do
422
+ it 'should work' do
423
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
424
+ end
425
+ end
426
+
427
+ # unit tests for progressapi_internal_progress_post
428
+ # Progressapi
429
+ # @param progress_request
430
+ # @param [Hash] opts the optional parameters
431
+ # @return [ProgressResponse]
432
+ describe 'progressapi_internal_progress_post test' do
433
+ it 'should work' do
434
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
435
+ end
436
+ end
437
+
438
+ # unit tests for quicksettings_hint_internal_quicksettings_hint_get
439
+ # Quicksettings Hint
440
+ # @param [Hash] opts the optional parameters
441
+ # @return [Array<QuicksettingsHint>]
442
+ describe 'quicksettings_hint_internal_quicksettings_hint_get test' do
443
+ it 'should work' do
444
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
445
+ end
446
+ end
447
+
448
+ # unit tests for refresh_loras_sdapi_v1_refresh_loras_post
449
+ # Refresh Loras
450
+ # @param [Hash] opts the optional parameters
451
+ # @return [Object]
452
+ describe 'refresh_loras_sdapi_v1_refresh_loras_post test' do
453
+ it 'should work' do
454
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
455
+ end
456
+ end
457
+
458
+ # unit tests for reset_iterator_reset_post
459
+ # Reset Iterator
460
+ # @param reset_body
461
+ # @param [Hash] opts the optional parameters
462
+ # @return [Object]
463
+ describe 'reset_iterator_reset_post test' do
464
+ it 'should work' do
465
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
466
+ end
467
+ end
468
+
469
+ # unit tests for reset_iterator_reset_post_0
470
+ # Reset Iterator
471
+ # @param reset_body
472
+ # @param [Hash] opts the optional parameters
473
+ # @return [Object]
474
+ describe 'reset_iterator_reset_post_0 test' do
475
+ it 'should work' do
476
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
477
+ end
478
+ end
479
+
480
+ # unit tests for reverse_proxy_proxy_url_path_get
481
+ # Reverse Proxy
482
+ # @param url_path
483
+ # @param [Hash] opts the optional parameters
484
+ # @return [Object]
485
+ describe 'reverse_proxy_proxy_url_path_get test' do
486
+ it 'should work' do
487
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
488
+ end
489
+ end
490
+
491
+ # unit tests for reverse_proxy_proxy_url_path_head
492
+ # Reverse Proxy
493
+ # @param url_path
494
+ # @param [Hash] opts the optional parameters
495
+ # @return [Object]
496
+ describe 'reverse_proxy_proxy_url_path_head test' do
497
+ it 'should work' do
498
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
499
+ end
500
+ end
501
+
502
+ # unit tests for robots_txt_robots_txt_get
503
+ # Robots Txt
504
+ # @param [Hash] opts the optional parameters
505
+ # @return [String]
506
+ describe 'robots_txt_robots_txt_get test' do
507
+ it 'should work' do
508
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
509
+ end
510
+ end
511
+
512
+ # unit tests for settings_controlnet_settings_get
513
+ # Settings
514
+ # @param [Hash] opts the optional parameters
515
+ # @return [Object]
516
+ describe 'settings_controlnet_settings_get test' do
517
+ it 'should work' do
518
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
519
+ end
520
+ end
521
+
522
+ # unit tests for startup_events_startup_events_get
523
+ # Startup Events
524
+ # @param [Hash] opts the optional parameters
525
+ # @return [Object]
526
+ describe 'startup_events_startup_events_get test' do
527
+ it 'should work' do
528
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
529
+ end
530
+ end
531
+
532
+ # unit tests for static_resource_static_path_get
533
+ # Static Resource
534
+ # @param path
535
+ # @param [Hash] opts the optional parameters
536
+ # @return [Object]
537
+ describe 'static_resource_static_path_get test' do
538
+ it 'should work' do
539
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
540
+ end
541
+ end
542
+
543
+ # unit tests for theme_css_theme_css_get
544
+ # Theme Css
545
+ # @param [Hash] opts the optional parameters
546
+ # @return [String]
547
+ describe 'theme_css_theme_css_get test' do
548
+ it 'should work' do
549
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
550
+ end
551
+ end
552
+
553
+ # unit tests for upload_file_upload_post
554
+ # Upload File
555
+ # @param files
556
+ # @param [Hash] opts the optional parameters
557
+ # @return [Object]
558
+ describe 'upload_file_upload_post test' do
559
+ it 'should work' do
560
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
561
+ end
562
+ end
563
+
564
+ # unit tests for version_controlnet_version_get
565
+ # Version
566
+ # @param [Hash] opts the optional parameters
567
+ # @return [Object]
568
+ describe 'version_controlnet_version_get test' do
569
+ it 'should work' do
570
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
571
+ end
572
+ end
573
+
574
+ end