rustici_software_cloud_v2 1.0.0beta → 1.0.1
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 +7 -0
- data/README.md +194 -88
- data/lib/rustici_software_cloud_v2/api/about_api.rb +71 -0
- data/lib/rustici_software_cloud_v2/api/application_management_api.rb +161 -97
- data/lib/rustici_software_cloud_v2/api/authentication_api.rb +13 -13
- data/lib/rustici_software_cloud_v2/api/course_api.rb +246 -260
- data/lib/rustici_software_cloud_v2/api/dispatch_api.rb +1994 -0
- data/lib/rustici_software_cloud_v2/api/invitations_api.rb +964 -0
- data/lib/rustici_software_cloud_v2/api/learner_api.rb +296 -0
- data/lib/rustici_software_cloud_v2/api/ping_api.rb +10 -8
- data/lib/rustici_software_cloud_v2/api/registration_api.rb +379 -324
- data/lib/rustici_software_cloud_v2/api/reporting_api.rb +191 -0
- data/lib/rustici_software_cloud_v2/api/xapi_api.rb +555 -0
- data/lib/rustici_software_cloud_v2/api/zoomi_api.rb +448 -0
- data/lib/rustici_software_cloud_v2/api_client.rb +2 -3
- data/lib/rustici_software_cloud_v2/api_error.rb +1 -2
- data/lib/rustici_software_cloud_v2/configuration.rb +9 -19
- data/lib/rustici_software_cloud_v2/models/about_schema.rb +196 -0
- data/lib/rustici_software_cloud_v2/models/activity_result_schema.rb +17 -14
- data/lib/rustici_software_cloud_v2/models/application_list_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/application_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/application_token.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/{course_tags_batch_schema.rb → batch_tags_schema.rb} +29 -23
- data/lib/rustici_software_cloud_v2/models/comment_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/completion_amount_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/course_activity_schema.rb +14 -11
- data/lib/rustici_software_cloud_v2/models/course_list_non_paged_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/course_list_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/course_reference_schema.rb +11 -8
- data/lib/rustici_software_cloud_v2/models/course_schema.rb +14 -11
- data/lib/rustici_software_cloud_v2/models/create_dispatch_id_schema.rb +225 -0
- data/lib/rustici_software_cloud_v2/models/{link_schema.rb → create_dispatch_list_schema.rb} +22 -21
- data/lib/rustici_software_cloud_v2/models/create_dispatch_schema.rb +308 -0
- data/lib/rustici_software_cloud_v2/models/create_private_invitation_schema.rb +254 -0
- data/lib/rustici_software_cloud_v2/models/create_public_invitation_schema.rb +252 -0
- data/lib/rustici_software_cloud_v2/models/create_registration_schema.rb +15 -11
- data/lib/rustici_software_cloud_v2/models/credential_created_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/credential_list_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/credential_request_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/credential_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/destination_id_schema.rb +197 -0
- data/lib/rustici_software_cloud_v2/models/destination_list_schema.rb +200 -0
- data/lib/rustici_software_cloud_v2/models/{setting_metadata_valid_values.rb → destination_schema.rb} +42 -31
- data/lib/rustici_software_cloud_v2/models/dispatch_id_schema.rb +196 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_list_schema.rb +198 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_registration_count_schema.rb +196 -0
- data/lib/rustici_software_cloud_v2/models/dispatch_schema.rb +290 -0
- data/lib/rustici_software_cloud_v2/models/{tag_post_schema.rb → enabled_schema.rb} +24 -11
- data/lib/rustici_software_cloud_v2/models/import_fetch_request_schema.rb +12 -9
- data/lib/rustici_software_cloud_v2/models/import_job_result_schema.rb +14 -11
- data/lib/rustici_software_cloud_v2/models/import_result_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/integer_result_schema.rb +13 -9
- data/lib/rustici_software_cloud_v2/models/invitation_email_schema.rb +215 -0
- data/lib/rustici_software_cloud_v2/models/invitation_job_status_schema.rb +253 -0
- data/lib/rustici_software_cloud_v2/models/invitation_summary_list.rb +199 -0
- data/lib/rustici_software_cloud_v2/models/invitation_summary_schema.rb +227 -0
- data/lib/rustici_software_cloud_v2/models/item_value_pair_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/launch_history_list_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/launch_history_schema.rb +19 -16
- data/lib/rustici_software_cloud_v2/models/launch_link_request_schema.rb +17 -8
- data/lib/rustici_software_cloud_v2/models/launch_link_schema.rb +13 -9
- data/lib/rustici_software_cloud_v2/models/learner_preference_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/learner_schema.rb +13 -9
- data/lib/rustici_software_cloud_v2/models/message_schema.rb +13 -9
- data/lib/rustici_software_cloud_v2/models/metadata_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/objective_schema.rb +23 -20
- data/lib/rustici_software_cloud_v2/models/permissions_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/ping_schema.rb +28 -20
- data/lib/rustici_software_cloud_v2/models/post_back_schema.rb +33 -20
- data/lib/rustici_software_cloud_v2/models/private_invitation_list.rb +199 -0
- data/lib/rustici_software_cloud_v2/models/private_invitation_schema.rb +266 -0
- data/lib/rustici_software_cloud_v2/models/public_invitation_list.rb +199 -0
- data/lib/rustici_software_cloud_v2/models/public_invitation_schema.rb +289 -0
- data/lib/rustici_software_cloud_v2/models/registration_completion.rb +5 -14
- data/lib/rustici_software_cloud_v2/models/registration_list_schema.rb +13 -9
- data/lib/rustici_software_cloud_v2/models/registration_schema.rb +24 -9
- data/lib/rustici_software_cloud_v2/models/registration_success.rb +5 -14
- data/lib/rustici_software_cloud_v2/models/reportage_account_info_schema.rb +259 -0
- data/lib/rustici_software_cloud_v2/models/reportage_account_info_usage_schema.rb +214 -0
- data/lib/rustici_software_cloud_v2/models/reportage_auth_token_schema.rb +196 -0
- data/lib/rustici_software_cloud_v2/models/reportage_link_schema.rb +187 -0
- data/lib/rustici_software_cloud_v2/models/response_error.rb +13 -9
- data/lib/rustici_software_cloud_v2/models/runtime_interaction_schema.rb +14 -11
- data/lib/rustici_software_cloud_v2/models/runtime_objective_schema.rb +19 -16
- data/lib/rustici_software_cloud_v2/models/runtime_schema.rb +15 -12
- data/lib/rustici_software_cloud_v2/models/score_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/setting_item.rb +14 -11
- data/lib/rustici_software_cloud_v2/models/setting_list_schema.rb +13 -9
- data/lib/rustici_software_cloud_v2/models/setting_metadata.rb +15 -12
- data/lib/rustici_software_cloud_v2/models/setting_valid_value.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/settings_individual_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/settings_post_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/shared_data_entry_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/static_properties_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/string_result_schema.rb +13 -9
- data/lib/rustici_software_cloud_v2/models/tag_list_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/title_schema.rb +12 -8
- data/lib/rustici_software_cloud_v2/models/token_request_schema.rb +14 -10
- data/lib/rustici_software_cloud_v2/models/update_dispatch_schema.rb +258 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_list.rb +199 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_schema.rb +236 -0
- data/lib/rustici_software_cloud_v2/models/user_invitation_schema_registration_report.rb +214 -0
- data/lib/rustici_software_cloud_v2/models/xapi_account.rb +13 -10
- data/lib/rustici_software_cloud_v2/models/xapi_activity.rb +13 -10
- data/lib/rustici_software_cloud_v2/models/xapi_activity_definition.rb +14 -11
- data/lib/rustici_software_cloud_v2/models/xapi_agent_group.rb +14 -12
- data/lib/rustici_software_cloud_v2/models/xapi_attachment.rb +18 -15
- data/lib/rustici_software_cloud_v2/models/xapi_context.rb +12 -9
- data/lib/rustici_software_cloud_v2/models/xapi_context_activity.rb +11 -8
- data/lib/rustici_software_cloud_v2/models/xapi_credential_auth_type_schema.rb +220 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_permissions_level_schema.rb +220 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_post_schema.rb +252 -0
- data/lib/rustici_software_cloud_v2/models/xapi_credential_schema.rb +266 -0
- data/lib/rustici_software_cloud_v2/models/{registration_tags_batch_schema.rb → xapi_credentials_list_schema.rb} +30 -31
- data/lib/rustici_software_cloud_v2/models/xapi_endpoint_schema.rb +205 -0
- data/lib/rustici_software_cloud_v2/models/xapi_interaction_component.rb +13 -10
- data/lib/rustici_software_cloud_v2/models/xapi_result.rb +12 -9
- data/lib/rustici_software_cloud_v2/models/xapi_score.rb +11 -8
- data/lib/rustici_software_cloud_v2/models/xapi_statement.rb +11 -8
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_list_schema.rb +194 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_post_schema.rb +196 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_pipe_schema.rb +241 -0
- data/lib/rustici_software_cloud_v2/models/xapi_statement_reference.rb +14 -11
- data/lib/rustici_software_cloud_v2/models/xapi_statement_result.rb +12 -9
- data/lib/rustici_software_cloud_v2/models/xapi_verb.rb +13 -10
- data/lib/rustici_software_cloud_v2/models/zoomi_company_id.rb +187 -0
- data/lib/rustici_software_cloud_v2/models/zoomi_course_options_schema.rb +196 -0
- data/lib/rustici_software_cloud_v2/version.rb +2 -3
- data/lib/rustici_software_cloud_v2.rb +50 -6
- data/rustici_software_cloud_v2.gemspec +10 -11
- data/spec/api_client_spec.rb +1 -13
- data/spec/configuration_spec.rb +9 -10
- data/spec/spec_helper.rb +1 -13
- metadata +107 -271
- data/docs/ActivityResultSchema.md +0 -20
- data/docs/ApplicationListSchema.md +0 -8
- data/docs/ApplicationManagementApi.md +0 -570
- data/docs/ApplicationSchema.md +0 -9
- data/docs/ApplicationToken.md +0 -10
- data/docs/AuthenticationApi.md +0 -64
- data/docs/CommentSchema.md +0 -10
- data/docs/CompletionAmountSchema.md +0 -8
- data/docs/CourseActivitySchema.md +0 -15
- data/docs/CourseApi.md +0 -1459
- data/docs/CourseListNonPagedSchema.md +0 -8
- data/docs/CourseListSchema.md +0 -9
- data/docs/CourseReferenceSchema.md +0 -10
- data/docs/CourseSchema.md +0 -20
- data/docs/CourseTagsBatchSchema.md +0 -9
- data/docs/CreateRegistrationSchema.md +0 -17
- data/docs/CredentialCreatedSchema.md +0 -12
- data/docs/CredentialListSchema.md +0 -8
- data/docs/CredentialRequestSchema.md +0 -9
- data/docs/CredentialSchema.md +0 -12
- data/docs/ImportFetchRequestSchema.md +0 -8
- data/docs/ImportJobResultSchema.md +0 -11
- data/docs/ImportResultSchema.md +0 -11
- data/docs/IntegerResultSchema.md +0 -8
- data/docs/ItemValuePairSchema.md +0 -9
- data/docs/LaunchHistoryListSchema.md +0 -8
- data/docs/LaunchHistorySchema.md +0 -17
- data/docs/LaunchLinkRequestSchema.md +0 -17
- data/docs/LaunchLinkSchema.md +0 -8
- data/docs/LearnerPreferenceSchema.md +0 -11
- data/docs/LearnerSchema.md +0 -11
- data/docs/LinkSchema.md +0 -8
- data/docs/MessageSchema.md +0 -8
- data/docs/MetadataSchema.md +0 -14
- data/docs/ObjectiveSchema.md +0 -20
- data/docs/PermissionsSchema.md +0 -9
- data/docs/PingApi.md +0 -57
- data/docs/PingSchema.md +0 -8
- data/docs/PostBackSchema.md +0 -12
- data/docs/RegistrationApi.md +0 -1490
- data/docs/RegistrationCompletion.md +0 -7
- data/docs/RegistrationListSchema.md +0 -9
- data/docs/RegistrationSchema.md +0 -27
- data/docs/RegistrationSuccess.md +0 -7
- data/docs/RegistrationTagsBatchSchema.md +0 -9
- data/docs/ResponseError.md +0 -8
- data/docs/RuntimeInteractionSchema.md +0 -18
- data/docs/RuntimeObjectiveSchema.md +0 -16
- data/docs/RuntimeSchema.md +0 -27
- data/docs/ScoreSchema.md +0 -8
- data/docs/SettingItem.md +0 -12
- data/docs/SettingListSchema.md +0 -8
- data/docs/SettingMetadata.md +0 -15
- data/docs/SettingMetadataValidValues.md +0 -9
- data/docs/SettingValidValue.md +0 -9
- data/docs/SettingsIndividualSchema.md +0 -10
- data/docs/SettingsPostSchema.md +0 -8
- data/docs/SharedDataEntrySchema.md +0 -9
- data/docs/StaticPropertiesSchema.md +0 -13
- data/docs/StringResultSchema.md +0 -8
- data/docs/TagListSchema.md +0 -8
- data/docs/TagPostSchema.md +0 -7
- data/docs/TitleSchema.md +0 -8
- data/docs/TokenRequestSchema.md +0 -9
- data/docs/XapiAccount.md +0 -9
- data/docs/XapiActivity.md +0 -10
- data/docs/XapiActivityDefinition.md +0 -19
- data/docs/XapiAgentGroup.md +0 -14
- data/docs/XapiAttachment.md +0 -14
- data/docs/XapiContext.md +0 -16
- data/docs/XapiContextActivity.md +0 -11
- data/docs/XapiInteractionComponent.md +0 -9
- data/docs/XapiResult.md +0 -13
- data/docs/XapiScore.md +0 -11
- data/docs/XapiStatement.md +0 -20
- data/docs/XapiStatementReference.md +0 -9
- data/docs/XapiStatementResult.md +0 -9
- data/docs/XapiVerb.md +0 -9
- data/git_push.sh +0 -55
- data/spec/models/activity_result_schema_spec.rb +0 -133
- data/spec/models/application_list_schema_spec.rb +0 -53
- data/spec/models/application_schema_spec.rb +0 -59
- data/spec/models/application_token_spec.rb +0 -65
- data/spec/models/comment_schema_spec.rb +0 -65
- data/spec/models/completion_amount_schema_spec.rb +0 -53
- data/spec/models/course_activity_schema_spec.rb +0 -99
- data/spec/models/course_list_non_paged_schema_spec.rb +0 -53
- data/spec/models/course_list_schema_spec.rb +0 -59
- data/spec/models/course_reference_schema_spec.rb +0 -65
- data/spec/models/course_schema_spec.rb +0 -129
- data/spec/models/create_registration_schema_spec.rb +0 -107
- data/spec/models/credential_created_schema_spec.rb +0 -77
- data/spec/models/credential_list_schema_spec.rb +0 -53
- data/spec/models/credential_request_schema_spec.rb +0 -59
- data/spec/models/credential_schema_spec.rb +0 -77
- data/spec/models/import_fetch_request_schema_spec.rb +0 -53
- data/spec/models/import_job_result_schema_spec.rb +0 -75
- data/spec/models/import_result_schema_spec.rb +0 -71
- data/spec/models/integer_result_schema_spec.rb +0 -53
- data/spec/models/item_value_pair_schema_spec.rb +0 -59
- data/spec/models/launch_history_list_schema_spec.rb +0 -53
- data/spec/models/launch_history_schema_spec.rb +0 -115
- data/spec/models/launch_link_request_schema_spec.rb +0 -107
- data/spec/models/launch_link_schema_spec.rb +0 -53
- data/spec/models/learner_preference_schema_spec.rb +0 -71
- data/spec/models/learner_schema_spec.rb +0 -71
- data/spec/models/link_schema_spec.rb +0 -53
- data/spec/models/message_schema_spec.rb +0 -53
- data/spec/models/metadata_schema_spec.rb +0 -89
- data/spec/models/objective_schema_spec.rb +0 -137
- data/spec/models/permissions_schema_spec.rb +0 -59
- data/spec/models/ping_schema_spec.rb +0 -53
- data/spec/models/post_back_schema_spec.rb +0 -85
- data/spec/models/registration_completion_spec.rb +0 -47
- data/spec/models/registration_list_schema_spec.rb +0 -59
- data/spec/models/registration_schema_spec.rb +0 -167
- data/spec/models/registration_success_spec.rb +0 -47
- data/spec/models/response_error_spec.rb +0 -53
- data/spec/models/runtime_interaction_schema_spec.rb +0 -117
- data/spec/models/runtime_objective_schema_spec.rb +0 -109
- data/spec/models/runtime_schema_spec.rb +0 -171
- data/spec/models/score_schema_spec.rb +0 -53
- data/spec/models/setting_item_spec.rb +0 -81
- data/spec/models/setting_list_schema_spec.rb +0 -53
- data/spec/models/setting_metadata_spec.rb +0 -99
- data/spec/models/setting_metadata_valid_values_spec.rb +0 -59
- data/spec/models/settings_individual_schema_spec.rb +0 -65
- data/spec/models/settings_post_schema_spec.rb +0 -53
- data/spec/models/shared_data_entry_schema_spec.rb +0 -59
- data/spec/models/static_properties_schema_spec.rb +0 -83
- data/spec/models/string_result_schema_spec.rb +0 -53
- data/spec/models/title_schema_spec.rb +0 -53
- data/spec/models/token_request_schema_spec.rb +0 -59
- data/swagger-codegen.config +0 -11
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#SCORM Cloud Rest API
|
|
3
|
+
|
|
4
|
+
#REST API used for SCORM Cloud integrations.
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 2.0
|
|
7
|
+
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
|
|
10
|
+
=end
|
|
11
|
+
|
|
12
|
+
require "uri"
|
|
13
|
+
|
|
14
|
+
module RusticiSoftwareCloudV2
|
|
15
|
+
class ZoomiApi
|
|
16
|
+
attr_accessor :api_client
|
|
17
|
+
|
|
18
|
+
def initialize(api_client = ApiClient.default)
|
|
19
|
+
@api_client = api_client
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
# Delete the keys for an application.
|
|
23
|
+
# Delete the keys for an application.
|
|
24
|
+
# @param [Hash] opts the optional parameters
|
|
25
|
+
# @return [nil]
|
|
26
|
+
def delete_application_zoomi_keys(opts = {})
|
|
27
|
+
delete_application_zoomi_keys_with_http_info(opts)
|
|
28
|
+
return nil
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
# Delete the keys for an application.
|
|
32
|
+
# Delete the keys for an application.
|
|
33
|
+
# @param [Hash] opts the optional parameters
|
|
34
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
35
|
+
def delete_application_zoomi_keys_with_http_info(opts = {})
|
|
36
|
+
if @api_client.config.debugging
|
|
37
|
+
@api_client.config.logger.debug "Calling API: ZoomiApi.delete_application_zoomi_keys ..."
|
|
38
|
+
end
|
|
39
|
+
# resource path
|
|
40
|
+
local_var_path = "/zoomi/key".sub('{format}','json')
|
|
41
|
+
|
|
42
|
+
# query parameters
|
|
43
|
+
query_params = {}
|
|
44
|
+
|
|
45
|
+
# header parameters
|
|
46
|
+
header_params = {}
|
|
47
|
+
# HTTP header 'Accept' (if needed)
|
|
48
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
49
|
+
# HTTP header 'Content-Type'
|
|
50
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
51
|
+
|
|
52
|
+
# form parameters
|
|
53
|
+
form_params = {}
|
|
54
|
+
|
|
55
|
+
# http body (model)
|
|
56
|
+
post_body = nil
|
|
57
|
+
auth_names = ['APP_NORMAL', 'OAUTH']
|
|
58
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
59
|
+
:header_params => header_params,
|
|
60
|
+
:query_params => query_params,
|
|
61
|
+
:form_params => form_params,
|
|
62
|
+
:body => post_body,
|
|
63
|
+
:auth_names => auth_names)
|
|
64
|
+
if @api_client.config.debugging
|
|
65
|
+
@api_client.config.logger.debug "API called: ZoomiApi#delete_application_zoomi_keys\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
66
|
+
end
|
|
67
|
+
return data, status_code, headers
|
|
68
|
+
end
|
|
69
|
+
|
|
70
|
+
# Deletes the course in zoomi
|
|
71
|
+
# Deletes the course in zoomi
|
|
72
|
+
# @param course_id
|
|
73
|
+
# @param version_id The course version
|
|
74
|
+
# @param [Hash] opts the optional parameters
|
|
75
|
+
# @return [nil]
|
|
76
|
+
def delete_zoomi_course(course_id, version_id, opts = {})
|
|
77
|
+
delete_zoomi_course_with_http_info(course_id, version_id, opts)
|
|
78
|
+
return nil
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
# Deletes the course in zoomi
|
|
82
|
+
# Deletes the course in zoomi
|
|
83
|
+
# @param course_id
|
|
84
|
+
# @param version_id The course version
|
|
85
|
+
# @param [Hash] opts the optional parameters
|
|
86
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
87
|
+
def delete_zoomi_course_with_http_info(course_id, version_id, opts = {})
|
|
88
|
+
if @api_client.config.debugging
|
|
89
|
+
@api_client.config.logger.debug "Calling API: ZoomiApi.delete_zoomi_course ..."
|
|
90
|
+
end
|
|
91
|
+
# verify the required parameter 'course_id' is set
|
|
92
|
+
fail ArgumentError, "Missing the required parameter 'course_id' when calling ZoomiApi.delete_zoomi_course" if course_id.nil?
|
|
93
|
+
# verify the required parameter 'version_id' is set
|
|
94
|
+
fail ArgumentError, "Missing the required parameter 'version_id' when calling ZoomiApi.delete_zoomi_course" if version_id.nil?
|
|
95
|
+
# resource path
|
|
96
|
+
local_var_path = "/zoomi/course/{courseId}/version/{versionId}".sub('{format}','json').sub('{' + 'courseId' + '}', course_id.to_s).sub('{' + 'versionId' + '}', version_id.to_s)
|
|
97
|
+
|
|
98
|
+
# query parameters
|
|
99
|
+
query_params = {}
|
|
100
|
+
|
|
101
|
+
# header parameters
|
|
102
|
+
header_params = {}
|
|
103
|
+
# HTTP header 'Accept' (if needed)
|
|
104
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
105
|
+
# HTTP header 'Content-Type'
|
|
106
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
107
|
+
|
|
108
|
+
# form parameters
|
|
109
|
+
form_params = {}
|
|
110
|
+
|
|
111
|
+
# http body (model)
|
|
112
|
+
post_body = nil
|
|
113
|
+
auth_names = ['APP_NORMAL', 'OAUTH']
|
|
114
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
|
115
|
+
:header_params => header_params,
|
|
116
|
+
:query_params => query_params,
|
|
117
|
+
:form_params => form_params,
|
|
118
|
+
:body => post_body,
|
|
119
|
+
:auth_names => auth_names)
|
|
120
|
+
if @api_client.config.debugging
|
|
121
|
+
@api_client.config.logger.debug "API called: ZoomiApi#delete_zoomi_course\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
122
|
+
end
|
|
123
|
+
return data, status_code, headers
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
# Gets the zoomi company id of an application.
|
|
127
|
+
# Gets the zoomi company id of an application.
|
|
128
|
+
# @param [Hash] opts the optional parameters
|
|
129
|
+
# @return [StringResultSchema]
|
|
130
|
+
def get_application_zoomi_company_id(opts = {})
|
|
131
|
+
data, _status_code, _headers = get_application_zoomi_company_id_with_http_info(opts)
|
|
132
|
+
return data
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# Gets the zoomi company id of an application.
|
|
136
|
+
# Gets the zoomi company id of an application.
|
|
137
|
+
# @param [Hash] opts the optional parameters
|
|
138
|
+
# @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
|
|
139
|
+
def get_application_zoomi_company_id_with_http_info(opts = {})
|
|
140
|
+
if @api_client.config.debugging
|
|
141
|
+
@api_client.config.logger.debug "Calling API: ZoomiApi.get_application_zoomi_company_id ..."
|
|
142
|
+
end
|
|
143
|
+
# resource path
|
|
144
|
+
local_var_path = "/zoomi".sub('{format}','json')
|
|
145
|
+
|
|
146
|
+
# query parameters
|
|
147
|
+
query_params = {}
|
|
148
|
+
|
|
149
|
+
# header parameters
|
|
150
|
+
header_params = {}
|
|
151
|
+
# HTTP header 'Accept' (if needed)
|
|
152
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
153
|
+
# HTTP header 'Content-Type'
|
|
154
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
155
|
+
|
|
156
|
+
# form parameters
|
|
157
|
+
form_params = {}
|
|
158
|
+
|
|
159
|
+
# http body (model)
|
|
160
|
+
post_body = nil
|
|
161
|
+
auth_names = ['APP_NORMAL', 'OAUTH']
|
|
162
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
163
|
+
:header_params => header_params,
|
|
164
|
+
:query_params => query_params,
|
|
165
|
+
:form_params => form_params,
|
|
166
|
+
:body => post_body,
|
|
167
|
+
:auth_names => auth_names,
|
|
168
|
+
:return_type => 'StringResultSchema')
|
|
169
|
+
if @api_client.config.debugging
|
|
170
|
+
@api_client.config.logger.debug "API called: ZoomiApi#get_application_zoomi_company_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
171
|
+
end
|
|
172
|
+
return data, status_code, headers
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
# Gets the public key for an application.
|
|
176
|
+
# Gets the public key for an application.
|
|
177
|
+
# @param [Hash] opts the optional parameters
|
|
178
|
+
# @return [StringResultSchema]
|
|
179
|
+
def get_application_zoomi_public_key(opts = {})
|
|
180
|
+
data, _status_code, _headers = get_application_zoomi_public_key_with_http_info(opts)
|
|
181
|
+
return data
|
|
182
|
+
end
|
|
183
|
+
|
|
184
|
+
# Gets the public key for an application.
|
|
185
|
+
# Gets the public key for an application.
|
|
186
|
+
# @param [Hash] opts the optional parameters
|
|
187
|
+
# @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
|
|
188
|
+
def get_application_zoomi_public_key_with_http_info(opts = {})
|
|
189
|
+
if @api_client.config.debugging
|
|
190
|
+
@api_client.config.logger.debug "Calling API: ZoomiApi.get_application_zoomi_public_key ..."
|
|
191
|
+
end
|
|
192
|
+
# resource path
|
|
193
|
+
local_var_path = "/zoomi/key".sub('{format}','json')
|
|
194
|
+
|
|
195
|
+
# query parameters
|
|
196
|
+
query_params = {}
|
|
197
|
+
|
|
198
|
+
# header parameters
|
|
199
|
+
header_params = {}
|
|
200
|
+
# HTTP header 'Accept' (if needed)
|
|
201
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
202
|
+
# HTTP header 'Content-Type'
|
|
203
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
204
|
+
|
|
205
|
+
# form parameters
|
|
206
|
+
form_params = {}
|
|
207
|
+
|
|
208
|
+
# http body (model)
|
|
209
|
+
post_body = nil
|
|
210
|
+
auth_names = ['APP_NORMAL', 'OAUTH']
|
|
211
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
212
|
+
:header_params => header_params,
|
|
213
|
+
:query_params => query_params,
|
|
214
|
+
:form_params => form_params,
|
|
215
|
+
:body => post_body,
|
|
216
|
+
:auth_names => auth_names,
|
|
217
|
+
:return_type => 'StringResultSchema')
|
|
218
|
+
if @api_client.config.debugging
|
|
219
|
+
@api_client.config.logger.debug "API called: ZoomiApi#get_application_zoomi_public_key\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
220
|
+
end
|
|
221
|
+
return data, status_code, headers
|
|
222
|
+
end
|
|
223
|
+
|
|
224
|
+
# Gets the zoomi enabled value of a course
|
|
225
|
+
# Gets the zoomi enabled value of a course
|
|
226
|
+
# @param course_id
|
|
227
|
+
# @param version_id The course version
|
|
228
|
+
# @param [Hash] opts the optional parameters
|
|
229
|
+
# @return [EnabledSchema]
|
|
230
|
+
def get_course_zoomi_enabled(course_id, version_id, opts = {})
|
|
231
|
+
data, _status_code, _headers = get_course_zoomi_enabled_with_http_info(course_id, version_id, opts)
|
|
232
|
+
return data
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
# Gets the zoomi enabled value of a course
|
|
236
|
+
# Gets the zoomi enabled value of a course
|
|
237
|
+
# @param course_id
|
|
238
|
+
# @param version_id The course version
|
|
239
|
+
# @param [Hash] opts the optional parameters
|
|
240
|
+
# @return [Array<(EnabledSchema, Fixnum, Hash)>] EnabledSchema data, response status code and response headers
|
|
241
|
+
def get_course_zoomi_enabled_with_http_info(course_id, version_id, opts = {})
|
|
242
|
+
if @api_client.config.debugging
|
|
243
|
+
@api_client.config.logger.debug "Calling API: ZoomiApi.get_course_zoomi_enabled ..."
|
|
244
|
+
end
|
|
245
|
+
# verify the required parameter 'course_id' is set
|
|
246
|
+
fail ArgumentError, "Missing the required parameter 'course_id' when calling ZoomiApi.get_course_zoomi_enabled" if course_id.nil?
|
|
247
|
+
# verify the required parameter 'version_id' is set
|
|
248
|
+
fail ArgumentError, "Missing the required parameter 'version_id' when calling ZoomiApi.get_course_zoomi_enabled" if version_id.nil?
|
|
249
|
+
# resource path
|
|
250
|
+
local_var_path = "/zoomi/course/{courseId}/version/{versionId}/enabled".sub('{format}','json').sub('{' + 'courseId' + '}', course_id.to_s).sub('{' + 'versionId' + '}', version_id.to_s)
|
|
251
|
+
|
|
252
|
+
# query parameters
|
|
253
|
+
query_params = {}
|
|
254
|
+
|
|
255
|
+
# header parameters
|
|
256
|
+
header_params = {}
|
|
257
|
+
# HTTP header 'Accept' (if needed)
|
|
258
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
259
|
+
# HTTP header 'Content-Type'
|
|
260
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
261
|
+
|
|
262
|
+
# form parameters
|
|
263
|
+
form_params = {}
|
|
264
|
+
|
|
265
|
+
# http body (model)
|
|
266
|
+
post_body = nil
|
|
267
|
+
auth_names = ['APP_NORMAL', 'OAUTH']
|
|
268
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
269
|
+
:header_params => header_params,
|
|
270
|
+
:query_params => query_params,
|
|
271
|
+
:form_params => form_params,
|
|
272
|
+
:body => post_body,
|
|
273
|
+
:auth_names => auth_names,
|
|
274
|
+
:return_type => 'EnabledSchema')
|
|
275
|
+
if @api_client.config.debugging
|
|
276
|
+
@api_client.config.logger.debug "API called: ZoomiApi#get_course_zoomi_enabled\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
277
|
+
end
|
|
278
|
+
return data, status_code, headers
|
|
279
|
+
end
|
|
280
|
+
|
|
281
|
+
# Gets the status for a course and imports to Zoomi
|
|
282
|
+
# Gets the status for a course and imports to Zoomi
|
|
283
|
+
# @param course_id
|
|
284
|
+
# @param version_id The course version
|
|
285
|
+
# @param [Hash] opts the optional parameters
|
|
286
|
+
# @return [StringResultSchema]
|
|
287
|
+
def get_zoomi_course_status(course_id, version_id, opts = {})
|
|
288
|
+
data, _status_code, _headers = get_zoomi_course_status_with_http_info(course_id, version_id, opts)
|
|
289
|
+
return data
|
|
290
|
+
end
|
|
291
|
+
|
|
292
|
+
# Gets the status for a course and imports to Zoomi
|
|
293
|
+
# Gets the status for a course and imports to Zoomi
|
|
294
|
+
# @param course_id
|
|
295
|
+
# @param version_id The course version
|
|
296
|
+
# @param [Hash] opts the optional parameters
|
|
297
|
+
# @return [Array<(StringResultSchema, Fixnum, Hash)>] StringResultSchema data, response status code and response headers
|
|
298
|
+
def get_zoomi_course_status_with_http_info(course_id, version_id, opts = {})
|
|
299
|
+
if @api_client.config.debugging
|
|
300
|
+
@api_client.config.logger.debug "Calling API: ZoomiApi.get_zoomi_course_status ..."
|
|
301
|
+
end
|
|
302
|
+
# verify the required parameter 'course_id' is set
|
|
303
|
+
fail ArgumentError, "Missing the required parameter 'course_id' when calling ZoomiApi.get_zoomi_course_status" if course_id.nil?
|
|
304
|
+
# verify the required parameter 'version_id' is set
|
|
305
|
+
fail ArgumentError, "Missing the required parameter 'version_id' when calling ZoomiApi.get_zoomi_course_status" if version_id.nil?
|
|
306
|
+
# resource path
|
|
307
|
+
local_var_path = "/zoomi/course/{courseId}/version/{versionId}".sub('{format}','json').sub('{' + 'courseId' + '}', course_id.to_s).sub('{' + 'versionId' + '}', version_id.to_s)
|
|
308
|
+
|
|
309
|
+
# query parameters
|
|
310
|
+
query_params = {}
|
|
311
|
+
|
|
312
|
+
# header parameters
|
|
313
|
+
header_params = {}
|
|
314
|
+
# HTTP header 'Accept' (if needed)
|
|
315
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
316
|
+
# HTTP header 'Content-Type'
|
|
317
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
318
|
+
|
|
319
|
+
# form parameters
|
|
320
|
+
form_params = {}
|
|
321
|
+
|
|
322
|
+
# http body (model)
|
|
323
|
+
post_body = nil
|
|
324
|
+
auth_names = ['APP_NORMAL', 'OAUTH']
|
|
325
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
326
|
+
:header_params => header_params,
|
|
327
|
+
:query_params => query_params,
|
|
328
|
+
:form_params => form_params,
|
|
329
|
+
:body => post_body,
|
|
330
|
+
:auth_names => auth_names,
|
|
331
|
+
:return_type => 'StringResultSchema')
|
|
332
|
+
if @api_client.config.debugging
|
|
333
|
+
@api_client.config.logger.debug "API called: ZoomiApi#get_zoomi_course_status\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
334
|
+
end
|
|
335
|
+
return data, status_code, headers
|
|
336
|
+
end
|
|
337
|
+
|
|
338
|
+
# Set the zoomi company id value of an application.
|
|
339
|
+
# Set the zoomi company id value of an application.
|
|
340
|
+
# @param zoomi_company_id
|
|
341
|
+
# @param [Hash] opts the optional parameters
|
|
342
|
+
# @return [nil]
|
|
343
|
+
def set_application_zoomi_company_id(zoomi_company_id, opts = {})
|
|
344
|
+
set_application_zoomi_company_id_with_http_info(zoomi_company_id, opts)
|
|
345
|
+
return nil
|
|
346
|
+
end
|
|
347
|
+
|
|
348
|
+
# Set the zoomi company id value of an application.
|
|
349
|
+
# Set the zoomi company id value of an application.
|
|
350
|
+
# @param zoomi_company_id
|
|
351
|
+
# @param [Hash] opts the optional parameters
|
|
352
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
353
|
+
def set_application_zoomi_company_id_with_http_info(zoomi_company_id, opts = {})
|
|
354
|
+
if @api_client.config.debugging
|
|
355
|
+
@api_client.config.logger.debug "Calling API: ZoomiApi.set_application_zoomi_company_id ..."
|
|
356
|
+
end
|
|
357
|
+
# verify the required parameter 'zoomi_company_id' is set
|
|
358
|
+
fail ArgumentError, "Missing the required parameter 'zoomi_company_id' when calling ZoomiApi.set_application_zoomi_company_id" if zoomi_company_id.nil?
|
|
359
|
+
# resource path
|
|
360
|
+
local_var_path = "/zoomi".sub('{format}','json')
|
|
361
|
+
|
|
362
|
+
# query parameters
|
|
363
|
+
query_params = {}
|
|
364
|
+
|
|
365
|
+
# header parameters
|
|
366
|
+
header_params = {}
|
|
367
|
+
# HTTP header 'Accept' (if needed)
|
|
368
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
369
|
+
# HTTP header 'Content-Type'
|
|
370
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
371
|
+
|
|
372
|
+
# form parameters
|
|
373
|
+
form_params = {}
|
|
374
|
+
|
|
375
|
+
# http body (model)
|
|
376
|
+
post_body = @api_client.object_to_http_body(zoomi_company_id)
|
|
377
|
+
auth_names = ['APP_NORMAL', 'OAUTH']
|
|
378
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
379
|
+
:header_params => header_params,
|
|
380
|
+
:query_params => query_params,
|
|
381
|
+
:form_params => form_params,
|
|
382
|
+
:body => post_body,
|
|
383
|
+
:auth_names => auth_names)
|
|
384
|
+
if @api_client.config.debugging
|
|
385
|
+
@api_client.config.logger.debug "API called: ZoomiApi#set_application_zoomi_company_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
386
|
+
end
|
|
387
|
+
return data, status_code, headers
|
|
388
|
+
end
|
|
389
|
+
|
|
390
|
+
# Set the zoomi enabled value of a course.
|
|
391
|
+
# Set the zoomi enabled value of a course.
|
|
392
|
+
# @param course_id
|
|
393
|
+
# @param version_id The course version
|
|
394
|
+
# @param [Hash] opts the optional parameters
|
|
395
|
+
# @option opts [ZoomiCourseOptionsSchema] :zoomi_course_options
|
|
396
|
+
# @return [nil]
|
|
397
|
+
def set_course_zoomi_enabled(course_id, version_id, opts = {})
|
|
398
|
+
set_course_zoomi_enabled_with_http_info(course_id, version_id, opts)
|
|
399
|
+
return nil
|
|
400
|
+
end
|
|
401
|
+
|
|
402
|
+
# Set the zoomi enabled value of a course.
|
|
403
|
+
# Set the zoomi enabled value of a course.
|
|
404
|
+
# @param course_id
|
|
405
|
+
# @param version_id The course version
|
|
406
|
+
# @param [Hash] opts the optional parameters
|
|
407
|
+
# @option opts [ZoomiCourseOptionsSchema] :zoomi_course_options
|
|
408
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
409
|
+
def set_course_zoomi_enabled_with_http_info(course_id, version_id, opts = {})
|
|
410
|
+
if @api_client.config.debugging
|
|
411
|
+
@api_client.config.logger.debug "Calling API: ZoomiApi.set_course_zoomi_enabled ..."
|
|
412
|
+
end
|
|
413
|
+
# verify the required parameter 'course_id' is set
|
|
414
|
+
fail ArgumentError, "Missing the required parameter 'course_id' when calling ZoomiApi.set_course_zoomi_enabled" if course_id.nil?
|
|
415
|
+
# verify the required parameter 'version_id' is set
|
|
416
|
+
fail ArgumentError, "Missing the required parameter 'version_id' when calling ZoomiApi.set_course_zoomi_enabled" if version_id.nil?
|
|
417
|
+
# resource path
|
|
418
|
+
local_var_path = "/zoomi/course/{courseId}/version/{versionId}/enabled".sub('{format}','json').sub('{' + 'courseId' + '}', course_id.to_s).sub('{' + 'versionId' + '}', version_id.to_s)
|
|
419
|
+
|
|
420
|
+
# query parameters
|
|
421
|
+
query_params = {}
|
|
422
|
+
|
|
423
|
+
# header parameters
|
|
424
|
+
header_params = {}
|
|
425
|
+
# HTTP header 'Accept' (if needed)
|
|
426
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
427
|
+
# HTTP header 'Content-Type'
|
|
428
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
429
|
+
|
|
430
|
+
# form parameters
|
|
431
|
+
form_params = {}
|
|
432
|
+
|
|
433
|
+
# http body (model)
|
|
434
|
+
post_body = @api_client.object_to_http_body(opts[:'zoomi_course_options'])
|
|
435
|
+
auth_names = ['APP_NORMAL', 'OAUTH']
|
|
436
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
|
437
|
+
:header_params => header_params,
|
|
438
|
+
:query_params => query_params,
|
|
439
|
+
:form_params => form_params,
|
|
440
|
+
:body => post_body,
|
|
441
|
+
:auth_names => auth_names)
|
|
442
|
+
if @api_client.config.debugging
|
|
443
|
+
@api_client.config.logger.debug "API called: ZoomiApi#set_course_zoomi_enabled\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
444
|
+
end
|
|
445
|
+
return data, status_code, headers
|
|
446
|
+
end
|
|
447
|
+
end
|
|
448
|
+
end
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
6
|
+
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.3
|
|
10
9
|
|
|
11
10
|
=end
|
|
12
11
|
|
|
@@ -303,7 +302,7 @@ module RusticiSoftwareCloudV2
|
|
|
303
302
|
def update_params_for_auth!(header_params, query_params, auth_names)
|
|
304
303
|
Array(auth_names).each do |auth_name|
|
|
305
304
|
auth_setting = @config.auth_settings[auth_name]
|
|
306
|
-
next unless auth_setting
|
|
305
|
+
next unless auth_setting && auth_setting[:value]
|
|
307
306
|
case auth_setting[:in]
|
|
308
307
|
when 'header' then header_params[auth_setting[:key]] = auth_setting[:value]
|
|
309
308
|
when 'query' then query_params[auth_setting[:key]] = auth_setting[:value]
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
#REST API used for SCORM Cloud integrations.
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 2.0
|
|
6
|
+
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.3
|
|
10
9
|
|
|
11
10
|
=end
|
|
12
11
|
|
|
@@ -190,7 +189,12 @@ module RusticiSoftwareCloudV2
|
|
|
190
189
|
|
|
191
190
|
# Gets Basic Auth token string
|
|
192
191
|
def basic_auth_token
|
|
193
|
-
'Basic ' + ["#{username}:#{password}"].pack('m').delete("\r\n")
|
|
192
|
+
@username ? 'Basic ' + ["#{username}:#{password}"].pack('m').delete("\r\n") : nil
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
# Gets the Oauth2 token string
|
|
196
|
+
def oauth2_token
|
|
197
|
+
@access_token ? "Bearer #{access_token}" : nil
|
|
194
198
|
end
|
|
195
199
|
|
|
196
200
|
# Returns Auth Settings hash for api client.
|
|
@@ -210,28 +214,14 @@ module RusticiSoftwareCloudV2
|
|
|
210
214
|
key: 'Authorization',
|
|
211
215
|
value: basic_auth_token
|
|
212
216
|
},
|
|
213
|
-
'LAUNCH_TOKEN' =>
|
|
214
|
-
{
|
|
215
|
-
type: 'api_key',
|
|
216
|
-
in: 'query',
|
|
217
|
-
key: 'launchToken',
|
|
218
|
-
value: api_key_with_prefix('launchToken')
|
|
219
|
-
},
|
|
220
217
|
'OAUTH' =>
|
|
221
218
|
{
|
|
222
219
|
type: 'oauth2',
|
|
223
220
|
in: 'header',
|
|
224
221
|
key: 'Authorization',
|
|
225
|
-
value:
|
|
226
|
-
},
|
|
227
|
-
'URL_TOKEN' =>
|
|
228
|
-
{
|
|
229
|
-
type: 'api_key',
|
|
230
|
-
in: 'query',
|
|
231
|
-
key: 'authtoken',
|
|
232
|
-
value: api_key_with_prefix('authtoken')
|
|
222
|
+
value: oauth2_token
|
|
233
223
|
},
|
|
234
224
|
}
|
|
235
225
|
end
|
|
236
226
|
end
|
|
237
|
-
end
|
|
227
|
+
end
|