rustici_software_cloud_v2 1.0.0beta → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- 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
data/docs/CourseListSchema.md
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::CourseListSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**courses** | [**Array<CourseSchema>**](CourseSchema.md) | | [optional]
|
7
|
-
**more** | **String** | | [optional]
|
8
|
-
|
9
|
-
|
@@ -1,10 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::CourseReferenceSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **String** | | [optional]
|
7
|
-
**title** | **String** | | [optional]
|
8
|
-
**version** | **Integer** | | [optional]
|
9
|
-
|
10
|
-
|
data/docs/CourseSchema.md
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::CourseSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **String** | | [optional]
|
7
|
-
**title** | **String** | | [optional]
|
8
|
-
**xapi_activity_id** | **String** | xAPI activity id associated with this course | [optional]
|
9
|
-
**created** | **DateTime** | | [optional]
|
10
|
-
**updated** | **DateTime** | | [optional]
|
11
|
-
**version** | **Integer** | | [optional]
|
12
|
-
**registration_count** | **Integer** | | [optional]
|
13
|
-
**activity_id** | **String** | | [optional]
|
14
|
-
**course_learning_standard** | **String** | | [optional]
|
15
|
-
**tags** | **Array<String>** | | [optional]
|
16
|
-
**dispatched** | **BOOLEAN** | | [optional]
|
17
|
-
**metadata** | [**MetadataSchema**](MetadataSchema.md) | | [optional]
|
18
|
-
**root_activity** | [**CourseActivitySchema**](CourseActivitySchema.md) | | [optional]
|
19
|
-
|
20
|
-
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::CourseTagsBatchSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**course_ids** | **Array<String>** | |
|
7
|
-
**tags** | [**TagPostSchema**](TagPostSchema.md) | |
|
8
|
-
|
9
|
-
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::CreateRegistrationSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**course_id** | **String** | |
|
7
|
-
**learner** | [**LearnerSchema**](LearnerSchema.md) | |
|
8
|
-
**registration_id** | **String** | |
|
9
|
-
**xapi_registration_id** | **String** | The xapiRegistrationId to be associated with this registration. If not specified, the system will assign an xapiRegistrationId. As per the xApi specification, this must be a UUID. | [optional]
|
10
|
-
**learner_tags** | **Array<String>** | | [optional]
|
11
|
-
**course_tags** | **Array<String>** | | [optional]
|
12
|
-
**registration_tags** | **Array<String>** | | [optional]
|
13
|
-
**post_back** | [**PostBackSchema**](PostBackSchema.md) | Specifies an optional override URL for which to post activity and status data in real time as the course is completed. By default all of these settings are read from your configuration. | [optional]
|
14
|
-
**initial_registration_state** | [**RegistrationSchema**](RegistrationSchema.md) | | [optional]
|
15
|
-
**initial_settings** | [**SettingsPostSchema**](SettingsPostSchema.md) | | [optional]
|
16
|
-
|
17
|
-
|
@@ -1,12 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::CredentialCreatedSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **String** | id for this credential | [optional]
|
7
|
-
**name** | **String** | name for this credential | [optional]
|
8
|
-
**credential** | **String** | The newly created API credential | [optional]
|
9
|
-
**pens_credential** | **String** | The PENS key for this credential | [optional]
|
10
|
-
**status** | **String** | | [optional]
|
11
|
-
|
12
|
-
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::CredentialRequestSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**name** | **String** | name for this credential | [optional]
|
7
|
-
**active** | **BOOLEAN** | A flag denoting if the key is available for use. | [optional]
|
8
|
-
|
9
|
-
|
data/docs/CredentialSchema.md
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::CredentialSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **String** | id for this credential | [optional]
|
7
|
-
**name** | **String** | name for this credential | [optional]
|
8
|
-
**credential** | **String** | The newly created API credential | [optional]
|
9
|
-
**pens_credential** | **String** | The PENS key for this credential | [optional]
|
10
|
-
**status** | **String** | | [optional]
|
11
|
-
|
12
|
-
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::ImportJobResultSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**job_id** | **String** | | [optional]
|
7
|
-
**status** | **String** | | [optional]
|
8
|
-
**message** | **String** | | [optional]
|
9
|
-
**import_result** | [**ImportResultSchema**](ImportResultSchema.md) | | [optional]
|
10
|
-
|
11
|
-
|
data/docs/ImportResultSchema.md
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::ImportResultSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**web_path_to_course** | **String** | web path to this course | [optional]
|
7
|
-
**parser_warnings** | **Array<String>** | | [optional]
|
8
|
-
**course_languages** | **Array<String>** | | [optional]
|
9
|
-
**course** | [**CourseSchema**](CourseSchema.md) | | [optional]
|
10
|
-
|
11
|
-
|
data/docs/IntegerResultSchema.md
DELETED
data/docs/ItemValuePairSchema.md
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::LaunchHistoryListSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**launch_history** | [**Array<LaunchHistorySchema>**](LaunchHistorySchema.md) | | [optional]
|
7
|
-
|
8
|
-
|
data/docs/LaunchHistorySchema.md
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::LaunchHistorySchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **String** | | [optional]
|
7
|
-
**instance** | **Integer** | | [optional]
|
8
|
-
**score** | [**ScoreSchema**](ScoreSchema.md) | | [optional]
|
9
|
-
**completion_status** | **String** | | [optional] [default to 'UNKNOWN']
|
10
|
-
**success_status** | **String** | | [optional] [default to 'UNKNOWN']
|
11
|
-
**history_log** | **String** | | [optional]
|
12
|
-
**total_seconds_tracked** | **Float** | | [optional]
|
13
|
-
**launch_time** | **DateTime** | The time of the launch in UTC | [optional]
|
14
|
-
**exit_time** | **DateTime** | The time of the exit in UTC | [optional]
|
15
|
-
**last_runtime_update** | **DateTime** | The time of the last runtime update in UTC | [optional]
|
16
|
-
|
17
|
-
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::LaunchLinkRequestSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**expiry** | **Integer** | Number of seconds from now this link will expire in. Defaults to 120s. Range 10s:300s | [optional] [default to 120]
|
7
|
-
**redirect_on_exit_url** | **String** | The URL the application should redirect to when the learner exits a course. If not specified, configured value will be used. | [optional]
|
8
|
-
**tracking** | **BOOLEAN** | Should this launch be tracked? If false, Engine will avoid tracking to the extent possible for the standard being used. | [optional] [default to true]
|
9
|
-
**start_sco** | **String** | For SCORM, SCO identifier to override launch, overriding the normal sequencing. | [optional]
|
10
|
-
**culture** | **String** | This parameter should specify a culture code. If specified, and supported, the navigation and alerts in the player will be displayed in the associated language. If not specified, the locale of the user’s browser will be used. | [optional]
|
11
|
-
**css_url** | **String** | A Url pointing to custom css for the player to use. | [optional]
|
12
|
-
**learner_tags** | **Array<String>** | | [optional]
|
13
|
-
**course_tags** | **Array<String>** | | [optional]
|
14
|
-
**registration_tags** | **Array<String>** | | [optional]
|
15
|
-
**additionalvalues** | [**Array<ItemValuePairSchema>**](ItemValuePairSchema.md) | | [optional]
|
16
|
-
|
17
|
-
|
data/docs/LaunchLinkSchema.md
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::LearnerPreferenceSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**audio_level** | **Float** | | [optional]
|
7
|
-
**language** | **String** | | [optional]
|
8
|
-
**delivery_speed** | **Float** | | [optional]
|
9
|
-
**audio_captioning** | **Integer** | | [optional]
|
10
|
-
|
11
|
-
|
data/docs/LearnerSchema.md
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::LearnerSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **String** | |
|
7
|
-
**email** | **String** | Optional email address associated with the learner. | [optional]
|
8
|
-
**first_name** | **String** | | [optional]
|
9
|
-
**last_name** | **String** | | [optional]
|
10
|
-
|
11
|
-
|
data/docs/LinkSchema.md
DELETED
data/docs/MessageSchema.md
DELETED
data/docs/MetadataSchema.md
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::MetadataSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**title** | **String** | | [optional]
|
7
|
-
**title_language** | **String** | | [optional]
|
8
|
-
**description** | **String** | | [optional]
|
9
|
-
**description_language** | **String** | | [optional]
|
10
|
-
**duration** | **String** | | [optional]
|
11
|
-
**typicaltime** | **String** | | [optional]
|
12
|
-
**keywords** | **Array<String>** | | [optional]
|
13
|
-
|
14
|
-
|
data/docs/ObjectiveSchema.md
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::ObjectiveSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**id** | **String** | | [optional]
|
7
|
-
**primary** | **BOOLEAN** | | [optional]
|
8
|
-
**score** | [**ScoreSchema**](ScoreSchema.md) | | [optional]
|
9
|
-
**score_max** | **Float** | | [optional]
|
10
|
-
**score_min** | **Float** | | [optional]
|
11
|
-
**score_raw** | **Float** | | [optional]
|
12
|
-
**previous_score_scaled** | **Float** | | [optional]
|
13
|
-
**first_score_scaled** | **Float** | | [optional]
|
14
|
-
**progress_measure** | **Float** | | [optional]
|
15
|
-
**first_success_time_stamp** | **String** | | [optional]
|
16
|
-
**objective_completion** | **String** | | [optional] [default to 'UNKNOWN']
|
17
|
-
**objective_success** | **String** | | [optional] [default to 'UNKNOWN']
|
18
|
-
**previous_objective_success** | **String** | | [optional] [default to 'UNKNOWN']
|
19
|
-
|
20
|
-
|
data/docs/PermissionsSchema.md
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::PermissionsSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**scopes** | **Array<String>** | | [optional]
|
7
|
-
**application_name** | **String** | application these permissions apply to | [optional]
|
8
|
-
|
9
|
-
|
data/docs/PingApi.md
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::PingApi
|
2
|
-
|
3
|
-
All URIs are relative to *https://cloud.scorm.com/api/v2/*
|
4
|
-
|
5
|
-
Method | HTTP request | Description
|
6
|
-
------------- | ------------- | -------------
|
7
|
-
[**ping_app_id**](PingApi.md#ping_app_id) | **GET** /ping | Get back a message indicating that the API is working.
|
8
|
-
|
9
|
-
|
10
|
-
# **ping_app_id**
|
11
|
-
> PingSchema ping_app_id
|
12
|
-
|
13
|
-
Get back a message indicating that the API is working.
|
14
|
-
|
15
|
-
### Example
|
16
|
-
```ruby
|
17
|
-
# load the gem
|
18
|
-
require 'rustici_software_cloud_v2'
|
19
|
-
# setup authorization
|
20
|
-
RusticiSoftwareCloudV2.configure do |config|
|
21
|
-
# Configure HTTP basic authorization: APP_NORMAL
|
22
|
-
config.username = 'YOUR USERNAME'
|
23
|
-
config.password = 'YOUR PASSWORD'
|
24
|
-
|
25
|
-
# Configure OAuth2 access token for authorization: OAUTH
|
26
|
-
config.access_token = 'YOUR ACCESS TOKEN'
|
27
|
-
end
|
28
|
-
|
29
|
-
api_instance = RusticiSoftwareCloudV2::PingApi.new
|
30
|
-
|
31
|
-
begin
|
32
|
-
#Get back a message indicating that the API is working.
|
33
|
-
result = api_instance.ping_app_id
|
34
|
-
p result
|
35
|
-
rescue RusticiSoftwareCloudV2::ApiError => e
|
36
|
-
puts "Exception when calling PingApi->ping_app_id: #{e}"
|
37
|
-
end
|
38
|
-
```
|
39
|
-
|
40
|
-
### Parameters
|
41
|
-
This endpoint does not need any parameter.
|
42
|
-
|
43
|
-
### Return type
|
44
|
-
|
45
|
-
[**PingSchema**](PingSchema.md)
|
46
|
-
|
47
|
-
### Authorization
|
48
|
-
|
49
|
-
[APP_NORMAL](../README.md#APP_NORMAL), [OAUTH](../README.md#OAUTH)
|
50
|
-
|
51
|
-
### HTTP request headers
|
52
|
-
|
53
|
-
- **Content-Type**: application/json
|
54
|
-
- **Accept**: application/json
|
55
|
-
|
56
|
-
|
57
|
-
|
data/docs/PingSchema.md
DELETED
data/docs/PostBackSchema.md
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
# RusticiSoftwareCloudV2::PostBackSchema
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
Name | Type | Description | Notes
|
5
|
-
------------ | ------------- | ------------- | -------------
|
6
|
-
**url** | **String** | | [optional]
|
7
|
-
**auth_type** | **String** | Optional parameter to specify how to authorize against the given postbackurl, can be 'form' or 'httpbasic'. If form authentication, the username and password for authentication are submitted as form fields 'username' and 'password', and the registration data as the form field 'data'. If httpbasic authentication is used, the username and password are placed in the standard Authorization HTTP header, and the registration data is the body of the message (sent as text/xml content type). This field is set to 'form' by default. | [optional] [default to 'UNDEFINED']
|
8
|
-
**user_name** | **String** | The user name to be used in authorizing the postback of data to the URL specified by postback url. | [optional]
|
9
|
-
**password** | **String** | The password to be used in authorizing the postback of data to the URL specified by postback url. | [optional]
|
10
|
-
**results_format** | **String** | This parameter allows you to specify a level of detail in the information that is posted back while the course is being taken. It may be one of three values: 'course' (course summary), 'activity' (activity summary, or 'full' (full detail), and is set to 'course' by default. The information will be posted as xml, and the format of that xml is specified below under the method 'getRegistrationResult' | [optional] [default to 'COURSE']
|
11
|
-
|
12
|
-
|