spartera_api_sdk 1.0.62 → 1.0.68
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/config.json +1 -1
- data/docs/APIKeysApi.md +25 -15
- data/docs/AlertsApi.md +43 -29
- data/docs/AssetPriceHistoryApi.md +48 -32
- data/docs/AssetsApi.md +74 -336
- data/docs/CloudProvidersApi.md +10 -207
- data/docs/CompaniesApi.md +45 -27
- data/docs/ConnectionsApi.md +39 -25
- data/docs/FavoritesApi.md +52 -36
- data/docs/StorageEnginesApi.md +149 -0
- data/docs/UsersApi.md +29 -19
- data/lib/spartera_api_sdk/api/alerts_api.rb +11 -11
- data/lib/spartera_api_sdk/api/api_keys_api.rb +5 -5
- data/lib/spartera_api_sdk/api/asset_price_history_api.rb +12 -12
- data/lib/spartera_api_sdk/api/assets_api.rb +26 -302
- data/lib/spartera_api_sdk/api/cloud_providers_api.rb +2 -179
- data/lib/spartera_api_sdk/api/companies_api.rb +9 -9
- data/lib/spartera_api_sdk/api/connections_api.rb +9 -9
- data/lib/spartera_api_sdk/api/favorites_api.rb +14 -14
- data/lib/spartera_api_sdk/api/storage_engines_api.rb +150 -0
- data/lib/spartera_api_sdk/api/users_api.rb +7 -7
- data/lib/spartera_api_sdk/configuration.rb +2 -10
- data/lib/spartera_api_sdk/version.rb +1 -1
- data/lib/spartera_api_sdk.rb +1 -0
- data/spec/api/alerts_api_spec.rb +2 -2
- data/spec/api/asset_price_history_api_spec.rb +2 -2
- data/spec/api/assets_api_spec.rb +3 -53
- data/spec/api/cloud_providers_api_spec.rb +0 -32
- data/spec/api/connections_api_spec.rb +1 -1
- data/spec/api/favorites_api_spec.rb +3 -3
- data/spec/api/storage_engines_api_spec.rb +58 -0
- data/spec/api/users_api_spec.rb +1 -1
- metadata +28 -22
- data/Gemfile.lock +0 -69
@@ -19,7 +19,7 @@ module SparteraApiSdk
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
# Get a list of all users
|
22
|
+
# Get a list of all users in a company
|
23
23
|
# @param company_id [String]
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @return [Object]
|
@@ -28,7 +28,7 @@ module SparteraApiSdk
|
|
28
28
|
data
|
29
29
|
end
|
30
30
|
|
31
|
-
# Get a list of all users
|
31
|
+
# Get a list of all users in a company
|
32
32
|
# @param company_id [String]
|
33
33
|
# @param [Hash] opts the optional parameters
|
34
34
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
@@ -61,7 +61,7 @@ module SparteraApiSdk
|
|
61
61
|
return_type = opts[:debug_return_type] || 'Object'
|
62
62
|
|
63
63
|
# auth_names
|
64
|
-
auth_names = opts[:debug_auth_names] || ['
|
64
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
65
65
|
|
66
66
|
new_options = opts.merge(
|
67
67
|
:operation => :"UsersApi.companies_company_id_users_get",
|
@@ -133,7 +133,7 @@ module SparteraApiSdk
|
|
133
133
|
return_type = opts[:debug_return_type] || 'Object'
|
134
134
|
|
135
135
|
# auth_names
|
136
|
-
auth_names = opts[:debug_auth_names] || ['
|
136
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
137
137
|
|
138
138
|
new_options = opts.merge(
|
139
139
|
:operation => :"UsersApi.companies_company_id_users_post",
|
@@ -200,7 +200,7 @@ module SparteraApiSdk
|
|
200
200
|
return_type = opts[:debug_return_type] || 'Object'
|
201
201
|
|
202
202
|
# auth_names
|
203
|
-
auth_names = opts[:debug_auth_names] || ['
|
203
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
204
204
|
|
205
205
|
new_options = opts.merge(
|
206
206
|
:operation => :"UsersApi.companies_company_id_users_user_id_delete",
|
@@ -267,7 +267,7 @@ module SparteraApiSdk
|
|
267
267
|
return_type = opts[:debug_return_type] || 'Object'
|
268
268
|
|
269
269
|
# auth_names
|
270
|
-
auth_names = opts[:debug_auth_names] || ['
|
270
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
271
271
|
|
272
272
|
new_options = opts.merge(
|
273
273
|
:operation => :"UsersApi.companies_company_id_users_user_id_get",
|
@@ -345,7 +345,7 @@ module SparteraApiSdk
|
|
345
345
|
return_type = opts[:debug_return_type] || 'Object'
|
346
346
|
|
347
347
|
# auth_names
|
348
|
-
auth_names = opts[:debug_auth_names] || ['
|
348
|
+
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
349
349
|
|
350
350
|
new_options = opts.merge(
|
351
351
|
:operation => :"UsersApi.companies_company_id_users_user_id_patch",
|
@@ -244,20 +244,12 @@ module SparteraApiSdk
|
|
244
244
|
# Returns Auth Settings hash for api client.
|
245
245
|
def auth_settings
|
246
246
|
{
|
247
|
-
'bearerAuth' =>
|
248
|
-
{
|
249
|
-
type: 'bearer',
|
250
|
-
in: 'header',
|
251
|
-
format: 'JWT',
|
252
|
-
key: 'Authorization',
|
253
|
-
value: "Bearer #{access_token_with_refresh}"
|
254
|
-
},
|
255
247
|
'ApiKeyAuth' =>
|
256
248
|
{
|
257
249
|
type: 'api_key',
|
258
250
|
in: 'header',
|
259
|
-
key: '
|
260
|
-
value: api_key_with_prefix('
|
251
|
+
key: 'x-api-key',
|
252
|
+
value: api_key_with_prefix('x-api-key')
|
261
253
|
},
|
262
254
|
}
|
263
255
|
end
|
data/lib/spartera_api_sdk.rb
CHANGED
@@ -41,6 +41,7 @@ require 'spartera_api_sdk/api/cloud_providers_api'
|
|
41
41
|
require 'spartera_api_sdk/api/companies_api'
|
42
42
|
require 'spartera_api_sdk/api/connections_api'
|
43
43
|
require 'spartera_api_sdk/api/favorites_api'
|
44
|
+
require 'spartera_api_sdk/api/storage_engines_api'
|
44
45
|
require 'spartera_api_sdk/api/users_api'
|
45
46
|
|
46
47
|
module SparteraApiSdk
|
data/spec/api/alerts_api_spec.rb
CHANGED
@@ -73,7 +73,7 @@ describe 'AlertsApi' do
|
|
73
73
|
end
|
74
74
|
|
75
75
|
# unit tests for companies_company_id_users_user_id_alerts_asset_asset_id_all_get
|
76
|
-
# Get all alerts for a specific asset
|
76
|
+
# Get all alerts for a specific asset
|
77
77
|
# @param company_id
|
78
78
|
# @param user_id
|
79
79
|
# @param asset_id
|
@@ -86,7 +86,7 @@ describe 'AlertsApi' do
|
|
86
86
|
end
|
87
87
|
|
88
88
|
# unit tests for companies_company_id_users_user_id_alerts_asset_asset_id_get
|
89
|
-
# Get all alerts for a specific asset by
|
89
|
+
# Get all alerts for a specific asset (by user)
|
90
90
|
# @param company_id
|
91
91
|
# @param user_id
|
92
92
|
# @param asset_id
|
@@ -84,7 +84,7 @@ describe 'AssetPriceHistoryApi' do
|
|
84
84
|
end
|
85
85
|
|
86
86
|
# unit tests for companies_company_id_assets_asset_id_prices_calculate_credits_post
|
87
|
-
#
|
87
|
+
# POST /companies/{company_id}/assets/{asset_id}/prices/calculate_credits
|
88
88
|
# @param company_id
|
89
89
|
# @param asset_id
|
90
90
|
# @param [Hash] opts the optional parameters
|
@@ -96,7 +96,7 @@ describe 'AssetPriceHistoryApi' do
|
|
96
96
|
end
|
97
97
|
|
98
98
|
# unit tests for companies_company_id_assets_asset_id_prices_discount_post
|
99
|
-
#
|
99
|
+
# POST /companies/{company_id}/assets/{asset_id}/prices/discount
|
100
100
|
# @param company_id
|
101
101
|
# @param asset_id
|
102
102
|
# @param [Hash] opts the optional parameters
|
data/spec/api/assets_api_spec.rb
CHANGED
@@ -33,9 +33,9 @@ describe 'AssetsApi' do
|
|
33
33
|
end
|
34
34
|
|
35
35
|
# unit tests for analyze_company_handle_assets_asset_slug_get
|
36
|
-
# Process
|
37
|
-
# @param company_handle
|
36
|
+
# Process (analyze) an asset. Attempt to process an analytic on a backend warehouse/AI model.
|
38
37
|
# @param asset_slug
|
38
|
+
# @param company_handle
|
39
39
|
# @param [Hash] opts the optional parameters
|
40
40
|
# @return [Object]
|
41
41
|
describe 'analyze_company_handle_assets_asset_slug_get test' do
|
@@ -81,7 +81,7 @@ describe 'AssetsApi' do
|
|
81
81
|
end
|
82
82
|
|
83
83
|
# unit tests for companies_company_id_assets_asset_id_infoschema_save_get
|
84
|
-
#
|
84
|
+
# Retrieve and save an asset's information schema
|
85
85
|
# @param company_id
|
86
86
|
# @param asset_id
|
87
87
|
# @param [Hash] opts the optional parameters
|
@@ -117,33 +117,6 @@ describe 'AssetsApi' do
|
|
117
117
|
end
|
118
118
|
end
|
119
119
|
|
120
|
-
# unit tests for companies_company_id_assets_asset_id_recommendations_explain_get
|
121
|
-
# Get detailed explanation of how asset recommendations are calculated for debugging purposes.
|
122
|
-
# @param company_id
|
123
|
-
# @param asset_id
|
124
|
-
# @param [Hash] opts the optional parameters
|
125
|
-
# @return [Object]
|
126
|
-
describe 'companies_company_id_assets_asset_id_recommendations_explain_get test' do
|
127
|
-
it 'should work' do
|
128
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
129
|
-
end
|
130
|
-
end
|
131
|
-
|
132
|
-
# unit tests for companies_company_id_assets_asset_id_recommendations_get
|
133
|
-
# Get asset recommendations for a specific asset using heuristic waterfall matching Returns list of similar assets based on industry, company, connection, tags, etc. Query Parameters: - limit: Number of recommendations to return (default: 12, max: 50) - min_score: Minimum similarity score threshold (default: 0.1) - include_details: Include component similarity scores (default: false)
|
134
|
-
# @param company_id
|
135
|
-
# @param asset_id
|
136
|
-
# @param [Hash] opts the optional parameters
|
137
|
-
# @option opts [String] :limit
|
138
|
-
# @option opts [String] :min_score
|
139
|
-
# @option opts [String] :include_details
|
140
|
-
# @return [Object]
|
141
|
-
describe 'companies_company_id_assets_asset_id_recommendations_get test' do
|
142
|
-
it 'should work' do
|
143
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
144
|
-
end
|
145
|
-
end
|
146
|
-
|
147
120
|
# unit tests for companies_company_id_assets_asset_id_statistics_get
|
148
121
|
# Get statistics for a specific asset (public endpoint)
|
149
122
|
# @param company_id
|
@@ -191,29 +164,6 @@ describe 'AssetsApi' do
|
|
191
164
|
end
|
192
165
|
end
|
193
166
|
|
194
|
-
# unit tests for companies_company_id_assets_recommendations_bulk_post
|
195
|
-
# Get recommendations for multiple assets in a single request. Useful for pre-loading recommendations.
|
196
|
-
# @param company_id
|
197
|
-
# @param asset
|
198
|
-
# @param [Hash] opts the optional parameters
|
199
|
-
# @return [Object]
|
200
|
-
describe 'companies_company_id_assets_recommendations_bulk_post test' do
|
201
|
-
it 'should work' do
|
202
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
203
|
-
end
|
204
|
-
end
|
205
|
-
|
206
|
-
# unit tests for companies_company_id_assets_recommendations_health_get
|
207
|
-
# Health check for the recommendations system with sample data and performance metrics.
|
208
|
-
# @param company_id
|
209
|
-
# @param [Hash] opts the optional parameters
|
210
|
-
# @return [Object]
|
211
|
-
describe 'companies_company_id_assets_recommendations_health_get test' do
|
212
|
-
it 'should work' do
|
213
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
214
|
-
end
|
215
|
-
end
|
216
|
-
|
217
167
|
# unit tests for companies_company_id_assets_statistics_get
|
218
168
|
# Get statistics for all assets the user has access to
|
219
169
|
# @param company_id
|
@@ -42,27 +42,6 @@ describe 'CloudProvidersApi' do
|
|
42
42
|
end
|
43
43
|
end
|
44
44
|
|
45
|
-
# unit tests for cloud_providers_post
|
46
|
-
# Create single cloud provider
|
47
|
-
# @param [Hash] opts the optional parameters
|
48
|
-
# @return [Object]
|
49
|
-
describe 'cloud_providers_post test' do
|
50
|
-
it 'should work' do
|
51
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
# unit tests for cloud_providers_provider_id_delete
|
56
|
-
# Delete single cloud provider by ID
|
57
|
-
# @param provider_id
|
58
|
-
# @param [Hash] opts the optional parameters
|
59
|
-
# @return [Object]
|
60
|
-
describe 'cloud_providers_provider_id_delete test' do
|
61
|
-
it 'should work' do
|
62
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
45
|
# unit tests for cloud_providers_provider_id_get
|
67
46
|
# Get single cloud provider by ID
|
68
47
|
# @param provider_id
|
@@ -74,15 +53,4 @@ describe 'CloudProvidersApi' do
|
|
74
53
|
end
|
75
54
|
end
|
76
55
|
|
77
|
-
# unit tests for cloud_providers_provider_id_patch
|
78
|
-
# Update an existing cloud provider by ID
|
79
|
-
# @param provider_id
|
80
|
-
# @param [Hash] opts the optional parameters
|
81
|
-
# @return [Object]
|
82
|
-
describe 'cloud_providers_provider_id_patch test' do
|
83
|
-
it 'should work' do
|
84
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
85
|
-
end
|
86
|
-
end
|
87
|
-
|
88
56
|
end
|
@@ -82,7 +82,7 @@ describe 'ConnectionsApi' do
|
|
82
82
|
end
|
83
83
|
|
84
84
|
# unit tests for companies_company_id_connections_connection_id_test_get
|
85
|
-
#
|
85
|
+
# Test the specified connection
|
86
86
|
# @param company_id
|
87
87
|
# @param connection_id
|
88
88
|
# @param [Hash] opts the optional parameters
|
@@ -46,7 +46,7 @@ describe 'FavoritesApi' do
|
|
46
46
|
end
|
47
47
|
|
48
48
|
# unit tests for companies_company_id_users_user_id_favorites_check_asset_id_get
|
49
|
-
# Check if the specified user has favorited a specific asset
|
49
|
+
# Check if the specified user has favorited a specific asset
|
50
50
|
# @param company_id
|
51
51
|
# @param user_id
|
52
52
|
# @param asset_id
|
@@ -85,7 +85,7 @@ describe 'FavoritesApi' do
|
|
85
85
|
end
|
86
86
|
|
87
87
|
# unit tests for companies_company_id_users_user_id_favorites_favorite_id_patch
|
88
|
-
# Update an existing favorite by ID
|
88
|
+
# Update an existing favorite by ID
|
89
89
|
# @param company_id
|
90
90
|
# @param user_id
|
91
91
|
# @param favorite_id
|
@@ -99,7 +99,7 @@ describe 'FavoritesApi' do
|
|
99
99
|
end
|
100
100
|
|
101
101
|
# unit tests for companies_company_id_users_user_id_favorites_get
|
102
|
-
# Get a list of all favorites for a specific user
|
102
|
+
# Get a list of all favorites for a specific user
|
103
103
|
# @param company_id
|
104
104
|
# @param user_id
|
105
105
|
# @param [Hash] opts the optional parameters
|
@@ -0,0 +1,58 @@
|
|
1
|
+
=begin
|
2
|
+
#Spartera API Documentation
|
3
|
+
|
4
|
+
#Auto-generated API documentation for REST services of the Spartera platform
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 0.0.0
|
7
|
+
Contact: support@spartera.com
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.13.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
|
16
|
+
# Unit tests for SparteraApiSdk::StorageEnginesApi
|
17
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
18
|
+
# Please update as you see appropriate
|
19
|
+
describe 'StorageEnginesApi' do
|
20
|
+
before do
|
21
|
+
# run before each test
|
22
|
+
@api_instance = SparteraApiSdk::StorageEnginesApi.new
|
23
|
+
end
|
24
|
+
|
25
|
+
after do
|
26
|
+
# run after each test
|
27
|
+
end
|
28
|
+
|
29
|
+
describe 'test an instance of StorageEnginesApi' do
|
30
|
+
it 'should create an instance of StorageEnginesApi' do
|
31
|
+
expect(@api_instance).to be_instance_of(SparteraApiSdk::StorageEnginesApi)
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
# unit tests for cloud_providers_provider_id_storage_engines_engine_id_get
|
36
|
+
# Get single storage engine by ID
|
37
|
+
# @param provider_id
|
38
|
+
# @param engine_id
|
39
|
+
# @param [Hash] opts the optional parameters
|
40
|
+
# @return [Object]
|
41
|
+
describe 'cloud_providers_provider_id_storage_engines_engine_id_get test' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
# unit tests for cloud_providers_provider_id_storage_engines_get
|
48
|
+
# Get a list of all storage engines
|
49
|
+
# @param provider_id
|
50
|
+
# @param [Hash] opts the optional parameters
|
51
|
+
# @return [Object]
|
52
|
+
describe 'cloud_providers_provider_id_storage_engines_get test' do
|
53
|
+
it 'should work' do
|
54
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
end
|
data/spec/api/users_api_spec.rb
CHANGED
@@ -33,7 +33,7 @@ describe 'UsersApi' do
|
|
33
33
|
end
|
34
34
|
|
35
35
|
# unit tests for companies_company_id_users_get
|
36
|
-
# Get a list of all users
|
36
|
+
# Get a list of all users in a company
|
37
37
|
# @param company_id
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @return [Object]
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spartera_api_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.68
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony D
|
8
|
+
autorequire:
|
8
9
|
bindir: bin
|
9
10
|
cert_chain: []
|
10
|
-
date:
|
11
|
+
date: 2025-06-20 00:00:00.000000000 Z
|
11
12
|
dependencies:
|
12
13
|
- !ruby/object:Gem::Dependency
|
13
14
|
name: faraday
|
@@ -47,22 +48,22 @@ dependencies:
|
|
47
48
|
name: rspec
|
48
49
|
requirement: !ruby/object:Gem::Requirement
|
49
50
|
requirements:
|
50
|
-
- - "~>"
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '3.6'
|
53
51
|
- - ">="
|
54
52
|
- !ruby/object:Gem::Version
|
55
53
|
version: 3.6.0
|
54
|
+
- - "~>"
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '3.6'
|
56
57
|
type: :development
|
57
58
|
prerelease: false
|
58
59
|
version_requirements: !ruby/object:Gem::Requirement
|
59
60
|
requirements:
|
60
|
-
- - "~>"
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '3.6'
|
63
61
|
- - ">="
|
64
62
|
- !ruby/object:Gem::Version
|
65
63
|
version: 3.6.0
|
64
|
+
- - "~>"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: '3.6'
|
66
67
|
description: Official SDK for Spartera API - Interface to manage companies' accounts
|
67
68
|
and process insights remotely
|
68
69
|
email:
|
@@ -72,7 +73,6 @@ extensions: []
|
|
72
73
|
extra_rdoc_files: []
|
73
74
|
files:
|
74
75
|
- Gemfile
|
75
|
-
- Gemfile.lock
|
76
76
|
- LICENSE
|
77
77
|
- README.md
|
78
78
|
- Rakefile
|
@@ -98,6 +98,7 @@ files:
|
|
98
98
|
- docs/InlineObject1.md
|
99
99
|
- docs/InlineObject2.md
|
100
100
|
- docs/InlineObject3.md
|
101
|
+
- docs/StorageEnginesApi.md
|
101
102
|
- docs/User.md
|
102
103
|
- docs/UsersApi.md
|
103
104
|
- example.rb
|
@@ -111,6 +112,7 @@ files:
|
|
111
112
|
- lib/spartera_api_sdk/api/companies_api.rb
|
112
113
|
- lib/spartera_api_sdk/api/connections_api.rb
|
113
114
|
- lib/spartera_api_sdk/api/favorites_api.rb
|
115
|
+
- lib/spartera_api_sdk/api/storage_engines_api.rb
|
114
116
|
- lib/spartera_api_sdk/api/users_api.rb
|
115
117
|
- lib/spartera_api_sdk/api_client.rb
|
116
118
|
- lib/spartera_api_sdk/api_error.rb
|
@@ -139,6 +141,7 @@ files:
|
|
139
141
|
- spec/api/companies_api_spec.rb
|
140
142
|
- spec/api/connections_api_spec.rb
|
141
143
|
- spec/api/favorites_api_spec.rb
|
144
|
+
- spec/api/storage_engines_api_spec.rb
|
142
145
|
- spec/api/users_api_spec.rb
|
143
146
|
- spec/models/alert_spec.rb
|
144
147
|
- spec/models/apikey_spec.rb
|
@@ -160,6 +163,7 @@ homepage: https://github.com/spartera-com/spartera-ruby-sdk
|
|
160
163
|
licenses:
|
161
164
|
- Apache-2.0
|
162
165
|
metadata: {}
|
166
|
+
post_install_message:
|
163
167
|
rdoc_options: []
|
164
168
|
require_paths:
|
165
169
|
- lib
|
@@ -174,31 +178,33 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
174
178
|
- !ruby/object:Gem::Version
|
175
179
|
version: '0'
|
176
180
|
requirements: []
|
177
|
-
rubygems_version: 3.
|
181
|
+
rubygems_version: 3.0.3.1
|
182
|
+
signing_key:
|
178
183
|
specification_version: 4
|
179
184
|
summary: Spartera API Ruby SDK
|
180
185
|
test_files:
|
181
|
-
- spec/api/alerts_api_spec.rb
|
182
|
-
- spec/api/api_keys_api_spec.rb
|
183
186
|
- spec/api/asset_price_history_api_spec.rb
|
184
187
|
- spec/api/assets_api_spec.rb
|
185
|
-
- spec/api/cloud_providers_api_spec.rb
|
186
188
|
- spec/api/companies_api_spec.rb
|
189
|
+
- spec/api/storage_engines_api_spec.rb
|
187
190
|
- spec/api/connections_api_spec.rb
|
188
|
-
- spec/api/
|
191
|
+
- spec/api/alerts_api_spec.rb
|
189
192
|
- spec/api/users_api_spec.rb
|
193
|
+
- spec/api/favorites_api_spec.rb
|
194
|
+
- spec/api/cloud_providers_api_spec.rb
|
195
|
+
- spec/api/api_keys_api_spec.rb
|
196
|
+
- spec/models/error_spec.rb
|
190
197
|
- spec/models/alert_spec.rb
|
191
|
-
- spec/models/apikey_spec.rb
|
192
|
-
- spec/models/asset_spec.rb
|
193
|
-
- spec/models/assetpricehistory_spec.rb
|
194
198
|
- spec/models/cloudprovider_spec.rb
|
195
199
|
- spec/models/company_spec.rb
|
196
|
-
- spec/models/connection_spec.rb
|
197
|
-
- spec/models/error_spec.rb
|
198
200
|
- spec/models/favorite_spec.rb
|
199
|
-
- spec/models/inline_object1_spec.rb
|
200
|
-
- spec/models/inline_object2_spec.rb
|
201
|
-
- spec/models/inline_object3_spec.rb
|
202
201
|
- spec/models/inline_object_spec.rb
|
202
|
+
- spec/models/apikey_spec.rb
|
203
|
+
- spec/models/inline_object3_spec.rb
|
204
|
+
- spec/models/connection_spec.rb
|
205
|
+
- spec/models/inline_object2_spec.rb
|
206
|
+
- spec/models/assetpricehistory_spec.rb
|
207
|
+
- spec/models/asset_spec.rb
|
203
208
|
- spec/models/user_spec.rb
|
209
|
+
- spec/models/inline_object1_spec.rb
|
204
210
|
- spec/spec_helper.rb
|
data/Gemfile.lock
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
spartera_api_sdk (1.0.62)
|
5
|
-
faraday (>= 1.0.1, < 3.0)
|
6
|
-
faraday-multipart (~> 1.0)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
addressable (2.8.7)
|
12
|
-
public_suffix (>= 2.0.2, < 7.0)
|
13
|
-
base64 (0.3.0)
|
14
|
-
bigdecimal (3.2.2)
|
15
|
-
crack (1.0.0)
|
16
|
-
bigdecimal
|
17
|
-
rexml
|
18
|
-
diff-lcs (1.6.2)
|
19
|
-
faraday (2.13.1)
|
20
|
-
faraday-net_http (>= 2.0, < 3.5)
|
21
|
-
json
|
22
|
-
logger
|
23
|
-
faraday-multipart (1.1.1)
|
24
|
-
multipart-post (~> 2.0)
|
25
|
-
faraday-net_http (3.4.1)
|
26
|
-
net-http (>= 0.5.0)
|
27
|
-
hashdiff (1.2.0)
|
28
|
-
json (2.12.2)
|
29
|
-
logger (1.7.0)
|
30
|
-
multipart-post (2.4.1)
|
31
|
-
net-http (0.6.0)
|
32
|
-
uri
|
33
|
-
public_suffix (6.0.2)
|
34
|
-
rake (13.3.0)
|
35
|
-
rexml (3.4.1)
|
36
|
-
rspec (3.13.1)
|
37
|
-
rspec-core (~> 3.13.0)
|
38
|
-
rspec-expectations (~> 3.13.0)
|
39
|
-
rspec-mocks (~> 3.13.0)
|
40
|
-
rspec-core (3.13.4)
|
41
|
-
rspec-support (~> 3.13.0)
|
42
|
-
rspec-expectations (3.13.5)
|
43
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.13.0)
|
45
|
-
rspec-mocks (3.13.5)
|
46
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
47
|
-
rspec-support (~> 3.13.0)
|
48
|
-
rspec-support (3.13.4)
|
49
|
-
uri (1.0.3)
|
50
|
-
vcr (6.3.1)
|
51
|
-
base64
|
52
|
-
webmock (3.25.1)
|
53
|
-
addressable (>= 2.8.0)
|
54
|
-
crack (>= 0.3.2)
|
55
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
56
|
-
|
57
|
-
PLATFORMS
|
58
|
-
arm64-darwin-24
|
59
|
-
ruby
|
60
|
-
|
61
|
-
DEPENDENCIES
|
62
|
-
rake (~> 13.0)
|
63
|
-
rspec (~> 3.0)
|
64
|
-
spartera_api_sdk!
|
65
|
-
vcr (~> 6.0)
|
66
|
-
webmock (~> 3.0)
|
67
|
-
|
68
|
-
BUNDLED WITH
|
69
|
-
2.6.9
|