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.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -6
- data/README.md +5 -4
- data/lib/pokeapi_client/api/ability_api.rb +4 -2
- data/lib/pokeapi_client/api/berry_api.rb +4 -2
- data/lib/pokeapi_client/api/berry_firmness_api.rb +4 -2
- data/lib/pokeapi_client/api/berry_flavor_api.rb +4 -2
- data/lib/pokeapi_client/api/characteristic_api.rb +4 -2
- data/lib/pokeapi_client/api/contest_effect_api.rb +4 -2
- data/lib/pokeapi_client/api/contest_type_api.rb +4 -2
- data/lib/pokeapi_client/api/egg_group_api.rb +4 -2
- data/lib/pokeapi_client/api/encounter_condition_api.rb +4 -2
- data/lib/pokeapi_client/api/encounter_condition_value_api.rb +4 -2
- data/lib/pokeapi_client/api/encounter_method_api.rb +4 -2
- data/lib/pokeapi_client/api/evolution_chain_api.rb +4 -2
- data/lib/pokeapi_client/api/evolution_trigger_api.rb +4 -2
- data/lib/pokeapi_client/api/gender_api.rb +4 -2
- data/lib/pokeapi_client/api/generation_api.rb +4 -2
- data/lib/pokeapi_client/api/growth_rate_api.rb +4 -2
- data/lib/pokeapi_client/api/item_api.rb +4 -2
- data/lib/pokeapi_client/api/item_attribute_api.rb +4 -2
- data/lib/pokeapi_client/api/item_category_api.rb +4 -2
- data/lib/pokeapi_client/api/item_fling_effect_api.rb +4 -2
- data/lib/pokeapi_client/api/item_pocket_api.rb +4 -2
- data/lib/pokeapi_client/api/language_api.rb +4 -2
- data/lib/pokeapi_client/api/location_api.rb +4 -2
- data/lib/pokeapi_client/api/location_area_api.rb +4 -2
- data/lib/pokeapi_client/api/machine_api.rb +4 -2
- data/lib/pokeapi_client/api/move_ailment_api.rb +4 -2
- data/lib/pokeapi_client/api/move_api.rb +4 -2
- data/lib/pokeapi_client/api/move_battle_style_api.rb +4 -2
- data/lib/pokeapi_client/api/move_category_api.rb +4 -2
- data/lib/pokeapi_client/api/move_damage_class_api.rb +4 -2
- data/lib/pokeapi_client/api/move_learn_method_api.rb +4 -2
- data/lib/pokeapi_client/api/move_target_api.rb +4 -2
- data/lib/pokeapi_client/api/nature_api.rb +4 -2
- data/lib/pokeapi_client/api/pal_park_area_api.rb +4 -2
- data/lib/pokeapi_client/api/pokeathlon_stat_api.rb +4 -2
- data/lib/pokeapi_client/api/pokedex_api.rb +4 -2
- data/lib/pokeapi_client/api/pokemon_api.rb +4 -2
- data/lib/pokeapi_client/api/pokemon_color_api.rb +4 -2
- data/lib/pokeapi_client/api/pokemon_form_api.rb +4 -2
- data/lib/pokeapi_client/api/pokemon_habitat_api.rb +4 -2
- data/lib/pokeapi_client/api/pokemon_shape_api.rb +4 -2
- data/lib/pokeapi_client/api/pokemon_species_api.rb +4 -2
- data/lib/pokeapi_client/api/region_api.rb +4 -2
- data/lib/pokeapi_client/api/stat_api.rb +4 -2
- data/lib/pokeapi_client/api/super_contest_effect_api.rb +4 -2
- data/lib/pokeapi_client/api/type_api.rb +4 -2
- data/lib/pokeapi_client/api/version_api.rb +4 -2
- data/lib/pokeapi_client/api/version_group_api.rb +4 -2
- data/lib/pokeapi_client/api_client.rb +7 -3
- data/lib/pokeapi_client/api_error.rb +4 -2
- data/lib/pokeapi_client/configuration.rb +6 -3
- data/lib/pokeapi_client/version.rb +5 -3
- data/lib/pokeapi_client.rb +4 -2
- data/pokeapi_client.gemspec +4 -2
- data/spec/api/ability_api_spec.rb +4 -2
- data/spec/api/berry_api_spec.rb +4 -2
- data/spec/api/berry_firmness_api_spec.rb +4 -2
- data/spec/api/berry_flavor_api_spec.rb +4 -2
- data/spec/api/characteristic_api_spec.rb +4 -2
- data/spec/api/contest_effect_api_spec.rb +4 -2
- data/spec/api/contest_type_api_spec.rb +4 -2
- data/spec/api/egg_group_api_spec.rb +4 -2
- data/spec/api/encounter_condition_api_spec.rb +4 -2
- data/spec/api/encounter_condition_value_api_spec.rb +4 -2
- data/spec/api/encounter_method_api_spec.rb +4 -2
- data/spec/api/evolution_chain_api_spec.rb +4 -2
- data/spec/api/evolution_trigger_api_spec.rb +4 -2
- data/spec/api/gender_api_spec.rb +4 -2
- data/spec/api/generation_api_spec.rb +4 -2
- data/spec/api/growth_rate_api_spec.rb +4 -2
- data/spec/api/item_api_spec.rb +4 -2
- data/spec/api/item_attribute_api_spec.rb +4 -2
- data/spec/api/item_category_api_spec.rb +4 -2
- data/spec/api/item_fling_effect_api_spec.rb +4 -2
- data/spec/api/item_pocket_api_spec.rb +4 -2
- data/spec/api/language_api_spec.rb +4 -2
- data/spec/api/location_api_spec.rb +4 -2
- data/spec/api/location_area_api_spec.rb +4 -2
- data/spec/api/machine_api_spec.rb +4 -2
- data/spec/api/move_ailment_api_spec.rb +4 -2
- data/spec/api/move_api_spec.rb +4 -2
- data/spec/api/move_battle_style_api_spec.rb +4 -2
- data/spec/api/move_category_api_spec.rb +4 -2
- data/spec/api/move_damage_class_api_spec.rb +4 -2
- data/spec/api/move_learn_method_api_spec.rb +4 -2
- data/spec/api/move_target_api_spec.rb +4 -2
- data/spec/api/nature_api_spec.rb +4 -2
- data/spec/api/pal_park_area_api_spec.rb +4 -2
- data/spec/api/pokeathlon_stat_api_spec.rb +4 -2
- data/spec/api/pokedex_api_spec.rb +4 -2
- data/spec/api/pokemon_api_spec.rb +4 -2
- data/spec/api/pokemon_color_api_spec.rb +4 -2
- data/spec/api/pokemon_form_api_spec.rb +4 -2
- data/spec/api/pokemon_habitat_api_spec.rb +4 -2
- data/spec/api/pokemon_shape_api_spec.rb +4 -2
- data/spec/api/pokemon_species_api_spec.rb +4 -2
- data/spec/api/region_api_spec.rb +4 -2
- data/spec/api/stat_api_spec.rb +4 -2
- data/spec/api/super_contest_effect_api_spec.rb +4 -2
- data/spec/api/type_api_spec.rb +4 -2
- data/spec/api/version_api_spec.rb +4 -2
- data/spec/api/version_group_api_spec.rb +4 -2
- data/spec/api_client_spec.rb +4 -2
- data/spec/configuration_spec.rb +4 -2
- data/spec/spec_helper.rb +4 -2
- 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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
9
|
+
OpenAPI Generator version: 6.1.0-SNAPSHOT
|
8
10
|
|
9
11
|
=end
|
10
12
|
|
11
13
|
module PokeApiClient
|
12
|
-
VERSION = '0.
|
14
|
+
VERSION = '0.10.0'
|
13
15
|
end
|
data/lib/pokeapi_client.rb
CHANGED
@@ -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:
|
9
|
+
OpenAPI Generator version: 6.1.0-SNAPSHOT
|
8
10
|
|
9
11
|
=end
|
10
12
|
|
data/pokeapi_client.gemspec
CHANGED
@@ -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:
|
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:
|
9
|
+
OpenAPI Generator version: 6.1.0-SNAPSHOT
|
8
10
|
|
9
11
|
=end
|
10
12
|
|
data/spec/api/berry_api_spec.rb
CHANGED
@@ -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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
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:
|
9
|
+
OpenAPI Generator version: 6.1.0-SNAPSHOT
|
8
10
|
|
9
11
|
=end
|
10
12
|
|
data/spec/api/gender_api_spec.rb
CHANGED
@@ -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:
|
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:
|
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:
|
9
|
+
OpenAPI Generator version: 6.1.0-SNAPSHOT
|
8
10
|
|
9
11
|
=end
|
10
12
|
|
data/spec/api/item_api_spec.rb
CHANGED
@@ -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:
|
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:
|
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:
|
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:
|
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:
|
9
|
+
OpenAPI Generator version: 6.1.0-SNAPSHOT
|
8
10
|
|
9
11
|
=end
|
10
12
|
|