autosde_openapi_client 1.0.1 → 1.0.2
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/README.md +8 -8
- data/{openapi_client.gemspec → autosde_openapi_client.gemspec} +1 -1
- data/docs/AbstractCapabilityApi.md +4 -4
- data/docs/AccountApi.md +5 -5
- data/docs/AddressApi.md +4 -4
- data/docs/AuthenticationApi.md +1 -1
- data/docs/AutoSDEProjectApi.md +4 -4
- data/docs/AutoSDERoleApi.md +4 -4
- data/docs/CapabilityTranslationApi.md +4 -4
- data/docs/HostApi.md +4 -4
- data/docs/HostVolumeConnectionApi.md +4 -4
- data/docs/JobApi.md +2 -2
- data/docs/NativeCapabilityApi.md +4 -4
- data/docs/ProfileApi.md +4 -4
- data/docs/ProvisioningStrategyApi.md +4 -4
- data/docs/ServiceApi.md +5 -5
- data/docs/ServiceResourceAttachmentApi.md +4 -4
- data/docs/SnapshotApi.md +4 -4
- data/docs/StorageHostApi.md +5 -5
- data/docs/StorageHostVolumeMappingApi.md +4 -4
- data/docs/StorageResourceApi.md +5 -5
- data/docs/StorageSystemApi.md +4 -4
- data/docs/SystemTypeApi.md +4 -4
- data/docs/VolumeApi.md +5 -5
- data/docs/VolumeSafeDeleteApi.md +4 -4
- data/lib/autosde_openapi_client.rb +108 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/abstract_capability_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/account_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/address_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/authentication_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/auto_sde_project_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/auto_sde_role_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/capability_translation_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/host_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/host_volume_connection_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/job_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/native_capability_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/profile_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/provisioning_strategy_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/service_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/service_resource_attachment_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/snapshot_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/storage_host_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/storage_host_volume_mapping_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/storage_resource_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/storage_system_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/system_type_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/volume_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api/volume_safe_delete_api.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api_client.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/api_error.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/configuration.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/abstract_capability.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/account.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/account_post_request.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/account_post_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/address.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/address_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/auth_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/authentication.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/auto_sde_project.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/auto_sde_role.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/capability_translation.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/capability_translation_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/host.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/host_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/host_volume_connection.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/host_volume_connection_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/job.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/job_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/native_capability.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/profile.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/provisioning_strategy.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/service.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/service_abstract_capability_value.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/service_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/service_resource_attachment.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/snapshot.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/snapshot_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_update.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_volume_mapping.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_host_volume_mapping_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_resource_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_system.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/storage_system_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/system_type.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/system_type_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_response.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_safe_delete.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_safe_delete_create.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/models/volume_update.rb +0 -0
- data/lib/{openapi_client → autosde_openapi_client}/version.rb +1 -1
- data/spec/api/abstract_capability_api_spec.rb +1 -1
- data/spec/api/account_api_spec.rb +2 -2
- data/spec/api/address_api_spec.rb +1 -1
- data/spec/api/auto_sde_project_api_spec.rb +1 -1
- data/spec/api/auto_sde_role_api_spec.rb +1 -1
- data/spec/api/capability_translation_api_spec.rb +1 -1
- data/spec/api/host_api_spec.rb +1 -1
- data/spec/api/host_volume_connection_api_spec.rb +1 -1
- data/spec/api/job_api_spec.rb +1 -1
- data/spec/api/native_capability_api_spec.rb +1 -1
- data/spec/api/profile_api_spec.rb +1 -1
- data/spec/api/provisioning_strategy_api_spec.rb +1 -1
- data/spec/api/service_api_spec.rb +2 -2
- data/spec/api/service_resource_attachment_api_spec.rb +1 -1
- data/spec/api/snapshot_api_spec.rb +1 -1
- data/spec/api/storage_host_api_spec.rb +12 -1
- data/spec/api/storage_host_volume_mapping_api_spec.rb +1 -1
- data/spec/api/storage_resource_api_spec.rb +2 -2
- data/spec/api/storage_system_api_spec.rb +1 -1
- data/spec/api/system_type_api_spec.rb +1 -1
- data/spec/api/volume_api_spec.rb +2 -2
- data/spec/api/volume_safe_delete_api_spec.rb +1 -1
- data/spec/models/volume_create_spec.rb +6 -0
- data/spec/models/volume_response_spec.rb +6 -0
- data/spec/models/volume_spec.rb +6 -0
- data/spec/spec_helper.rb +1 -1
- metadata +78 -79
- data/lib/openapi_client.rb +0 -108
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3433536577e96dec47e190671fe2f529f172d5cc4ce2d2f8090fde379f8864dd
|
|
4
|
+
data.tar.gz: f2e65ab179ff5a53104731cca935bac25f0ddd667676326a481f64ef5d8bef89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a7a46bb1cab9a6b905da8958b21b12944d70a5379a73c02723a58600d38d98c4909bb743e09cb7d6d875dd5b8ef2e75bced5a44a2efc98249a37fcddb5d7461
|
|
7
|
+
data.tar.gz: 256461ff2aef0d283e48f1318f76acdbc21056c005b189c8a968fd3d221e0c1adba7d7e5c0f4f060c9e9fa5ac8e11df6f9d682a6cb3ae58e5fb771570f916dec
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# autosde_openapi_client
|
|
2
2
|
|
|
3
3
|
OpenapiClient - the Ruby gem for the Site Manager API
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ Site Manager API
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 1.0.0
|
|
10
|
-
- Package version: 1.0.
|
|
10
|
+
- Package version: 1.0.2
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -17,28 +17,28 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
17
17
|
To build the Ruby code into a gem:
|
|
18
18
|
|
|
19
19
|
```shell
|
|
20
|
-
gem build
|
|
20
|
+
gem build autosde_openapi_client.gemspec
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./
|
|
26
|
+
gem install ./autosde_openapi_client-1.0.2.gem
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
(for development, run `gem install --dev ./
|
|
29
|
+
(for development, run `gem install --dev ./autosde_openapi_client-1.0.2.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 '
|
|
35
|
+
gem 'autosde_openapi_client', '~> 1.0.2'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
39
39
|
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
|
|
40
40
|
|
|
41
|
-
gem '
|
|
41
|
+
gem 'autosde_openapi_client', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
|
|
42
42
|
|
|
43
43
|
### Include the Ruby code directly
|
|
44
44
|
|
|
@@ -54,7 +54,7 @@ Please follow the [installation](#installation) procedure and then run the follo
|
|
|
54
54
|
|
|
55
55
|
```ruby
|
|
56
56
|
# Load the gem
|
|
57
|
-
require '
|
|
57
|
+
require 'autosde_openapi_client'
|
|
58
58
|
|
|
59
59
|
# Setup authorization
|
|
60
60
|
OpenapiClient.configure do |config|
|
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|
data/docs/AccountApi.md
CHANGED
|
@@ -22,7 +22,7 @@ Method | HTTP request | Description
|
|
|
22
22
|
|
|
23
23
|
```ruby
|
|
24
24
|
# load the gem
|
|
25
|
-
require '
|
|
25
|
+
require 'autosde_openapi_client'
|
|
26
26
|
# setup authorization
|
|
27
27
|
OpenapiClient.configure do |config|
|
|
28
28
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -67,7 +67,7 @@ This endpoint does not need any parameter.
|
|
|
67
67
|
|
|
68
68
|
```ruby
|
|
69
69
|
# load the gem
|
|
70
|
-
require '
|
|
70
|
+
require 'autosde_openapi_client'
|
|
71
71
|
# setup authorization
|
|
72
72
|
OpenapiClient.configure do |config|
|
|
73
73
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -116,7 +116,7 @@ Name | Type | Description | Notes
|
|
|
116
116
|
|
|
117
117
|
```ruby
|
|
118
118
|
# load the gem
|
|
119
|
-
require '
|
|
119
|
+
require 'autosde_openapi_client'
|
|
120
120
|
# setup authorization
|
|
121
121
|
OpenapiClient.configure do |config|
|
|
122
122
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -165,7 +165,7 @@ Name | Type | Description | Notes
|
|
|
165
165
|
|
|
166
166
|
```ruby
|
|
167
167
|
# load the gem
|
|
168
|
-
require '
|
|
168
|
+
require 'autosde_openapi_client'
|
|
169
169
|
# setup authorization
|
|
170
170
|
OpenapiClient.configure do |config|
|
|
171
171
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -216,7 +216,7 @@ Name | Type | Description | Notes
|
|
|
216
216
|
|
|
217
217
|
```ruby
|
|
218
218
|
# load the gem
|
|
219
|
-
require '
|
|
219
|
+
require 'autosde_openapi_client'
|
|
220
220
|
# setup authorization
|
|
221
221
|
OpenapiClient.configure do |config|
|
|
222
222
|
# Configure Bearer authorization: bearerAuth
|
data/docs/AddressApi.md
CHANGED
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|
data/docs/AuthenticationApi.md
CHANGED
|
@@ -18,7 +18,7 @@ Method | HTTP request | Description
|
|
|
18
18
|
|
|
19
19
|
```ruby
|
|
20
20
|
# load the gem
|
|
21
|
-
require '
|
|
21
|
+
require 'autosde_openapi_client'
|
|
22
22
|
|
|
23
23
|
api_instance = OpenapiClient::AuthenticationApi.new
|
|
24
24
|
authentication = OpenapiClient::Authentication.new # Authentication |
|
data/docs/AutoSDEProjectApi.md
CHANGED
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|
data/docs/AutoSDERoleApi.md
CHANGED
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|
data/docs/HostApi.md
CHANGED
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|
data/docs/JobApi.md
CHANGED
|
@@ -19,7 +19,7 @@ Method | HTTP request | Description
|
|
|
19
19
|
|
|
20
20
|
```ruby
|
|
21
21
|
# load the gem
|
|
22
|
-
require '
|
|
22
|
+
require 'autosde_openapi_client'
|
|
23
23
|
# setup authorization
|
|
24
24
|
OpenapiClient.configure do |config|
|
|
25
25
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -64,7 +64,7 @@ This endpoint does not need any parameter.
|
|
|
64
64
|
|
|
65
65
|
```ruby
|
|
66
66
|
# load the gem
|
|
67
|
-
require '
|
|
67
|
+
require 'autosde_openapi_client'
|
|
68
68
|
# setup authorization
|
|
69
69
|
OpenapiClient.configure do |config|
|
|
70
70
|
# Configure Bearer authorization: bearerAuth
|
data/docs/NativeCapabilityApi.md
CHANGED
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|
data/docs/ProfileApi.md
CHANGED
|
@@ -21,7 +21,7 @@ Method | HTTP request | Description
|
|
|
21
21
|
|
|
22
22
|
```ruby
|
|
23
23
|
# load the gem
|
|
24
|
-
require '
|
|
24
|
+
require 'autosde_openapi_client'
|
|
25
25
|
# setup authorization
|
|
26
26
|
OpenapiClient.configure do |config|
|
|
27
27
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -66,7 +66,7 @@ This endpoint does not need any parameter.
|
|
|
66
66
|
|
|
67
67
|
```ruby
|
|
68
68
|
# load the gem
|
|
69
|
-
require '
|
|
69
|
+
require 'autosde_openapi_client'
|
|
70
70
|
# setup authorization
|
|
71
71
|
OpenapiClient.configure do |config|
|
|
72
72
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -115,7 +115,7 @@ Name | Type | Description | Notes
|
|
|
115
115
|
|
|
116
116
|
```ruby
|
|
117
117
|
# load the gem
|
|
118
|
-
require '
|
|
118
|
+
require 'autosde_openapi_client'
|
|
119
119
|
# setup authorization
|
|
120
120
|
OpenapiClient.configure do |config|
|
|
121
121
|
# Configure Bearer authorization: bearerAuth
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
|
164
164
|
|
|
165
165
|
```ruby
|
|
166
166
|
# load the gem
|
|
167
|
-
require '
|
|
167
|
+
require 'autosde_openapi_client'
|
|
168
168
|
# setup authorization
|
|
169
169
|
OpenapiClient.configure do |config|
|
|
170
170
|
# Configure Bearer authorization: bearerAuth
|