spartera_api_sdk 1.0.68 → 1.0.69
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 +20 -20
- data/docs/AlertsApi.md +28 -28
- data/docs/AssetPriceHistoryApi.md +32 -32
- data/docs/AssetsApi.md +52 -52
- data/docs/CloudProvidersApi.md +8 -8
- data/docs/CompaniesApi.md +36 -36
- data/docs/CompaniesCompanyIdApiKeysGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdAssetsAssetIdDelete200Response.md +20 -0
- data/docs/CompaniesCompanyIdAssetsAssetIdDelete200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdAssetsAssetIdGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdAssetsAssetIdPatch200Response.md +20 -0
- data/docs/CompaniesCompanyIdAssetsAssetIdPatch200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdAssetsGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdAssetsPost200Response.md +20 -0
- data/docs/CompaniesCompanyIdAssetsPost200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdConnectionsConnectionIdDelete200Response.md +20 -0
- data/docs/CompaniesCompanyIdConnectionsConnectionIdDelete200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdConnectionsConnectionIdGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdConnectionsConnectionIdPatch200Response.md +20 -0
- data/docs/CompaniesCompanyIdConnectionsConnectionIdPatch200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdConnectionsGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdConnectionsPost200Response.md +20 -0
- data/docs/CompaniesCompanyIdConnectionsPost200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersPost200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersPost200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdDelete200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdAlertsAlertIdPatch200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersUserIdAlertsGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdAlertsPost200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdAlertsPost200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersUserIdDelete200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdDelete200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesPost200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdFavoritesPost200ResponseData.md +18 -0
- data/docs/CompaniesCompanyIdUsersUserIdGet200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdPatch200Response.md +20 -0
- data/docs/CompaniesCompanyIdUsersUserIdPatch200ResponseData.md +18 -0
- data/docs/ConnectionsApi.md +28 -28
- data/docs/FavoritesApi.md +32 -32
- data/docs/MeGet200Response.md +36 -0
- data/docs/MeGet200ResponseApiKeyInfo.md +20 -0
- data/docs/MeGet200ResponseProfile.md +36 -0
- data/docs/MeGet200ResponseTokenMetadata.md +24 -0
- data/docs/StorageEnginesApi.md +8 -8
- data/docs/UsersApi.md +87 -20
- data/lib/spartera_api_sdk/api/alerts_api.rb +21 -21
- data/lib/spartera_api_sdk/api/api_keys_api.rb +15 -15
- data/lib/spartera_api_sdk/api/asset_price_history_api.rb +24 -24
- data/lib/spartera_api_sdk/api/assets_api.rb +46 -46
- data/lib/spartera_api_sdk/api/cloud_providers_api.rb +6 -6
- data/lib/spartera_api_sdk/api/companies_api.rb +27 -27
- data/lib/spartera_api_sdk/api/connections_api.rb +21 -21
- data/lib/spartera_api_sdk/api/favorites_api.rb +24 -24
- data/lib/spartera_api_sdk/api/storage_engines_api.rb +6 -6
- data/lib/spartera_api_sdk/api/users_api.rb +70 -15
- data/lib/spartera_api_sdk/models/companies_company_id_api_keys_get200_response.rb +248 -0
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_delete200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_delete200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_get200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_patch200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_assets_asset_id_patch200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_assets_get200_response.rb +266 -0
- data/lib/spartera_api_sdk/models/companies_company_id_assets_post200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_assets_post200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_delete200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_delete200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_get200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_patch200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_connections_connection_id_patch200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_connections_get200_response.rb +266 -0
- data/lib/spartera_api_sdk/models/companies_company_id_connections_post200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_connections_post200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_get200_response.rb +266 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_post200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_post200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_get200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_get200_response.rb +266 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_post200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_alerts_post200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_delete200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_delete200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_get200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_get200_response.rb +266 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_post200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_favorites_post200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_get200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_patch200_response.rb +264 -0
- data/lib/spartera_api_sdk/models/companies_company_id_users_user_id_patch200_response_data.rb +238 -0
- data/lib/spartera_api_sdk/models/me_get200_response.rb +417 -0
- data/lib/spartera_api_sdk/models/me_get200_response_api_key_info.rb +232 -0
- data/lib/spartera_api_sdk/models/me_get200_response_profile.rb +345 -0
- data/lib/spartera_api_sdk/models/me_get200_response_token_metadata.rb +252 -0
- data/lib/spartera_api_sdk/version.rb +1 -1
- data/lib/spartera_api_sdk.rb +45 -0
- data/spec/api/alerts_api_spec.rb +7 -7
- data/spec/api/api_keys_api_spec.rb +5 -5
- data/spec/api/asset_price_history_api_spec.rb +8 -8
- data/spec/api/assets_api_spec.rb +13 -13
- data/spec/api/cloud_providers_api_spec.rb +2 -2
- data/spec/api/companies_api_spec.rb +9 -9
- data/spec/api/connections_api_spec.rb +7 -7
- data/spec/api/favorites_api_spec.rb +8 -8
- data/spec/api/storage_engines_api_spec.rb +2 -2
- data/spec/api/users_api_spec.rb +15 -5
- data/spec/models/companies_company_id_api_keys_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_assets_asset_id_delete200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_assets_asset_id_delete200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_assets_asset_id_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_assets_asset_id_patch200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_assets_asset_id_patch200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_assets_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_assets_post200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_assets_post200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_connections_connection_id_delete200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_connections_connection_id_delete200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_connections_connection_id_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_connections_connection_id_patch200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_connections_connection_id_patch200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_connections_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_connections_post200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_connections_post200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_post200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_post200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_delete200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_user_id_alerts_alert_id_patch200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_alerts_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_alerts_post200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_user_id_alerts_post200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_delete200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_user_id_delete200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_delete200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_user_id_favorites_favorite_id_patch200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_favorites_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_favorites_post200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_user_id_favorites_post200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_get200_response_spec.rb +42 -0
- data/spec/models/companies_company_id_users_user_id_patch200_response_data_spec.rb +36 -0
- data/spec/models/companies_company_id_users_user_id_patch200_response_spec.rb +42 -0
- data/spec/models/me_get200_response_api_key_info_spec.rb +42 -0
- data/spec/models/me_get200_response_profile_spec.rb +94 -0
- data/spec/models/me_get200_response_spec.rb +94 -0
- data/spec/models/me_get200_response_token_metadata_spec.rb +54 -0
- metadata +181 -1
@@ -22,7 +22,7 @@ module SparteraApiSdk
|
|
22
22
|
# Get asset performance analytics Query params: start_date, end_date, limit, sort_by, include
|
23
23
|
# @param company_id [String]
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
|
-
# @return [
|
25
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
26
26
|
def companies_company_id_analytics_assets_get(company_id, opts = {})
|
27
27
|
data, _status_code, _headers = companies_company_id_analytics_assets_get_with_http_info(company_id, opts)
|
28
28
|
data
|
@@ -31,7 +31,7 @@ module SparteraApiSdk
|
|
31
31
|
# Get asset performance analytics Query params: start_date, end_date, limit, sort_by, include
|
32
32
|
# @param company_id [String]
|
33
33
|
# @param [Hash] opts the optional parameters
|
34
|
-
# @return [Array<(
|
34
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
35
35
|
def companies_company_id_analytics_assets_get_with_http_info(company_id, opts = {})
|
36
36
|
if @api_client.config.debugging
|
37
37
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_analytics_assets_get ...'
|
@@ -58,7 +58,7 @@ module SparteraApiSdk
|
|
58
58
|
post_body = opts[:debug_body]
|
59
59
|
|
60
60
|
# return_type
|
61
|
-
return_type = opts[:debug_return_type] || '
|
61
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
62
62
|
|
63
63
|
# auth_names
|
64
64
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -83,7 +83,7 @@ module SparteraApiSdk
|
|
83
83
|
# Get customer analytics including growth and segmentation Query params: start_date, end_date, group_by, segment_by
|
84
84
|
# @param company_id [String]
|
85
85
|
# @param [Hash] opts the optional parameters
|
86
|
-
# @return [
|
86
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
87
87
|
def companies_company_id_analytics_customers_get(company_id, opts = {})
|
88
88
|
data, _status_code, _headers = companies_company_id_analytics_customers_get_with_http_info(company_id, opts)
|
89
89
|
data
|
@@ -92,7 +92,7 @@ module SparteraApiSdk
|
|
92
92
|
# Get customer analytics including growth and segmentation Query params: start_date, end_date, group_by, segment_by
|
93
93
|
# @param company_id [String]
|
94
94
|
# @param [Hash] opts the optional parameters
|
95
|
-
# @return [Array<(
|
95
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
96
96
|
def companies_company_id_analytics_customers_get_with_http_info(company_id, opts = {})
|
97
97
|
if @api_client.config.debugging
|
98
98
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_analytics_customers_get ...'
|
@@ -119,7 +119,7 @@ module SparteraApiSdk
|
|
119
119
|
post_body = opts[:debug_body]
|
120
120
|
|
121
121
|
# return_type
|
122
|
-
return_type = opts[:debug_return_type] || '
|
122
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
123
123
|
|
124
124
|
# auth_names
|
125
125
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -144,7 +144,7 @@ module SparteraApiSdk
|
|
144
144
|
# Get comprehensive dashboard analytics for seller dashboard Includes all metrics needed for dashboard charts in one call Query params: start_date, end_date, period (day/week/month/quarter)
|
145
145
|
# @param company_id [String]
|
146
146
|
# @param [Hash] opts the optional parameters
|
147
|
-
# @return [
|
147
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
148
148
|
def companies_company_id_analytics_dashboard_get(company_id, opts = {})
|
149
149
|
data, _status_code, _headers = companies_company_id_analytics_dashboard_get_with_http_info(company_id, opts)
|
150
150
|
data
|
@@ -153,7 +153,7 @@ module SparteraApiSdk
|
|
153
153
|
# Get comprehensive dashboard analytics for seller dashboard Includes all metrics needed for dashboard charts in one call Query params: start_date, end_date, period (day/week/month/quarter)
|
154
154
|
# @param company_id [String]
|
155
155
|
# @param [Hash] opts the optional parameters
|
156
|
-
# @return [Array<(
|
156
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
157
157
|
def companies_company_id_analytics_dashboard_get_with_http_info(company_id, opts = {})
|
158
158
|
if @api_client.config.debugging
|
159
159
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_analytics_dashboard_get ...'
|
@@ -180,7 +180,7 @@ module SparteraApiSdk
|
|
180
180
|
post_body = opts[:debug_body]
|
181
181
|
|
182
182
|
# return_type
|
183
|
-
return_type = opts[:debug_return_type] || '
|
183
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
184
184
|
|
185
185
|
# auth_names
|
186
186
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -205,7 +205,7 @@ module SparteraApiSdk
|
|
205
205
|
# Get sales over time analytics Query params: start_date, end_date, group_by (day/week/month/quarter), metrics
|
206
206
|
# @param company_id [String]
|
207
207
|
# @param [Hash] opts the optional parameters
|
208
|
-
# @return [
|
208
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
209
209
|
def companies_company_id_analytics_sales_get(company_id, opts = {})
|
210
210
|
data, _status_code, _headers = companies_company_id_analytics_sales_get_with_http_info(company_id, opts)
|
211
211
|
data
|
@@ -214,7 +214,7 @@ module SparteraApiSdk
|
|
214
214
|
# Get sales over time analytics Query params: start_date, end_date, group_by (day/week/month/quarter), metrics
|
215
215
|
# @param company_id [String]
|
216
216
|
# @param [Hash] opts the optional parameters
|
217
|
-
# @return [Array<(
|
217
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
218
218
|
def companies_company_id_analytics_sales_get_with_http_info(company_id, opts = {})
|
219
219
|
if @api_client.config.debugging
|
220
220
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_analytics_sales_get ...'
|
@@ -241,7 +241,7 @@ module SparteraApiSdk
|
|
241
241
|
post_body = opts[:debug_body]
|
242
242
|
|
243
243
|
# return_type
|
244
|
-
return_type = opts[:debug_return_type] || '
|
244
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
245
245
|
|
246
246
|
# auth_names
|
247
247
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -266,7 +266,7 @@ module SparteraApiSdk
|
|
266
266
|
# Get details of the requestor's own company
|
267
267
|
# @param company_id [String]
|
268
268
|
# @param [Hash] opts the optional parameters
|
269
|
-
# @return [
|
269
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
270
270
|
def companies_company_id_get(company_id, opts = {})
|
271
271
|
data, _status_code, _headers = companies_company_id_get_with_http_info(company_id, opts)
|
272
272
|
data
|
@@ -275,7 +275,7 @@ module SparteraApiSdk
|
|
275
275
|
# Get details of the requestor's own company
|
276
276
|
# @param company_id [String]
|
277
277
|
# @param [Hash] opts the optional parameters
|
278
|
-
# @return [Array<(
|
278
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
279
279
|
def companies_company_id_get_with_http_info(company_id, opts = {})
|
280
280
|
if @api_client.config.debugging
|
281
281
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_get ...'
|
@@ -302,7 +302,7 @@ module SparteraApiSdk
|
|
302
302
|
post_body = opts[:debug_body]
|
303
303
|
|
304
304
|
# return_type
|
305
|
-
return_type = opts[:debug_return_type] || '
|
305
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
306
306
|
|
307
307
|
# auth_names
|
308
308
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -327,7 +327,7 @@ module SparteraApiSdk
|
|
327
327
|
# Get all objects (connections, assets) of a single company
|
328
328
|
# @param company_id [String]
|
329
329
|
# @param [Hash] opts the optional parameters
|
330
|
-
# @return [
|
330
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
331
331
|
def companies_company_id_objects_get(company_id, opts = {})
|
332
332
|
data, _status_code, _headers = companies_company_id_objects_get_with_http_info(company_id, opts)
|
333
333
|
data
|
@@ -336,7 +336,7 @@ module SparteraApiSdk
|
|
336
336
|
# Get all objects (connections, assets) of a single company
|
337
337
|
# @param company_id [String]
|
338
338
|
# @param [Hash] opts the optional parameters
|
339
|
-
# @return [Array<(
|
339
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
340
340
|
def companies_company_id_objects_get_with_http_info(company_id, opts = {})
|
341
341
|
if @api_client.config.debugging
|
342
342
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_objects_get ...'
|
@@ -363,7 +363,7 @@ module SparteraApiSdk
|
|
363
363
|
post_body = opts[:debug_body]
|
364
364
|
|
365
365
|
# return_type
|
366
|
-
return_type = opts[:debug_return_type] || '
|
366
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
367
367
|
|
368
368
|
# auth_names
|
369
369
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -388,7 +388,7 @@ module SparteraApiSdk
|
|
388
388
|
# Update an existing company by ID
|
389
389
|
# @param company_id [String]
|
390
390
|
# @param [Hash] opts the optional parameters
|
391
|
-
# @return [
|
391
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
392
392
|
def companies_company_id_patch(company_id, opts = {})
|
393
393
|
data, _status_code, _headers = companies_company_id_patch_with_http_info(company_id, opts)
|
394
394
|
data
|
@@ -397,7 +397,7 @@ module SparteraApiSdk
|
|
397
397
|
# Update an existing company by ID
|
398
398
|
# @param company_id [String]
|
399
399
|
# @param [Hash] opts the optional parameters
|
400
|
-
# @return [Array<(
|
400
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
401
401
|
def companies_company_id_patch_with_http_info(company_id, opts = {})
|
402
402
|
if @api_client.config.debugging
|
403
403
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_patch ...'
|
@@ -424,7 +424,7 @@ module SparteraApiSdk
|
|
424
424
|
post_body = opts[:debug_body]
|
425
425
|
|
426
426
|
# return_type
|
427
|
-
return_type = opts[:debug_return_type] || '
|
427
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
428
428
|
|
429
429
|
# auth_names
|
430
430
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -449,7 +449,7 @@ module SparteraApiSdk
|
|
449
449
|
# Get the total number of requests allocated in the company's current subscription plan.
|
450
450
|
# @param company_id [String]
|
451
451
|
# @param [Hash] opts the optional parameters
|
452
|
-
# @return [
|
452
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
453
453
|
def companies_company_id_requests_plan_get(company_id, opts = {})
|
454
454
|
data, _status_code, _headers = companies_company_id_requests_plan_get_with_http_info(company_id, opts)
|
455
455
|
data
|
@@ -458,7 +458,7 @@ module SparteraApiSdk
|
|
458
458
|
# Get the total number of requests allocated in the company's current subscription plan.
|
459
459
|
# @param company_id [String]
|
460
460
|
# @param [Hash] opts the optional parameters
|
461
|
-
# @return [Array<(
|
461
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
462
462
|
def companies_company_id_requests_plan_get_with_http_info(company_id, opts = {})
|
463
463
|
if @api_client.config.debugging
|
464
464
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_requests_plan_get ...'
|
@@ -485,7 +485,7 @@ module SparteraApiSdk
|
|
485
485
|
post_body = opts[:debug_body]
|
486
486
|
|
487
487
|
# return_type
|
488
|
-
return_type = opts[:debug_return_type] || '
|
488
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
489
489
|
|
490
490
|
# auth_names
|
491
491
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -510,7 +510,7 @@ module SparteraApiSdk
|
|
510
510
|
# Get company request usage data for a specific month. Returns JSON metrics by default or CSV logs when download parameter is included.
|
511
511
|
# @param company_id [String]
|
512
512
|
# @param [Hash] opts the optional parameters
|
513
|
-
# @return [
|
513
|
+
# @return [CompaniesCompanyIdApiKeysGet200Response]
|
514
514
|
def companies_company_id_requests_usage_get(company_id, opts = {})
|
515
515
|
data, _status_code, _headers = companies_company_id_requests_usage_get_with_http_info(company_id, opts)
|
516
516
|
data
|
@@ -519,7 +519,7 @@ module SparteraApiSdk
|
|
519
519
|
# Get company request usage data for a specific month. Returns JSON metrics by default or CSV logs when download parameter is included.
|
520
520
|
# @param company_id [String]
|
521
521
|
# @param [Hash] opts the optional parameters
|
522
|
-
# @return [Array<(
|
522
|
+
# @return [Array<(CompaniesCompanyIdApiKeysGet200Response, Integer, Hash)>] CompaniesCompanyIdApiKeysGet200Response data, response status code and response headers
|
523
523
|
def companies_company_id_requests_usage_get_with_http_info(company_id, opts = {})
|
524
524
|
if @api_client.config.debugging
|
525
525
|
@api_client.config.logger.debug 'Calling API: CompaniesApi.companies_company_id_requests_usage_get ...'
|
@@ -546,7 +546,7 @@ module SparteraApiSdk
|
|
546
546
|
post_body = opts[:debug_body]
|
547
547
|
|
548
548
|
# return_type
|
549
|
-
return_type = opts[:debug_return_type] || '
|
549
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdApiKeysGet200Response'
|
550
550
|
|
551
551
|
# auth_names
|
552
552
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -23,7 +23,7 @@ module SparteraApiSdk
|
|
23
23
|
# @param company_id [String]
|
24
24
|
# @param connection_id [String]
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
|
-
# @return [
|
26
|
+
# @return [CompaniesCompanyIdConnectionsConnectionIdDelete200Response]
|
27
27
|
def companies_company_id_connections_connection_id_delete(company_id, connection_id, opts = {})
|
28
28
|
data, _status_code, _headers = companies_company_id_connections_connection_id_delete_with_http_info(company_id, connection_id, opts)
|
29
29
|
data
|
@@ -33,7 +33,7 @@ module SparteraApiSdk
|
|
33
33
|
# @param company_id [String]
|
34
34
|
# @param connection_id [String]
|
35
35
|
# @param [Hash] opts the optional parameters
|
36
|
-
# @return [Array<(
|
36
|
+
# @return [Array<(CompaniesCompanyIdConnectionsConnectionIdDelete200Response, Integer, Hash)>] CompaniesCompanyIdConnectionsConnectionIdDelete200Response data, response status code and response headers
|
37
37
|
def companies_company_id_connections_connection_id_delete_with_http_info(company_id, connection_id, opts = {})
|
38
38
|
if @api_client.config.debugging
|
39
39
|
@api_client.config.logger.debug 'Calling API: ConnectionsApi.companies_company_id_connections_connection_id_delete ...'
|
@@ -64,7 +64,7 @@ module SparteraApiSdk
|
|
64
64
|
post_body = opts[:debug_body]
|
65
65
|
|
66
66
|
# return_type
|
67
|
-
return_type = opts[:debug_return_type] || '
|
67
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdConnectionsConnectionIdDelete200Response'
|
68
68
|
|
69
69
|
# auth_names
|
70
70
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -90,7 +90,7 @@ module SparteraApiSdk
|
|
90
90
|
# @param company_id [String]
|
91
91
|
# @param connection_id [String]
|
92
92
|
# @param [Hash] opts the optional parameters
|
93
|
-
# @return [
|
93
|
+
# @return [CompaniesCompanyIdConnectionsConnectionIdGet200Response]
|
94
94
|
def companies_company_id_connections_connection_id_get(company_id, connection_id, opts = {})
|
95
95
|
data, _status_code, _headers = companies_company_id_connections_connection_id_get_with_http_info(company_id, connection_id, opts)
|
96
96
|
data
|
@@ -100,7 +100,7 @@ module SparteraApiSdk
|
|
100
100
|
# @param company_id [String]
|
101
101
|
# @param connection_id [String]
|
102
102
|
# @param [Hash] opts the optional parameters
|
103
|
-
# @return [Array<(
|
103
|
+
# @return [Array<(CompaniesCompanyIdConnectionsConnectionIdGet200Response, Integer, Hash)>] CompaniesCompanyIdConnectionsConnectionIdGet200Response data, response status code and response headers
|
104
104
|
def companies_company_id_connections_connection_id_get_with_http_info(company_id, connection_id, opts = {})
|
105
105
|
if @api_client.config.debugging
|
106
106
|
@api_client.config.logger.debug 'Calling API: ConnectionsApi.companies_company_id_connections_connection_id_get ...'
|
@@ -131,7 +131,7 @@ module SparteraApiSdk
|
|
131
131
|
post_body = opts[:debug_body]
|
132
132
|
|
133
133
|
# return_type
|
134
|
-
return_type = opts[:debug_return_type] || '
|
134
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdConnectionsConnectionIdGet200Response'
|
135
135
|
|
136
136
|
# auth_names
|
137
137
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -157,7 +157,7 @@ module SparteraApiSdk
|
|
157
157
|
# @param company_id [String]
|
158
158
|
# @param connection_id [String]
|
159
159
|
# @param [Hash] opts the optional parameters
|
160
|
-
# @return [
|
160
|
+
# @return [CompaniesCompanyIdConnectionsGet200Response]
|
161
161
|
def companies_company_id_connections_connection_id_infoschema_get(company_id, connection_id, opts = {})
|
162
162
|
data, _status_code, _headers = companies_company_id_connections_connection_id_infoschema_get_with_http_info(company_id, connection_id, opts)
|
163
163
|
data
|
@@ -167,7 +167,7 @@ module SparteraApiSdk
|
|
167
167
|
# @param company_id [String]
|
168
168
|
# @param connection_id [String]
|
169
169
|
# @param [Hash] opts the optional parameters
|
170
|
-
# @return [Array<(
|
170
|
+
# @return [Array<(CompaniesCompanyIdConnectionsGet200Response, Integer, Hash)>] CompaniesCompanyIdConnectionsGet200Response data, response status code and response headers
|
171
171
|
def companies_company_id_connections_connection_id_infoschema_get_with_http_info(company_id, connection_id, opts = {})
|
172
172
|
if @api_client.config.debugging
|
173
173
|
@api_client.config.logger.debug 'Calling API: ConnectionsApi.companies_company_id_connections_connection_id_infoschema_get ...'
|
@@ -198,7 +198,7 @@ module SparteraApiSdk
|
|
198
198
|
post_body = opts[:debug_body]
|
199
199
|
|
200
200
|
# return_type
|
201
|
-
return_type = opts[:debug_return_type] || '
|
201
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdConnectionsGet200Response'
|
202
202
|
|
203
203
|
# auth_names
|
204
204
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -225,7 +225,7 @@ module SparteraApiSdk
|
|
225
225
|
# @param connection_id [String]
|
226
226
|
# @param connection [Connection]
|
227
227
|
# @param [Hash] opts the optional parameters
|
228
|
-
# @return [
|
228
|
+
# @return [CompaniesCompanyIdConnectionsConnectionIdPatch200Response]
|
229
229
|
def companies_company_id_connections_connection_id_patch(company_id, connection_id, connection, opts = {})
|
230
230
|
data, _status_code, _headers = companies_company_id_connections_connection_id_patch_with_http_info(company_id, connection_id, connection, opts)
|
231
231
|
data
|
@@ -236,7 +236,7 @@ module SparteraApiSdk
|
|
236
236
|
# @param connection_id [String]
|
237
237
|
# @param connection [Connection]
|
238
238
|
# @param [Hash] opts the optional parameters
|
239
|
-
# @return [Array<(
|
239
|
+
# @return [Array<(CompaniesCompanyIdConnectionsConnectionIdPatch200Response, Integer, Hash)>] CompaniesCompanyIdConnectionsConnectionIdPatch200Response data, response status code and response headers
|
240
240
|
def companies_company_id_connections_connection_id_patch_with_http_info(company_id, connection_id, connection, opts = {})
|
241
241
|
if @api_client.config.debugging
|
242
242
|
@api_client.config.logger.debug 'Calling API: ConnectionsApi.companies_company_id_connections_connection_id_patch ...'
|
@@ -276,7 +276,7 @@ module SparteraApiSdk
|
|
276
276
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(connection)
|
277
277
|
|
278
278
|
# return_type
|
279
|
-
return_type = opts[:debug_return_type] || '
|
279
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdConnectionsConnectionIdPatch200Response'
|
280
280
|
|
281
281
|
# auth_names
|
282
282
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -302,7 +302,7 @@ module SparteraApiSdk
|
|
302
302
|
# @param company_id [String]
|
303
303
|
# @param connection_id [String]
|
304
304
|
# @param [Hash] opts the optional parameters
|
305
|
-
# @return [
|
305
|
+
# @return [CompaniesCompanyIdConnectionsGet200Response]
|
306
306
|
def companies_company_id_connections_connection_id_test_get(company_id, connection_id, opts = {})
|
307
307
|
data, _status_code, _headers = companies_company_id_connections_connection_id_test_get_with_http_info(company_id, connection_id, opts)
|
308
308
|
data
|
@@ -312,7 +312,7 @@ module SparteraApiSdk
|
|
312
312
|
# @param company_id [String]
|
313
313
|
# @param connection_id [String]
|
314
314
|
# @param [Hash] opts the optional parameters
|
315
|
-
# @return [Array<(
|
315
|
+
# @return [Array<(CompaniesCompanyIdConnectionsGet200Response, Integer, Hash)>] CompaniesCompanyIdConnectionsGet200Response data, response status code and response headers
|
316
316
|
def companies_company_id_connections_connection_id_test_get_with_http_info(company_id, connection_id, opts = {})
|
317
317
|
if @api_client.config.debugging
|
318
318
|
@api_client.config.logger.debug 'Calling API: ConnectionsApi.companies_company_id_connections_connection_id_test_get ...'
|
@@ -343,7 +343,7 @@ module SparteraApiSdk
|
|
343
343
|
post_body = opts[:debug_body]
|
344
344
|
|
345
345
|
# return_type
|
346
|
-
return_type = opts[:debug_return_type] || '
|
346
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdConnectionsGet200Response'
|
347
347
|
|
348
348
|
# auth_names
|
349
349
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -368,7 +368,7 @@ module SparteraApiSdk
|
|
368
368
|
# Get all connections for a specific company
|
369
369
|
# @param company_id [String]
|
370
370
|
# @param [Hash] opts the optional parameters
|
371
|
-
# @return [
|
371
|
+
# @return [CompaniesCompanyIdConnectionsGet200Response]
|
372
372
|
def companies_company_id_connections_get(company_id, opts = {})
|
373
373
|
data, _status_code, _headers = companies_company_id_connections_get_with_http_info(company_id, opts)
|
374
374
|
data
|
@@ -377,7 +377,7 @@ module SparteraApiSdk
|
|
377
377
|
# Get all connections for a specific company
|
378
378
|
# @param company_id [String]
|
379
379
|
# @param [Hash] opts the optional parameters
|
380
|
-
# @return [Array<(
|
380
|
+
# @return [Array<(CompaniesCompanyIdConnectionsGet200Response, Integer, Hash)>] CompaniesCompanyIdConnectionsGet200Response data, response status code and response headers
|
381
381
|
def companies_company_id_connections_get_with_http_info(company_id, opts = {})
|
382
382
|
if @api_client.config.debugging
|
383
383
|
@api_client.config.logger.debug 'Calling API: ConnectionsApi.companies_company_id_connections_get ...'
|
@@ -404,7 +404,7 @@ module SparteraApiSdk
|
|
404
404
|
post_body = opts[:debug_body]
|
405
405
|
|
406
406
|
# return_type
|
407
|
-
return_type = opts[:debug_return_type] || '
|
407
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdConnectionsGet200Response'
|
408
408
|
|
409
409
|
# auth_names
|
410
410
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -430,7 +430,7 @@ module SparteraApiSdk
|
|
430
430
|
# @param company_id [String]
|
431
431
|
# @param connection [Connection]
|
432
432
|
# @param [Hash] opts the optional parameters
|
433
|
-
# @return [
|
433
|
+
# @return [CompaniesCompanyIdConnectionsPost200Response]
|
434
434
|
def companies_company_id_connections_post(company_id, connection, opts = {})
|
435
435
|
data, _status_code, _headers = companies_company_id_connections_post_with_http_info(company_id, connection, opts)
|
436
436
|
data
|
@@ -440,7 +440,7 @@ module SparteraApiSdk
|
|
440
440
|
# @param company_id [String]
|
441
441
|
# @param connection [Connection]
|
442
442
|
# @param [Hash] opts the optional parameters
|
443
|
-
# @return [Array<(
|
443
|
+
# @return [Array<(CompaniesCompanyIdConnectionsPost200Response, Integer, Hash)>] CompaniesCompanyIdConnectionsPost200Response data, response status code and response headers
|
444
444
|
def companies_company_id_connections_post_with_http_info(company_id, connection, opts = {})
|
445
445
|
if @api_client.config.debugging
|
446
446
|
@api_client.config.logger.debug 'Calling API: ConnectionsApi.companies_company_id_connections_post ...'
|
@@ -476,7 +476,7 @@ module SparteraApiSdk
|
|
476
476
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(connection)
|
477
477
|
|
478
478
|
# return_type
|
479
|
-
return_type = opts[:debug_return_type] || '
|
479
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdConnectionsPost200Response'
|
480
480
|
|
481
481
|
# auth_names
|
482
482
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -24,7 +24,7 @@ module SparteraApiSdk
|
|
24
24
|
# @param user_id [String]
|
25
25
|
# @param category [String]
|
26
26
|
# @param [Hash] opts the optional parameters
|
27
|
-
# @return [
|
27
|
+
# @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response]
|
28
28
|
def companies_company_id_users_user_id_favorites_category_category_get(company_id, user_id, category, opts = {})
|
29
29
|
data, _status_code, _headers = companies_company_id_users_user_id_favorites_category_category_get_with_http_info(company_id, user_id, category, opts)
|
30
30
|
data
|
@@ -35,7 +35,7 @@ module SparteraApiSdk
|
|
35
35
|
# @param user_id [String]
|
36
36
|
# @param category [String]
|
37
37
|
# @param [Hash] opts the optional parameters
|
38
|
-
# @return [Array<(
|
38
|
+
# @return [Array<(CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response, Integer, Hash)>] CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response data, response status code and response headers
|
39
39
|
def companies_company_id_users_user_id_favorites_category_category_get_with_http_info(company_id, user_id, category, opts = {})
|
40
40
|
if @api_client.config.debugging
|
41
41
|
@api_client.config.logger.debug 'Calling API: FavoritesApi.companies_company_id_users_user_id_favorites_category_category_get ...'
|
@@ -70,7 +70,7 @@ module SparteraApiSdk
|
|
70
70
|
post_body = opts[:debug_body]
|
71
71
|
|
72
72
|
# return_type
|
73
|
-
return_type = opts[:debug_return_type] || '
|
73
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response'
|
74
74
|
|
75
75
|
# auth_names
|
76
76
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -97,7 +97,7 @@ module SparteraApiSdk
|
|
97
97
|
# @param user_id [String]
|
98
98
|
# @param asset_id [String]
|
99
99
|
# @param [Hash] opts the optional parameters
|
100
|
-
# @return [
|
100
|
+
# @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response]
|
101
101
|
def companies_company_id_users_user_id_favorites_check_asset_id_get(company_id, user_id, asset_id, opts = {})
|
102
102
|
data, _status_code, _headers = companies_company_id_users_user_id_favorites_check_asset_id_get_with_http_info(company_id, user_id, asset_id, opts)
|
103
103
|
data
|
@@ -108,7 +108,7 @@ module SparteraApiSdk
|
|
108
108
|
# @param user_id [String]
|
109
109
|
# @param asset_id [String]
|
110
110
|
# @param [Hash] opts the optional parameters
|
111
|
-
# @return [Array<(
|
111
|
+
# @return [Array<(CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response, Integer, Hash)>] CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response data, response status code and response headers
|
112
112
|
def companies_company_id_users_user_id_favorites_check_asset_id_get_with_http_info(company_id, user_id, asset_id, opts = {})
|
113
113
|
if @api_client.config.debugging
|
114
114
|
@api_client.config.logger.debug 'Calling API: FavoritesApi.companies_company_id_users_user_id_favorites_check_asset_id_get ...'
|
@@ -143,7 +143,7 @@ module SparteraApiSdk
|
|
143
143
|
post_body = opts[:debug_body]
|
144
144
|
|
145
145
|
# return_type
|
146
|
-
return_type = opts[:debug_return_type] || '
|
146
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response'
|
147
147
|
|
148
148
|
# auth_names
|
149
149
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -170,7 +170,7 @@ module SparteraApiSdk
|
|
170
170
|
# @param user_id [String]
|
171
171
|
# @param favorite_id [String]
|
172
172
|
# @param [Hash] opts the optional parameters
|
173
|
-
# @return [
|
173
|
+
# @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response]
|
174
174
|
def companies_company_id_users_user_id_favorites_favorite_id_delete(company_id, user_id, favorite_id, opts = {})
|
175
175
|
data, _status_code, _headers = companies_company_id_users_user_id_favorites_favorite_id_delete_with_http_info(company_id, user_id, favorite_id, opts)
|
176
176
|
data
|
@@ -181,7 +181,7 @@ module SparteraApiSdk
|
|
181
181
|
# @param user_id [String]
|
182
182
|
# @param favorite_id [String]
|
183
183
|
# @param [Hash] opts the optional parameters
|
184
|
-
# @return [Array<(
|
184
|
+
# @return [Array<(CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response, Integer, Hash)>] CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response data, response status code and response headers
|
185
185
|
def companies_company_id_users_user_id_favorites_favorite_id_delete_with_http_info(company_id, user_id, favorite_id, opts = {})
|
186
186
|
if @api_client.config.debugging
|
187
187
|
@api_client.config.logger.debug 'Calling API: FavoritesApi.companies_company_id_users_user_id_favorites_favorite_id_delete ...'
|
@@ -216,7 +216,7 @@ module SparteraApiSdk
|
|
216
216
|
post_body = opts[:debug_body]
|
217
217
|
|
218
218
|
# return_type
|
219
|
-
return_type = opts[:debug_return_type] || '
|
219
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdDelete200Response'
|
220
220
|
|
221
221
|
# auth_names
|
222
222
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -243,7 +243,7 @@ module SparteraApiSdk
|
|
243
243
|
# @param user_id [String]
|
244
244
|
# @param favorite_id [String]
|
245
245
|
# @param [Hash] opts the optional parameters
|
246
|
-
# @return [
|
246
|
+
# @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response]
|
247
247
|
def companies_company_id_users_user_id_favorites_favorite_id_get(company_id, user_id, favorite_id, opts = {})
|
248
248
|
data, _status_code, _headers = companies_company_id_users_user_id_favorites_favorite_id_get_with_http_info(company_id, user_id, favorite_id, opts)
|
249
249
|
data
|
@@ -254,7 +254,7 @@ module SparteraApiSdk
|
|
254
254
|
# @param user_id [String]
|
255
255
|
# @param favorite_id [String]
|
256
256
|
# @param [Hash] opts the optional parameters
|
257
|
-
# @return [Array<(
|
257
|
+
# @return [Array<(CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response, Integer, Hash)>] CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response data, response status code and response headers
|
258
258
|
def companies_company_id_users_user_id_favorites_favorite_id_get_with_http_info(company_id, user_id, favorite_id, opts = {})
|
259
259
|
if @api_client.config.debugging
|
260
260
|
@api_client.config.logger.debug 'Calling API: FavoritesApi.companies_company_id_users_user_id_favorites_favorite_id_get ...'
|
@@ -289,7 +289,7 @@ module SparteraApiSdk
|
|
289
289
|
post_body = opts[:debug_body]
|
290
290
|
|
291
291
|
# return_type
|
292
|
-
return_type = opts[:debug_return_type] || '
|
292
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdGet200Response'
|
293
293
|
|
294
294
|
# auth_names
|
295
295
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -317,7 +317,7 @@ module SparteraApiSdk
|
|
317
317
|
# @param favorite_id [String]
|
318
318
|
# @param favorite [Favorite]
|
319
319
|
# @param [Hash] opts the optional parameters
|
320
|
-
# @return [
|
320
|
+
# @return [CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200Response]
|
321
321
|
def companies_company_id_users_user_id_favorites_favorite_id_patch(company_id, user_id, favorite_id, favorite, opts = {})
|
322
322
|
data, _status_code, _headers = companies_company_id_users_user_id_favorites_favorite_id_patch_with_http_info(company_id, user_id, favorite_id, favorite, opts)
|
323
323
|
data
|
@@ -329,7 +329,7 @@ module SparteraApiSdk
|
|
329
329
|
# @param favorite_id [String]
|
330
330
|
# @param favorite [Favorite]
|
331
331
|
# @param [Hash] opts the optional parameters
|
332
|
-
# @return [Array<(
|
332
|
+
# @return [Array<(CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200Response, Integer, Hash)>] CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200Response data, response status code and response headers
|
333
333
|
def companies_company_id_users_user_id_favorites_favorite_id_patch_with_http_info(company_id, user_id, favorite_id, favorite, opts = {})
|
334
334
|
if @api_client.config.debugging
|
335
335
|
@api_client.config.logger.debug 'Calling API: FavoritesApi.companies_company_id_users_user_id_favorites_favorite_id_patch ...'
|
@@ -373,7 +373,7 @@ module SparteraApiSdk
|
|
373
373
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(favorite)
|
374
374
|
|
375
375
|
# return_type
|
376
|
-
return_type = opts[:debug_return_type] || '
|
376
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdUsersUserIdFavoritesFavoriteIdPatch200Response'
|
377
377
|
|
378
378
|
# auth_names
|
379
379
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -399,7 +399,7 @@ module SparteraApiSdk
|
|
399
399
|
# @param company_id [String]
|
400
400
|
# @param user_id [String]
|
401
401
|
# @param [Hash] opts the optional parameters
|
402
|
-
# @return [
|
402
|
+
# @return [CompaniesCompanyIdUsersUserIdFavoritesGet200Response]
|
403
403
|
def companies_company_id_users_user_id_favorites_get(company_id, user_id, opts = {})
|
404
404
|
data, _status_code, _headers = companies_company_id_users_user_id_favorites_get_with_http_info(company_id, user_id, opts)
|
405
405
|
data
|
@@ -409,7 +409,7 @@ module SparteraApiSdk
|
|
409
409
|
# @param company_id [String]
|
410
410
|
# @param user_id [String]
|
411
411
|
# @param [Hash] opts the optional parameters
|
412
|
-
# @return [Array<(
|
412
|
+
# @return [Array<(CompaniesCompanyIdUsersUserIdFavoritesGet200Response, Integer, Hash)>] CompaniesCompanyIdUsersUserIdFavoritesGet200Response data, response status code and response headers
|
413
413
|
def companies_company_id_users_user_id_favorites_get_with_http_info(company_id, user_id, opts = {})
|
414
414
|
if @api_client.config.debugging
|
415
415
|
@api_client.config.logger.debug 'Calling API: FavoritesApi.companies_company_id_users_user_id_favorites_get ...'
|
@@ -440,7 +440,7 @@ module SparteraApiSdk
|
|
440
440
|
post_body = opts[:debug_body]
|
441
441
|
|
442
442
|
# return_type
|
443
|
-
return_type = opts[:debug_return_type] || '
|
443
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdUsersUserIdFavoritesGet200Response'
|
444
444
|
|
445
445
|
# auth_names
|
446
446
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -467,7 +467,7 @@ module SparteraApiSdk
|
|
467
467
|
# @param user_id [String]
|
468
468
|
# @param favorite [Favorite]
|
469
469
|
# @param [Hash] opts the optional parameters
|
470
|
-
# @return [
|
470
|
+
# @return [CompaniesCompanyIdUsersUserIdFavoritesPost200Response]
|
471
471
|
def companies_company_id_users_user_id_favorites_post(company_id, user_id, favorite, opts = {})
|
472
472
|
data, _status_code, _headers = companies_company_id_users_user_id_favorites_post_with_http_info(company_id, user_id, favorite, opts)
|
473
473
|
data
|
@@ -478,7 +478,7 @@ module SparteraApiSdk
|
|
478
478
|
# @param user_id [String]
|
479
479
|
# @param favorite [Favorite]
|
480
480
|
# @param [Hash] opts the optional parameters
|
481
|
-
# @return [Array<(
|
481
|
+
# @return [Array<(CompaniesCompanyIdUsersUserIdFavoritesPost200Response, Integer, Hash)>] CompaniesCompanyIdUsersUserIdFavoritesPost200Response data, response status code and response headers
|
482
482
|
def companies_company_id_users_user_id_favorites_post_with_http_info(company_id, user_id, favorite, opts = {})
|
483
483
|
if @api_client.config.debugging
|
484
484
|
@api_client.config.logger.debug 'Calling API: FavoritesApi.companies_company_id_users_user_id_favorites_post ...'
|
@@ -518,7 +518,7 @@ module SparteraApiSdk
|
|
518
518
|
post_body = opts[:debug_body] || @api_client.object_to_http_body(favorite)
|
519
519
|
|
520
520
|
# return_type
|
521
|
-
return_type = opts[:debug_return_type] || '
|
521
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdUsersUserIdFavoritesPost200Response'
|
522
522
|
|
523
523
|
# auth_names
|
524
524
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|
@@ -544,7 +544,7 @@ module SparteraApiSdk
|
|
544
544
|
# @param company_id [String]
|
545
545
|
# @param user_id [String]
|
546
546
|
# @param [Hash] opts the optional parameters
|
547
|
-
# @return [
|
547
|
+
# @return [CompaniesCompanyIdUsersUserIdFavoritesGet200Response]
|
548
548
|
def companies_company_id_users_user_id_favorites_uncategorized_get(company_id, user_id, opts = {})
|
549
549
|
data, _status_code, _headers = companies_company_id_users_user_id_favorites_uncategorized_get_with_http_info(company_id, user_id, opts)
|
550
550
|
data
|
@@ -554,7 +554,7 @@ module SparteraApiSdk
|
|
554
554
|
# @param company_id [String]
|
555
555
|
# @param user_id [String]
|
556
556
|
# @param [Hash] opts the optional parameters
|
557
|
-
# @return [Array<(
|
557
|
+
# @return [Array<(CompaniesCompanyIdUsersUserIdFavoritesGet200Response, Integer, Hash)>] CompaniesCompanyIdUsersUserIdFavoritesGet200Response data, response status code and response headers
|
558
558
|
def companies_company_id_users_user_id_favorites_uncategorized_get_with_http_info(company_id, user_id, opts = {})
|
559
559
|
if @api_client.config.debugging
|
560
560
|
@api_client.config.logger.debug 'Calling API: FavoritesApi.companies_company_id_users_user_id_favorites_uncategorized_get ...'
|
@@ -585,7 +585,7 @@ module SparteraApiSdk
|
|
585
585
|
post_body = opts[:debug_body]
|
586
586
|
|
587
587
|
# return_type
|
588
|
-
return_type = opts[:debug_return_type] || '
|
588
|
+
return_type = opts[:debug_return_type] || 'CompaniesCompanyIdUsersUserIdFavoritesGet200Response'
|
589
589
|
|
590
590
|
# auth_names
|
591
591
|
auth_names = opts[:debug_auth_names] || ['ApiKeyAuth']
|