swagger_aem 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +6 -5
  4. data/docs/SlingApi.md +73 -0
  5. data/lib/swagger_aem.rb +1 -1
  6. data/lib/swagger_aem/api/console_api.rb +1 -1
  7. data/lib/swagger_aem/api/cq_api.rb +1 -1
  8. data/lib/swagger_aem/api/crx_api.rb +1 -1
  9. data/lib/swagger_aem/api/custom_api.rb +1 -1
  10. data/lib/swagger_aem/api/sling_api.rb +83 -1
  11. data/lib/swagger_aem/api_client.rb +1 -1
  12. data/lib/swagger_aem/api_error.rb +1 -1
  13. data/lib/swagger_aem/configuration.rb +1 -1
  14. data/lib/swagger_aem/models/install_status.rb +1 -1
  15. data/lib/swagger_aem/models/install_status_status.rb +1 -1
  16. data/lib/swagger_aem/models/keystore_chain_items.rb +1 -1
  17. data/lib/swagger_aem/models/keystore_info.rb +1 -1
  18. data/lib/swagger_aem/models/keystore_items.rb +1 -1
  19. data/lib/swagger_aem/models/saml_configuration_info.rb +1 -1
  20. data/lib/swagger_aem/models/saml_configuration_properties.rb +1 -1
  21. data/lib/swagger_aem/models/saml_configuration_property_items_array.rb +1 -1
  22. data/lib/swagger_aem/models/saml_configuration_property_items_boolean.rb +1 -1
  23. data/lib/swagger_aem/models/saml_configuration_property_items_long.rb +1 -1
  24. data/lib/swagger_aem/models/saml_configuration_property_items_string.rb +1 -1
  25. data/lib/swagger_aem/models/truststore_info.rb +1 -1
  26. data/lib/swagger_aem/models/truststore_items.rb +1 -1
  27. data/lib/swagger_aem/version.rb +2 -2
  28. data/spec/api/console_api_spec.rb +1 -1
  29. data/spec/api/cq_api_spec.rb +1 -1
  30. data/spec/api/crx_api_spec.rb +1 -1
  31. data/spec/api/custom_api_spec.rb +1 -1
  32. data/spec/api/sling_api_spec.rb +24 -1
  33. data/spec/api_client_spec.rb +1 -1
  34. data/spec/configuration_spec.rb +1 -1
  35. data/spec/models/install_status_spec.rb +1 -1
  36. data/spec/models/install_status_status_spec.rb +1 -1
  37. data/spec/models/keystore_chain_items_spec.rb +1 -1
  38. data/spec/models/keystore_info_spec.rb +1 -1
  39. data/spec/models/keystore_items_spec.rb +1 -1
  40. data/spec/models/saml_configuration_info_spec.rb +1 -1
  41. data/spec/models/saml_configuration_properties_spec.rb +1 -1
  42. data/spec/models/saml_configuration_property_items_array_spec.rb +1 -1
  43. data/spec/models/saml_configuration_property_items_boolean_spec.rb +1 -1
  44. data/spec/models/saml_configuration_property_items_long_spec.rb +1 -1
  45. data/spec/models/saml_configuration_property_items_string_spec.rb +1 -1
  46. data/spec/models/truststore_info_spec.rb +1 -1
  47. data/spec/models/truststore_items_spec.rb +1 -1
  48. data/spec/spec_helper.rb +1 -1
  49. data/swagger_aem.gemspec +1 -1
  50. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3ad188794dcfff907b25e2edac9aaf66af6afc2a
4
- data.tar.gz: 504e6dfd419237fd7e51bba20769b144a8e151e1
3
+ metadata.gz: 6f384d9cc10484a928cdd0f3aea26857275e5788
4
+ data.tar.gz: 24378d369e5760726afc9b352c368a72ff27651e
5
5
  SHA512:
6
- metadata.gz: f2a6336ab235ea3258944edad9475ef7d50a3132402ae0e4b128a5495b7ff44ef21f37b93843662aaf92bec9fa63ce4c9f0ebbbf7848026c0757d8496ef8c991
7
- data.tar.gz: 4b55d2b75663b1795a06112446abdafbb4ff7bffb0f48c359709a0cace7bec39aa5a682c60388f546c5c5555d232a34bb0c06edd401f626a3035be5e418b8d0d
6
+ metadata.gz: 7d2d86f3f51c3023e8c8d0ceaac763a23fba83c87c64fe85fba2276865762e90cf34be04ee5701672ee400c5a35713832f340c320b1e761dcd2fb6735be85f60
7
+ data.tar.gz: c04bd918d31fdf0ba26dfcc1ff3f5b36eceefb6379e969b79fc6a80188d8c9a30a237b386ce4c0bd1a5244235a73ac1e87d47a14f8b7dd31cd94426ce4f3cecb
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- swagger_aem (2.3.0)
4
+ swagger_aem (2.4.0)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- ZenTest (4.11.1)
11
+ ZenTest (4.11.2)
12
12
  addressable (2.5.2)
13
13
  public_suffix (>= 2.0.2, < 4.0)
14
14
  autotest (4.4.6)
@@ -22,8 +22,8 @@ GEM
22
22
  diff-lcs (1.3)
23
23
  ethon (0.11.0)
24
24
  ffi (>= 1.3.0)
25
- ffi (1.9.25)
26
- hashdiff (0.3.7)
25
+ ffi (1.10.0)
26
+ hashdiff (0.3.8)
27
27
  json (2.1.0)
28
28
  public_suffix (3.0.3)
29
29
  rake (12.0.0)
data/README.md CHANGED
@@ -6,8 +6,8 @@ Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
6
6
 
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
- - API version: 2.2.0
10
- - Package version: 2.3.0
9
+ - API version: 2.3.0
10
+ - Package version: 2.4.0
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://shinesolutions.com](http://shinesolutions.com)
13
13
 
@@ -24,15 +24,15 @@ gem build swagger_aem.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./swagger_aem-2.3.0.gem
27
+ gem install ./swagger_aem-2.4.0.gem
28
28
  ```
29
- (for development, run `gem install --dev ./swagger_aem-2.3.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./swagger_aem-2.4.0.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'swagger_aem', '~> 2.3.0'
35
+ gem 'swagger_aem', '~> 2.4.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -111,6 +111,7 @@ Class | Method | HTTP request | Description
111
111
  *SwaggerAemClient::SlingApi* | [**post_authorizables**](docs/SlingApi.md#post_authorizables) | **POST** /libs/granite/security/post/authorizables |
112
112
  *SwaggerAemClient::SlingApi* | [**post_config_adobe_granite_saml_authentication_handler**](docs/SlingApi.md#post_config_adobe_granite_saml_authentication_handler) | **POST** /apps/system/config/com.adobe.granite.auth.saml.SamlAuthenticationHandler.config |
113
113
  *SwaggerAemClient::SlingApi* | [**post_config_apache_felix_jetty_based_http_service**](docs/SlingApi.md#post_config_apache_felix_jetty_based_http_service) | **POST** /apps/system/config/org.apache.felix.http |
114
+ *SwaggerAemClient::SlingApi* | [**post_config_apache_http_components_proxy_configuration**](docs/SlingApi.md#post_config_apache_http_components_proxy_configuration) | **POST** /apps/system/config/org.apache.http.proxyconfigurator.config |
114
115
  *SwaggerAemClient::SlingApi* | [**post_config_apache_sling_dav_ex_servlet**](docs/SlingApi.md#post_config_apache_sling_dav_ex_servlet) | **POST** /apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet |
115
116
  *SwaggerAemClient::SlingApi* | [**post_config_apache_sling_get_servlet**](docs/SlingApi.md#post_config_apache_sling_get_servlet) | **POST** /apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet |
116
117
  *SwaggerAemClient::SlingApi* | [**post_config_apache_sling_referrer_filter**](docs/SlingApi.md#post_config_apache_sling_referrer_filter) | **POST** /apps/system/config/org.apache.sling.security.impl.ReferrerFilter |
data/docs/SlingApi.md CHANGED
@@ -21,6 +21,7 @@ Method | HTTP request | Description
21
21
  [**post_authorizables**](SlingApi.md#post_authorizables) | **POST** /libs/granite/security/post/authorizables |
22
22
  [**post_config_adobe_granite_saml_authentication_handler**](SlingApi.md#post_config_adobe_granite_saml_authentication_handler) | **POST** /apps/system/config/com.adobe.granite.auth.saml.SamlAuthenticationHandler.config |
23
23
  [**post_config_apache_felix_jetty_based_http_service**](SlingApi.md#post_config_apache_felix_jetty_based_http_service) | **POST** /apps/system/config/org.apache.felix.http |
24
+ [**post_config_apache_http_components_proxy_configuration**](SlingApi.md#post_config_apache_http_components_proxy_configuration) | **POST** /apps/system/config/org.apache.http.proxyconfigurator.config |
24
25
  [**post_config_apache_sling_dav_ex_servlet**](SlingApi.md#post_config_apache_sling_dav_ex_servlet) | **POST** /apps/system/config/org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet |
25
26
  [**post_config_apache_sling_get_servlet**](SlingApi.md#post_config_apache_sling_get_servlet) | **POST** /apps/system/config/org.apache.sling.servlets.get.DefaultGetServlet |
26
27
  [**post_config_apache_sling_referrer_filter**](SlingApi.md#post_config_apache_sling_referrer_filter) | **POST** /apps/system/config/org.apache.sling.security.impl.ReferrerFilter |
@@ -1184,6 +1185,78 @@ nil (empty response body)
1184
1185
 
1185
1186
 
1186
1187
 
1188
+ # **post_config_apache_http_components_proxy_configuration**
1189
+ > post_config_apache_http_components_proxy_configuration(opts)
1190
+
1191
+
1192
+
1193
+ ### Example
1194
+ ```ruby
1195
+ # load the gem
1196
+ require 'swagger_aem'
1197
+ # setup authorization
1198
+ SwaggerAemClient.configure do |config|
1199
+ # Configure HTTP basic authorization: aemAuth
1200
+ config.username = 'YOUR USERNAME'
1201
+ config.password = 'YOUR PASSWORD'
1202
+ end
1203
+
1204
+ api_instance = SwaggerAemClient::SlingApi.new
1205
+
1206
+ opts = {
1207
+ proxy_host: "proxy_host_example", # String |
1208
+ proxy_host_type_hint: "proxy_host_type_hint_example", # String |
1209
+ proxy_port: 56, # Integer |
1210
+ proxy_port_type_hint: "proxy_port_type_hint_example", # String |
1211
+ proxy_exceptions: ["proxy_exceptions_example"], # Array<String> |
1212
+ proxy_exceptions_type_hint: "proxy_exceptions_type_hint_example", # String |
1213
+ proxy_enabled: true, # BOOLEAN |
1214
+ proxy_enabled_type_hint: "proxy_enabled_type_hint_example", # String |
1215
+ proxy_user: "proxy_user_example", # String |
1216
+ proxy_user_type_hint: "proxy_user_type_hint_example", # String |
1217
+ proxy_password: "proxy_password_example", # String |
1218
+ proxy_password_type_hint: "proxy_password_type_hint_example" # String |
1219
+ }
1220
+
1221
+ begin
1222
+ api_instance.post_config_apache_http_components_proxy_configuration(opts)
1223
+ rescue SwaggerAemClient::ApiError => e
1224
+ puts "Exception when calling SlingApi->post_config_apache_http_components_proxy_configuration: #{e}"
1225
+ end
1226
+ ```
1227
+
1228
+ ### Parameters
1229
+
1230
+ Name | Type | Description | Notes
1231
+ ------------- | ------------- | ------------- | -------------
1232
+ **proxy_host** | **String**| | [optional]
1233
+ **proxy_host_type_hint** | **String**| | [optional]
1234
+ **proxy_port** | **Integer**| | [optional]
1235
+ **proxy_port_type_hint** | **String**| | [optional]
1236
+ **proxy_exceptions** | [**Array&lt;String&gt;**](String.md)| | [optional]
1237
+ **proxy_exceptions_type_hint** | **String**| | [optional]
1238
+ **proxy_enabled** | **BOOLEAN**| | [optional]
1239
+ **proxy_enabled_type_hint** | **String**| | [optional]
1240
+ **proxy_user** | **String**| | [optional]
1241
+ **proxy_user_type_hint** | **String**| | [optional]
1242
+ **proxy_password** | **String**| | [optional]
1243
+ **proxy_password_type_hint** | **String**| | [optional]
1244
+
1245
+ ### Return type
1246
+
1247
+ nil (empty response body)
1248
+
1249
+ ### Authorization
1250
+
1251
+ [aemAuth](../README.md#aemAuth)
1252
+
1253
+ ### HTTP request headers
1254
+
1255
+ - **Content-Type**: Not defined
1256
+ - **Accept**: text/plain
1257
+
1258
+
1259
+
1187
1260
  # **post_config_apache_sling_dav_ex_servlet**
1188
1261
  > post_config_apache_sling_dav_ex_servlet(opts)
1189
1262
 
data/lib/swagger_aem.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -1396,6 +1396,88 @@ module SwaggerAemClient
1396
1396
  return data, status_code, headers
1397
1397
  end
1398
1398
 
1399
+ #
1400
+ #
1401
+ # @param [Hash] opts the optional parameters
1402
+ # @option opts [String] :proxy_host
1403
+ # @option opts [String] :proxy_host_type_hint
1404
+ # @option opts [Integer] :proxy_port
1405
+ # @option opts [String] :proxy_port_type_hint
1406
+ # @option opts [Array<String>] :proxy_exceptions
1407
+ # @option opts [String] :proxy_exceptions_type_hint
1408
+ # @option opts [BOOLEAN] :proxy_enabled
1409
+ # @option opts [String] :proxy_enabled_type_hint
1410
+ # @option opts [String] :proxy_user
1411
+ # @option opts [String] :proxy_user_type_hint
1412
+ # @option opts [String] :proxy_password
1413
+ # @option opts [String] :proxy_password_type_hint
1414
+ # @return [nil]
1415
+ def post_config_apache_http_components_proxy_configuration(opts = {})
1416
+ post_config_apache_http_components_proxy_configuration_with_http_info(opts)
1417
+ return nil
1418
+ end
1419
+
1420
+ #
1421
+ #
1422
+ # @param [Hash] opts the optional parameters
1423
+ # @option opts [String] :proxy_host
1424
+ # @option opts [String] :proxy_host_type_hint
1425
+ # @option opts [Integer] :proxy_port
1426
+ # @option opts [String] :proxy_port_type_hint
1427
+ # @option opts [Array<String>] :proxy_exceptions
1428
+ # @option opts [String] :proxy_exceptions_type_hint
1429
+ # @option opts [BOOLEAN] :proxy_enabled
1430
+ # @option opts [String] :proxy_enabled_type_hint
1431
+ # @option opts [String] :proxy_user
1432
+ # @option opts [String] :proxy_user_type_hint
1433
+ # @option opts [String] :proxy_password
1434
+ # @option opts [String] :proxy_password_type_hint
1435
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
1436
+ def post_config_apache_http_components_proxy_configuration_with_http_info(opts = {})
1437
+ if @api_client.config.debugging
1438
+ @api_client.config.logger.debug "Calling API: SlingApi.post_config_apache_http_components_proxy_configuration ..."
1439
+ end
1440
+ # resource path
1441
+ local_var_path = "/apps/system/config/org.apache.http.proxyconfigurator.config"
1442
+
1443
+ # query parameters
1444
+ query_params = {}
1445
+ query_params[:'proxy.host'] = opts[:'proxy_host'] if !opts[:'proxy_host'].nil?
1446
+ query_params[:'proxy.host@TypeHint'] = opts[:'proxy_host_type_hint'] if !opts[:'proxy_host_type_hint'].nil?
1447
+ query_params[:'proxy.port'] = opts[:'proxy_port'] if !opts[:'proxy_port'].nil?
1448
+ query_params[:'proxy.port@TypeHint'] = opts[:'proxy_port_type_hint'] if !opts[:'proxy_port_type_hint'].nil?
1449
+ query_params[:'proxy.exceptions'] = @api_client.build_collection_param(opts[:'proxy_exceptions'], :multi) if !opts[:'proxy_exceptions'].nil?
1450
+ query_params[:'proxy.exceptions@TypeHint'] = opts[:'proxy_exceptions_type_hint'] if !opts[:'proxy_exceptions_type_hint'].nil?
1451
+ query_params[:'proxy.enabled'] = opts[:'proxy_enabled'] if !opts[:'proxy_enabled'].nil?
1452
+ query_params[:'proxy.enabled@TypeHint'] = opts[:'proxy_enabled_type_hint'] if !opts[:'proxy_enabled_type_hint'].nil?
1453
+ query_params[:'proxy.user'] = opts[:'proxy_user'] if !opts[:'proxy_user'].nil?
1454
+ query_params[:'proxy.user@TypeHint'] = opts[:'proxy_user_type_hint'] if !opts[:'proxy_user_type_hint'].nil?
1455
+ query_params[:'proxy.password'] = opts[:'proxy_password'] if !opts[:'proxy_password'].nil?
1456
+ query_params[:'proxy.password@TypeHint'] = opts[:'proxy_password_type_hint'] if !opts[:'proxy_password_type_hint'].nil?
1457
+
1458
+ # header parameters
1459
+ header_params = {}
1460
+ # HTTP header 'Accept' (if needed)
1461
+ header_params['Accept'] = @api_client.select_header_accept(['text/plain'])
1462
+
1463
+ # form parameters
1464
+ form_params = {}
1465
+
1466
+ # http body (model)
1467
+ post_body = nil
1468
+ auth_names = ['aemAuth']
1469
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1470
+ :header_params => header_params,
1471
+ :query_params => query_params,
1472
+ :form_params => form_params,
1473
+ :body => post_body,
1474
+ :auth_names => auth_names)
1475
+ if @api_client.config.debugging
1476
+ @api_client.config.logger.debug "API called: SlingApi#post_config_apache_http_components_proxy_configuration\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1477
+ end
1478
+ return data, status_code, headers
1479
+ end
1480
+
1399
1481
  #
1400
1482
  #
1401
1483
  # @param [Hash] opts the optional parameters
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.3.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module SwaggerAemClient
14
- VERSION = "2.3.0"
14
+ VERSION = "2.4.0"
15
15
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -382,6 +382,29 @@ describe 'SlingApi' do
382
382
  end
383
383
  end
384
384
 
385
+ # unit tests for post_config_apache_http_components_proxy_configuration
386
+ #
387
+ #
388
+ # @param [Hash] opts the optional parameters
389
+ # @option opts [String] :proxy_host
390
+ # @option opts [String] :proxy_host_type_hint
391
+ # @option opts [Integer] :proxy_port
392
+ # @option opts [String] :proxy_port_type_hint
393
+ # @option opts [Array<String>] :proxy_exceptions
394
+ # @option opts [String] :proxy_exceptions_type_hint
395
+ # @option opts [BOOLEAN] :proxy_enabled
396
+ # @option opts [String] :proxy_enabled_type_hint
397
+ # @option opts [String] :proxy_user
398
+ # @option opts [String] :proxy_user_type_hint
399
+ # @option opts [String] :proxy_password
400
+ # @option opts [String] :proxy_password_type_hint
401
+ # @return [nil]
402
+ describe 'post_config_apache_http_components_proxy_configuration test' do
403
+ it "should work" do
404
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
405
+ end
406
+ end
407
+
385
408
  # unit tests for post_config_apache_sling_dav_ex_servlet
386
409
  #
387
410
  #
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
data/spec/spec_helper.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
5
5
 
6
- OpenAPI spec version: 2.2.0
6
+ OpenAPI spec version: 2.3.0
7
7
  Contact: opensource@shinesolutions.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
data/swagger_aem.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Swagger AEM is an OpenAPI specification for Adobe Experience Manager (AEM) API
7
7
 
8
- OpenAPI spec version: 2.2.0
8
+ OpenAPI spec version: 2.3.0
9
9
  Contact: opensource@shinesolutions.com
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  Swagger Codegen version: 2.3.0-SNAPSHOT
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swagger_aem
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shine Solutions
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-13 00:00:00.000000000 Z
11
+ date: 2019-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus