pokeapi_client 0.9.1 → 0.10.0

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 (109) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/README.md +5 -4
  4. data/lib/pokeapi_client/api/ability_api.rb +4 -2
  5. data/lib/pokeapi_client/api/berry_api.rb +4 -2
  6. data/lib/pokeapi_client/api/berry_firmness_api.rb +4 -2
  7. data/lib/pokeapi_client/api/berry_flavor_api.rb +4 -2
  8. data/lib/pokeapi_client/api/characteristic_api.rb +4 -2
  9. data/lib/pokeapi_client/api/contest_effect_api.rb +4 -2
  10. data/lib/pokeapi_client/api/contest_type_api.rb +4 -2
  11. data/lib/pokeapi_client/api/egg_group_api.rb +4 -2
  12. data/lib/pokeapi_client/api/encounter_condition_api.rb +4 -2
  13. data/lib/pokeapi_client/api/encounter_condition_value_api.rb +4 -2
  14. data/lib/pokeapi_client/api/encounter_method_api.rb +4 -2
  15. data/lib/pokeapi_client/api/evolution_chain_api.rb +4 -2
  16. data/lib/pokeapi_client/api/evolution_trigger_api.rb +4 -2
  17. data/lib/pokeapi_client/api/gender_api.rb +4 -2
  18. data/lib/pokeapi_client/api/generation_api.rb +4 -2
  19. data/lib/pokeapi_client/api/growth_rate_api.rb +4 -2
  20. data/lib/pokeapi_client/api/item_api.rb +4 -2
  21. data/lib/pokeapi_client/api/item_attribute_api.rb +4 -2
  22. data/lib/pokeapi_client/api/item_category_api.rb +4 -2
  23. data/lib/pokeapi_client/api/item_fling_effect_api.rb +4 -2
  24. data/lib/pokeapi_client/api/item_pocket_api.rb +4 -2
  25. data/lib/pokeapi_client/api/language_api.rb +4 -2
  26. data/lib/pokeapi_client/api/location_api.rb +4 -2
  27. data/lib/pokeapi_client/api/location_area_api.rb +4 -2
  28. data/lib/pokeapi_client/api/machine_api.rb +4 -2
  29. data/lib/pokeapi_client/api/move_ailment_api.rb +4 -2
  30. data/lib/pokeapi_client/api/move_api.rb +4 -2
  31. data/lib/pokeapi_client/api/move_battle_style_api.rb +4 -2
  32. data/lib/pokeapi_client/api/move_category_api.rb +4 -2
  33. data/lib/pokeapi_client/api/move_damage_class_api.rb +4 -2
  34. data/lib/pokeapi_client/api/move_learn_method_api.rb +4 -2
  35. data/lib/pokeapi_client/api/move_target_api.rb +4 -2
  36. data/lib/pokeapi_client/api/nature_api.rb +4 -2
  37. data/lib/pokeapi_client/api/pal_park_area_api.rb +4 -2
  38. data/lib/pokeapi_client/api/pokeathlon_stat_api.rb +4 -2
  39. data/lib/pokeapi_client/api/pokedex_api.rb +4 -2
  40. data/lib/pokeapi_client/api/pokemon_api.rb +4 -2
  41. data/lib/pokeapi_client/api/pokemon_color_api.rb +4 -2
  42. data/lib/pokeapi_client/api/pokemon_form_api.rb +4 -2
  43. data/lib/pokeapi_client/api/pokemon_habitat_api.rb +4 -2
  44. data/lib/pokeapi_client/api/pokemon_shape_api.rb +4 -2
  45. data/lib/pokeapi_client/api/pokemon_species_api.rb +4 -2
  46. data/lib/pokeapi_client/api/region_api.rb +4 -2
  47. data/lib/pokeapi_client/api/stat_api.rb +4 -2
  48. data/lib/pokeapi_client/api/super_contest_effect_api.rb +4 -2
  49. data/lib/pokeapi_client/api/type_api.rb +4 -2
  50. data/lib/pokeapi_client/api/version_api.rb +4 -2
  51. data/lib/pokeapi_client/api/version_group_api.rb +4 -2
  52. data/lib/pokeapi_client/api_client.rb +7 -3
  53. data/lib/pokeapi_client/api_error.rb +4 -2
  54. data/lib/pokeapi_client/configuration.rb +6 -3
  55. data/lib/pokeapi_client/version.rb +5 -3
  56. data/lib/pokeapi_client.rb +4 -2
  57. data/pokeapi_client.gemspec +4 -2
  58. data/spec/api/ability_api_spec.rb +4 -2
  59. data/spec/api/berry_api_spec.rb +4 -2
  60. data/spec/api/berry_firmness_api_spec.rb +4 -2
  61. data/spec/api/berry_flavor_api_spec.rb +4 -2
  62. data/spec/api/characteristic_api_spec.rb +4 -2
  63. data/spec/api/contest_effect_api_spec.rb +4 -2
  64. data/spec/api/contest_type_api_spec.rb +4 -2
  65. data/spec/api/egg_group_api_spec.rb +4 -2
  66. data/spec/api/encounter_condition_api_spec.rb +4 -2
  67. data/spec/api/encounter_condition_value_api_spec.rb +4 -2
  68. data/spec/api/encounter_method_api_spec.rb +4 -2
  69. data/spec/api/evolution_chain_api_spec.rb +4 -2
  70. data/spec/api/evolution_trigger_api_spec.rb +4 -2
  71. data/spec/api/gender_api_spec.rb +4 -2
  72. data/spec/api/generation_api_spec.rb +4 -2
  73. data/spec/api/growth_rate_api_spec.rb +4 -2
  74. data/spec/api/item_api_spec.rb +4 -2
  75. data/spec/api/item_attribute_api_spec.rb +4 -2
  76. data/spec/api/item_category_api_spec.rb +4 -2
  77. data/spec/api/item_fling_effect_api_spec.rb +4 -2
  78. data/spec/api/item_pocket_api_spec.rb +4 -2
  79. data/spec/api/language_api_spec.rb +4 -2
  80. data/spec/api/location_api_spec.rb +4 -2
  81. data/spec/api/location_area_api_spec.rb +4 -2
  82. data/spec/api/machine_api_spec.rb +4 -2
  83. data/spec/api/move_ailment_api_spec.rb +4 -2
  84. data/spec/api/move_api_spec.rb +4 -2
  85. data/spec/api/move_battle_style_api_spec.rb +4 -2
  86. data/spec/api/move_category_api_spec.rb +4 -2
  87. data/spec/api/move_damage_class_api_spec.rb +4 -2
  88. data/spec/api/move_learn_method_api_spec.rb +4 -2
  89. data/spec/api/move_target_api_spec.rb +4 -2
  90. data/spec/api/nature_api_spec.rb +4 -2
  91. data/spec/api/pal_park_area_api_spec.rb +4 -2
  92. data/spec/api/pokeathlon_stat_api_spec.rb +4 -2
  93. data/spec/api/pokedex_api_spec.rb +4 -2
  94. data/spec/api/pokemon_api_spec.rb +4 -2
  95. data/spec/api/pokemon_color_api_spec.rb +4 -2
  96. data/spec/api/pokemon_form_api_spec.rb +4 -2
  97. data/spec/api/pokemon_habitat_api_spec.rb +4 -2
  98. data/spec/api/pokemon_shape_api_spec.rb +4 -2
  99. data/spec/api/pokemon_species_api_spec.rb +4 -2
  100. data/spec/api/region_api_spec.rb +4 -2
  101. data/spec/api/stat_api_spec.rb +4 -2
  102. data/spec/api/super_contest_effect_api_spec.rb +4 -2
  103. data/spec/api/type_api_spec.rb +4 -2
  104. data/spec/api/version_api_spec.rb +4 -2
  105. data/spec/api/version_group_api_spec.rb +4 -2
  106. data/spec/api_client_spec.rb +4 -2
  107. data/spec/configuration_spec.rb +4 -2
  108. data/spec/spec_helper.rb +4 -2
  109. metadata +41 -41
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -91,6 +93,7 @@ module PokeApiClient
91
93
  header_params = @default_headers.merge(opts[:header_params] || {})
92
94
  query_params = opts[:query_params] || {}
93
95
  form_params = opts[:form_params] || {}
96
+ follow_location = opts[:follow_location] || true
94
97
 
95
98
 
96
99
  # set ssl_verifyhosts option based on @config.verify_ssl_host (true/false)
@@ -106,7 +109,8 @@ module PokeApiClient
106
109
  :ssl_verifyhost => _verify_ssl_host,
107
110
  :sslcert => @config.cert_file,
108
111
  :sslkey => @config.key_file,
109
- :verbose => @config.debugging
112
+ :verbose => @config.debugging,
113
+ :followlocation => follow_location
110
114
  }
111
115
 
112
116
  # set custom cert, if provided
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -131,6 +133,7 @@ module PokeApiClient
131
133
  # https://github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96
132
134
  attr_accessor :params_encoding
133
135
 
136
+
134
137
  attr_accessor :inject_format
135
138
 
136
139
  attr_accessor :force_ending_format
@@ -148,10 +151,10 @@ module PokeApiClient
148
151
  @client_side_validation = true
149
152
  @verify_ssl = true
150
153
  @verify_ssl_host = true
151
- @params_encoding = nil
152
154
  @cert_file = nil
153
155
  @key_file = nil
154
156
  @timeout = 0
157
+ @params_encoding = nil
155
158
  @debugging = false
156
159
  @inject_format = false
157
160
  @force_ending_format = false
@@ -1,13 +1,15 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
11
13
  module PokeApiClient
12
- VERSION = '0.9.1'
14
+ VERSION = '0.10.0'
13
15
  end
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,12 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  =begin
4
+ #
5
+
4
6
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
7
 
6
8
  The version of the OpenAPI document: 20220523
7
-
9
+ Contact: blah@cliffano.com
8
10
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 5.4.0
11
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
10
12
 
11
13
  =end
12
14
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12
 
@@ -1,10 +1,12 @@
1
1
  =begin
2
+ #
3
+
2
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
3
5
 
4
6
  The version of the OpenAPI document: 20220523
5
-
7
+ Contact: blah@cliffano.com
6
8
  Generated by: https://openapi-generator.tech
7
- OpenAPI Generator version: 5.4.0
9
+ OpenAPI Generator version: 6.1.0-SNAPSHOT
8
10
 
9
11
  =end
10
12