scorm_engine 0.8.2 → 0.8.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/scorm_engine/api/endpoints/configuration.rb +31 -1
- data/lib/scorm_engine/version.rb +1 -1
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/is_successful.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/knows_the_platform.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/knows_the_version.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/accepts_before_option.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/accepts_since_option.yml +8 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/tracks_combined_counts.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/tracks_per_tenantcounts.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_delete_app_configuration/fails_when_settings_are_invalid.yml +46 -0
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_delete_app_configuration/is_successful.yml +42 -0
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/includeMetadata/is_successful.yml +931 -0
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/includeMetadata/returns_metadata_in_raw_response_when_included_in_options.yml +931 -0
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/is_successful.yml +16 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/returns_settings_and_values.yml +16 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/fails_when_settings_are_invalid.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/is_successful.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/persists_the_settings.yml +44 -44
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_delete_course/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_delete_course/works.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/is_successful.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/results/sucessfully_creates_the_Course_attributes.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/results/returns_a_URL_string.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_course_id_option/fetches_a_single_course_but_perhaps_multiple_versions.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_course_id_option/returns_404_when_ID_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_more_option_pagination_/returns_all_the_courses.yml +35 -80
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +16 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_since_option/fails_when_passed_an_invalid_value.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_since_option/works.yml +26 -23
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/is_successful.yml +16 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/results/is_an_enumerator_of_Course_models.yml +16 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/results/sucessfully_creates_the_Course_attributes.yml +16 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/results/makes_settings_available_as_key/value_pairs.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/fails_when_course_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/fails_when_setting_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/is_successful.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/results/returns_the_value_as_a_string.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/fails_when_settings_are_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/is_successful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/persists_the_settings.yml +25 -25
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/fails_when_course_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/fails_when_setting_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/is_successful.yml +13 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/results/persists_the_changes.yml +20 -20
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_get_course_import/successful_imports/works.yml +31 -31
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_get_course_import/unsuccessful_imports/fails_to_import_given_an_invalid_url.yml +20 -63
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_post_course_import/unsuccessful_imports/fails_to_import_a_previously_existing_course.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/returns_success_even_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/works.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/is_successful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/results/sucessfully_creates_the_destination_attributes.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination_dispatches_registration_count/fails_when_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination_dispatches_registration_count/works.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_more_option_pagination_/returns_all_the_destinations.yml +14 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_since_option/fails_when_passed_an_invalid_value.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_since_option/works.yml +7 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/results/is_an_enumerator_of_Destination_models.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/results/sucessfully_creates_the_Destination_attributes.yml +51 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful_even_if_the_destination_id_is_not_unique.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/fails_when_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/works_when_false.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/works_when_true.yml +4 -4
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/fails_when_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/works_when_false.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/works_when_true.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/is_successful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/results/sucessfully_creates_the_destination_attributes.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch/returns_success_even_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch/works.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch_registration_count/is_successful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch_registration_count/succeeds_even_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/results/sucessfully_creates_the_dispatch_attributes.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_enabled/is_false_when_disabled.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_enabled/is_true_when_enabled.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/fails_when_id_is_invalid.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/is_successful.yml +11 -11
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/results/sucessfully_creates_the_dispatch_attributes.yml +11 -11
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/fails_given_an_invalid_id.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/fails_given_an_invalid_type.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works.yml +8 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_AICC.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_SCORM12.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_SCORM2004-3RD.yml +8 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_more_option_pagination_/returns_all_the_dispatches.yml +17 -17
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_since_option/fails_when_passed_an_invalid_value.yml +4 -4
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_since_option/works.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/results/is_an_enumerator_of_dispatch_models.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/results/sucessfully_creates_the_dispatch_attributes.yml +8 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_post_dispatch/is_successful.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_post_dispatch/updates_if_same_dispatch_id.yml +19 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch/is_successful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch/results/sucessfully_creates_the_dispatch_attributes.yml +11 -11
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/fails_when_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/works_when_false.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/works_when_true.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/is_successful.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/reports_the_api_is_up.yml +6 -6
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/with_invalid_password/is_unsuccessful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/with_invalid_password/returns_status_403.yml +4 -4
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_delete_registration/is_failure_when_registration_does_not_exist.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_delete_registration/is_successful_when_registration_exists.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_exists/is_false_when_registration_does_not_exist.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_exists/is_true_when_registration_exists.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/includes_results_we_expect.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/returns_an_array_of_registrations.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/is_successful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/results/returns_a_URL_string.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/detail/does_not_return_activity_details_by_default.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/detail/returns_activity_details_if_requested.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/fails_when_registration_does_not_exist.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/returns_a_registration_when_it_exists.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_course_id/excludes_results.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_course_id/includes_results.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_learner_id/excludes_results.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_learner_id/includes_results.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/includes_results_we_expect.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/returns_an_array_of_registrations.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/fails_if_course_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/fails_if_registration_id_already_exists.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/is_successful.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/is_successful_even_when_given_a_UTF8/slashed_username.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/is_successful.yml +8 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/results/makes_settings_available_as_key/value_pairs.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/fails_when_registration_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/fails_when_setting_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/is_successful.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/results/returns_the_value_as_a_string.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/fails_when_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/fails_when_settings_are_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/is_successful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/persists_the_settings.yml +24 -24
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/fails_when_registration_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/fails_when_setting_id_is_invalid.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/is_successful.yml +12 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/results/persists_the_changes.yml +18 -18
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/fails_when_registration_does_not_exist.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/is_successful.yml +5 -5
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/returns_an_array_of_registration_launch_histories.yml +5 -5
- data/spec/scorm_engine/api/endpoints/about_spec.rb +1 -1
- data/spec/scorm_engine/api/endpoints/configuration_spec.rb +32 -1
- data/spec/scorm_engine/api/endpoints/courses_spec.rb +2 -3
- metadata +6 -3
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/results/returns_a_URL_string_containing_a_signed_jwt.yml +0 -46
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic <BASIC_AUTH>
|
14
14
|
response:
|
@@ -19,11 +19,11 @@ http_interactions:
|
|
19
19
|
content-type:
|
20
20
|
- application/json
|
21
21
|
content-length:
|
22
|
-
- '
|
22
|
+
- '325'
|
23
23
|
connection:
|
24
24
|
- close
|
25
25
|
date:
|
26
|
-
-
|
26
|
+
- Tue, 10 Nov 2020 22:59:20 GMT
|
27
27
|
p3p:
|
28
28
|
- CP="NOI"
|
29
29
|
server:
|
@@ -33,16 +33,16 @@ http_interactions:
|
|
33
33
|
x-cache:
|
34
34
|
- Miss from cloudfront
|
35
35
|
via:
|
36
|
-
- 1.1
|
36
|
+
- 1.1 3917d15f2f5fbcd37ae2fb2846d0022e.cloudfront.net (CloudFront)
|
37
37
|
x-amz-cf-pop:
|
38
38
|
- SLC50-C1
|
39
39
|
x-amz-cf-id:
|
40
|
-
-
|
40
|
+
- nPdkuXLv3V4yNCeuA8VuMWAehUb_MEWaGHG6nYKEIo5IsNQjj5FGDg==
|
41
41
|
body:
|
42
42
|
encoding: UTF-8
|
43
|
-
string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":
|
43
|
+
string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":false,"registrationCount":0,"registrationResetDate":"2020-11-10T22:59:19.000Z"}'
|
44
44
|
http_version:
|
45
|
-
recorded_at:
|
45
|
+
recorded_at: Tue, 10 Nov 2020 22:59:20 GMT
|
46
46
|
- request:
|
47
47
|
method: post
|
48
48
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/dispatches
|
@@ -51,7 +51,7 @@ http_interactions:
|
|
51
51
|
string: '{"dispatches":[{"id":"testing-dispatch-id-2","data":{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2030-01-01","externalConfig":null}}]}'
|
52
52
|
headers:
|
53
53
|
User-Agent:
|
54
|
-
- ScormEngine Ruby Gem 0.8.
|
54
|
+
- ScormEngine Ruby Gem 0.8.2
|
55
55
|
Authorization:
|
56
56
|
- Basic <BASIC_AUTH>
|
57
57
|
Content-Type:
|
@@ -64,7 +64,7 @@ http_interactions:
|
|
64
64
|
connection:
|
65
65
|
- close
|
66
66
|
date:
|
67
|
-
-
|
67
|
+
- Tue, 10 Nov 2020 22:59:20 GMT
|
68
68
|
p3p:
|
69
69
|
- CP="NOI"
|
70
70
|
server:
|
@@ -74,16 +74,16 @@ http_interactions:
|
|
74
74
|
x-cache:
|
75
75
|
- Miss from cloudfront
|
76
76
|
via:
|
77
|
-
- 1.1
|
77
|
+
- 1.1 8bb5b74069e9505becb1d7e84c9b94e8.cloudfront.net (CloudFront)
|
78
78
|
x-amz-cf-pop:
|
79
79
|
- SLC50-C1
|
80
80
|
x-amz-cf-id:
|
81
|
-
-
|
81
|
+
- m2A5G5hgOtccglNkiaOxVivQDDbYTW3zy42Uzg7-uedsXVTgbGGByA==
|
82
82
|
body:
|
83
83
|
encoding: UTF-8
|
84
84
|
string: ''
|
85
85
|
http_version:
|
86
|
-
recorded_at:
|
86
|
+
recorded_at: Tue, 10 Nov 2020 22:59:20 GMT
|
87
87
|
- request:
|
88
88
|
method: get
|
89
89
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/dispatches/testing-dispatch-id-2
|
@@ -92,7 +92,7 @@ http_interactions:
|
|
92
92
|
string: ''
|
93
93
|
headers:
|
94
94
|
User-Agent:
|
95
|
-
- ScormEngine Ruby Gem 0.8.
|
95
|
+
- ScormEngine Ruby Gem 0.8.2
|
96
96
|
Authorization:
|
97
97
|
- Basic <BASIC_AUTH>
|
98
98
|
response:
|
@@ -103,11 +103,11 @@ http_interactions:
|
|
103
103
|
content-type:
|
104
104
|
- application/json
|
105
105
|
content-length:
|
106
|
-
- '
|
106
|
+
- '325'
|
107
107
|
connection:
|
108
108
|
- close
|
109
109
|
date:
|
110
|
-
-
|
110
|
+
- Tue, 10 Nov 2020 22:59:21 GMT
|
111
111
|
p3p:
|
112
112
|
- CP="NOI"
|
113
113
|
server:
|
@@ -117,14 +117,14 @@ http_interactions:
|
|
117
117
|
x-cache:
|
118
118
|
- Miss from cloudfront
|
119
119
|
via:
|
120
|
-
- 1.1
|
120
|
+
- 1.1 ec99de6a8df96b4e008b942ab98e6595.cloudfront.net (CloudFront)
|
121
121
|
x-amz-cf-pop:
|
122
122
|
- SLC50-C1
|
123
123
|
x-amz-cf-id:
|
124
|
-
-
|
124
|
+
- TQwFHwU2F4BhPNaS-pSb7OiwdaCg9tbgkHVqcfr2eLrDASwhnlRwbA==
|
125
125
|
body:
|
126
126
|
encoding: UTF-8
|
127
|
-
string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2030-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":
|
127
|
+
string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2030-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":false,"registrationCount":0,"registrationResetDate":"2020-11-10T22:59:19.000Z"}'
|
128
128
|
http_version:
|
129
|
-
recorded_at:
|
129
|
+
recorded_at: Tue, 10 Nov 2020 22:59:21 GMT
|
130
130
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01","externalConfig":null}'
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic <BASIC_AUTH>
|
14
14
|
Content-Type:
|
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
connection:
|
22
22
|
- close
|
23
23
|
date:
|
24
|
-
-
|
24
|
+
- Tue, 10 Nov 2020 22:59:31 GMT
|
25
25
|
p3p:
|
26
26
|
- CP="NOI"
|
27
27
|
server:
|
@@ -31,14 +31,14 @@ http_interactions:
|
|
31
31
|
x-cache:
|
32
32
|
- Miss from cloudfront
|
33
33
|
via:
|
34
|
-
- 1.1
|
34
|
+
- 1.1 a2a145b915c6e207f03377a67fbebd5f.cloudfront.net (CloudFront)
|
35
35
|
x-amz-cf-pop:
|
36
36
|
- SLC50-C1
|
37
37
|
x-amz-cf-id:
|
38
|
-
-
|
38
|
+
- XOJDo_CUXSeety_ebC1Jrr5Pp_eX3J6zPiCvwwaVyxxQ80NQODe3Tg==
|
39
39
|
body:
|
40
40
|
encoding: UTF-8
|
41
41
|
string: ''
|
42
42
|
http_version:
|
43
|
-
recorded_at:
|
43
|
+
recorded_at: Tue, 10 Nov 2020 22:59:31 GMT
|
44
44
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01","externalConfig":null}'
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic <BASIC_AUTH>
|
14
14
|
Content-Type:
|
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
connection:
|
22
22
|
- close
|
23
23
|
date:
|
24
|
-
-
|
24
|
+
- Tue, 10 Nov 2020 22:59:35 GMT
|
25
25
|
p3p:
|
26
26
|
- CP="NOI"
|
27
27
|
server:
|
@@ -31,16 +31,16 @@ http_interactions:
|
|
31
31
|
x-cache:
|
32
32
|
- Miss from cloudfront
|
33
33
|
via:
|
34
|
-
- 1.1
|
34
|
+
- 1.1 3460152017718aa24664bf5b7ddf58de.cloudfront.net (CloudFront)
|
35
35
|
x-amz-cf-pop:
|
36
36
|
- SLC50-C1
|
37
37
|
x-amz-cf-id:
|
38
|
-
-
|
38
|
+
- 0Qqoi1SAgUH4GuqFJhMmyZTFY9SPFuxtFK_BXeacbg66JLp-kDprww==
|
39
39
|
body:
|
40
40
|
encoding: UTF-8
|
41
41
|
string: ''
|
42
42
|
http_version:
|
43
|
-
recorded_at:
|
43
|
+
recorded_at: Tue, 10 Nov 2020 22:59:35 GMT
|
44
44
|
- request:
|
45
45
|
method: get
|
46
46
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/dispatches/testing-dispatch-id-2
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
string: ''
|
50
50
|
headers:
|
51
51
|
User-Agent:
|
52
|
-
- ScormEngine Ruby Gem 0.8.
|
52
|
+
- ScormEngine Ruby Gem 0.8.2
|
53
53
|
Authorization:
|
54
54
|
- Basic <BASIC_AUTH>
|
55
55
|
response:
|
@@ -64,7 +64,7 @@ http_interactions:
|
|
64
64
|
connection:
|
65
65
|
- close
|
66
66
|
date:
|
67
|
-
-
|
67
|
+
- Tue, 10 Nov 2020 22:59:35 GMT
|
68
68
|
p3p:
|
69
69
|
- CP="NOI"
|
70
70
|
server:
|
@@ -74,14 +74,14 @@ http_interactions:
|
|
74
74
|
x-cache:
|
75
75
|
- Miss from cloudfront
|
76
76
|
via:
|
77
|
-
- 1.1
|
77
|
+
- 1.1 be07bf9bf37f2e63b7b1c8863b7a11ca.cloudfront.net (CloudFront)
|
78
78
|
x-amz-cf-pop:
|
79
79
|
- SLC50-C1
|
80
80
|
x-amz-cf-id:
|
81
|
-
-
|
81
|
+
- M3oCYDDnhr2TcQC6nTFV10Z2xIHY6-RFWEN8THMKkNZ-D9iMWvr0gA==
|
82
82
|
body:
|
83
83
|
encoding: UTF-8
|
84
|
-
string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":true,"registrationCount":0,"registrationResetDate":"2020-
|
84
|
+
string: '{"destinationId":"testing-golf-club","courseId":"testing-golf-explained","allowNewRegistrations":false,"instanced":false,"registrationCap":123,"expirationDate":"2018-01-01T00:00:00.000Z","externalConfig":"scormenginegemtesting-default","enabled":true,"registrationCount":0,"registrationResetDate":"2020-11-10T22:59:30.000Z"}'
|
85
85
|
http_version:
|
86
|
-
recorded_at:
|
86
|
+
recorded_at: Tue, 10 Nov 2020 22:59:35 GMT
|
87
87
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: oops
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic <BASIC_AUTH>
|
14
14
|
Content-Type:
|
@@ -25,7 +25,7 @@ http_interactions:
|
|
25
25
|
connection:
|
26
26
|
- close
|
27
27
|
date:
|
28
|
-
-
|
28
|
+
- Tue, 10 Nov 2020 22:59:03 GMT
|
29
29
|
p3p:
|
30
30
|
- CP="NOI"
|
31
31
|
server:
|
@@ -35,16 +35,16 @@ http_interactions:
|
|
35
35
|
x-cache:
|
36
36
|
- Error from cloudfront
|
37
37
|
via:
|
38
|
-
- 1.1
|
38
|
+
- 1.1 52271e90b57cafa189a2830b7c04a6f9.cloudfront.net (CloudFront)
|
39
39
|
x-amz-cf-pop:
|
40
40
|
- SLC50-C1
|
41
41
|
x-amz-cf-id:
|
42
|
-
-
|
42
|
+
- hnBOjbsF8Z31aSvU_IW3IVGf_p4zZHacHwo60Sd_-Cggx66MJixJgA==
|
43
43
|
body:
|
44
44
|
encoding: UTF-8
|
45
45
|
string: |-
|
46
46
|
Unrecognized token 'oops': was expecting ('true', 'false' or 'null')
|
47
47
|
at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 9]
|
48
48
|
http_version:
|
49
|
-
recorded_at:
|
49
|
+
recorded_at: Tue, 10 Nov 2020 22:59:03 GMT
|
50
50
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: 'false'
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic <BASIC_AUTH>
|
14
14
|
Content-Type:
|
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
connection:
|
22
22
|
- close
|
23
23
|
date:
|
24
|
-
-
|
24
|
+
- Tue, 10 Nov 2020 22:59:03 GMT
|
25
25
|
p3p:
|
26
26
|
- CP="NOI"
|
27
27
|
server:
|
@@ -31,14 +31,14 @@ http_interactions:
|
|
31
31
|
x-cache:
|
32
32
|
- Miss from cloudfront
|
33
33
|
via:
|
34
|
-
- 1.1
|
34
|
+
- 1.1 07c02ae6c53d85283eb15380264d9998.cloudfront.net (CloudFront)
|
35
35
|
x-amz-cf-pop:
|
36
36
|
- SLC50-C1
|
37
37
|
x-amz-cf-id:
|
38
|
-
-
|
38
|
+
- nHi5t0-lQ6MBOYSMUD5k6weq4XiD1mYV9Oz8K8B4qoFDu0yJ_LBVew==
|
39
39
|
body:
|
40
40
|
encoding: UTF-8
|
41
41
|
string: ''
|
42
42
|
http_version:
|
43
|
-
recorded_at:
|
43
|
+
recorded_at: Tue, 10 Nov 2020 22:59:03 GMT
|
44
44
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: 'true'
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic <BASIC_AUTH>
|
14
14
|
Content-Type:
|
@@ -21,7 +21,7 @@ http_interactions:
|
|
21
21
|
connection:
|
22
22
|
- close
|
23
23
|
date:
|
24
|
-
-
|
24
|
+
- Tue, 10 Nov 2020 22:59:00 GMT
|
25
25
|
p3p:
|
26
26
|
- CP="NOI"
|
27
27
|
server:
|
@@ -31,14 +31,14 @@ http_interactions:
|
|
31
31
|
x-cache:
|
32
32
|
- Miss from cloudfront
|
33
33
|
via:
|
34
|
-
- 1.1
|
34
|
+
- 1.1 a1d0bea525f74dd86deb7d34bec14cac.cloudfront.net (CloudFront)
|
35
35
|
x-amz-cf-pop:
|
36
36
|
- SLC50-C1
|
37
37
|
x-amz-cf-id:
|
38
|
-
-
|
38
|
+
- 66pWMLmTstkLGfKGL_U_9SW0IZ6JS_ImjmqASMuJa3MvzC8ZRwG7_A==
|
39
39
|
body:
|
40
40
|
encoding: UTF-8
|
41
41
|
string: ''
|
42
42
|
http_version:
|
43
|
-
recorded_at:
|
43
|
+
recorded_at: Tue, 10 Nov 2020 22:59:02 GMT
|
44
44
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic <BASIC_AUTH>
|
14
14
|
response:
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
connection:
|
24
24
|
- close
|
25
25
|
date:
|
26
|
-
-
|
26
|
+
- Tue, 10 Nov 2020 22:58:26 GMT
|
27
27
|
p3p:
|
28
28
|
- CP="NOI"
|
29
29
|
server:
|
@@ -33,14 +33,14 @@ http_interactions:
|
|
33
33
|
x-cache:
|
34
34
|
- Miss from cloudfront
|
35
35
|
via:
|
36
|
-
- 1.1
|
36
|
+
- 1.1 6fd49f86f210f7efc9603d6f872dd0cd.cloudfront.net (CloudFront)
|
37
37
|
x-amz-cf-pop:
|
38
38
|
- SLC50-C1
|
39
39
|
x-amz-cf-id:
|
40
|
-
-
|
40
|
+
- Fqzns7briM5gwYFeTf0TmVCaNBoyJz6e4cPEWu60gdzGGLfvQgwgEQ==
|
41
41
|
body:
|
42
42
|
encoding: UTF-8
|
43
|
-
string: '{"message":"API is up.\nCurrent System Time: 2020-
|
43
|
+
string: '{"message":"API is up.\nCurrent System Time: 2020-11-10T22:58:26.647Z.\n"}'
|
44
44
|
http_version:
|
45
|
-
recorded_at:
|
45
|
+
recorded_at: Tue, 10 Nov 2020 22:58:26 GMT
|
46
46
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic <BASIC_AUTH>
|
14
14
|
response:
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
connection:
|
24
24
|
- close
|
25
25
|
date:
|
26
|
-
-
|
26
|
+
- Tue, 10 Nov 2020 22:58:24 GMT
|
27
27
|
p3p:
|
28
28
|
- CP="NOI"
|
29
29
|
server:
|
@@ -33,14 +33,14 @@ http_interactions:
|
|
33
33
|
x-cache:
|
34
34
|
- Miss from cloudfront
|
35
35
|
via:
|
36
|
-
- 1.1
|
36
|
+
- 1.1 93602184543f38c8cb58276d2ff471a9.cloudfront.net (CloudFront)
|
37
37
|
x-amz-cf-pop:
|
38
38
|
- SLC50-C1
|
39
39
|
x-amz-cf-id:
|
40
|
-
-
|
40
|
+
- aRXH7Gdd8WWEbsQWe0sfre2qBjdpGZNjLjvb2jL1iP09SprcoSfAXA==
|
41
41
|
body:
|
42
42
|
encoding: UTF-8
|
43
|
-
string: '{"message":"API is up.\nCurrent System Time: 2020-
|
43
|
+
string: '{"message":"API is up.\nCurrent System Time: 2020-11-10T22:58:24.975Z.\n"}'
|
44
44
|
http_version:
|
45
|
-
recorded_at:
|
45
|
+
recorded_at: Tue, 10 Nov 2020 22:58:26 GMT
|
46
46
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic UnVzdGljaUVuZ2luZTppbnZhbGlk
|
14
14
|
response:
|
@@ -25,7 +25,7 @@ http_interactions:
|
|
25
25
|
content-language:
|
26
26
|
- en
|
27
27
|
date:
|
28
|
-
-
|
28
|
+
- Tue, 10 Nov 2020 22:58:27 GMT
|
29
29
|
p3p:
|
30
30
|
- CP="NOI"
|
31
31
|
server:
|
@@ -35,15 +35,15 @@ http_interactions:
|
|
35
35
|
x-cache:
|
36
36
|
- Error from cloudfront
|
37
37
|
via:
|
38
|
-
- 1.1
|
38
|
+
- 1.1 2a3b50173a77fe71ee16466542bd1fdd.cloudfront.net (CloudFront)
|
39
39
|
x-amz-cf-pop:
|
40
40
|
- SLC50-C1
|
41
41
|
x-amz-cf-id:
|
42
|
-
-
|
42
|
+
- 4zpVQeeBAtxxXot7_7dwLEYOtKniFEHv5JO-XE8GEKXhyekdKT0Lnw==
|
43
43
|
body:
|
44
44
|
encoding: ASCII-8BIT
|
45
45
|
string: !binary |-
|
46
46
|
PCFkb2N0eXBlIGh0bWw+PGh0bWwgbGFuZz0iZW4iPjxoZWFkPjx0aXRsZT5IVFRQIFN0YXR1cyA0MDMg4oCTIEZvcmJpZGRlbjwvdGl0bGU+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5ib2R5IHtmb250LWZhbWlseTpUYWhvbWEsQXJpYWwsc2Fucy1zZXJpZjt9IGgxLCBoMiwgaDMsIGIge2NvbG9yOndoaXRlO2JhY2tncm91bmQtY29sb3I6IzUyNUQ3Njt9IGgxIHtmb250LXNpemU6MjJweDt9IGgyIHtmb250LXNpemU6MTZweDt9IGgzIHtmb250LXNpemU6MTRweDt9IHAge2ZvbnQtc2l6ZToxMnB4O30gYSB7Y29sb3I6YmxhY2s7fSAubGluZSB7aGVpZ2h0OjFweDtiYWNrZ3JvdW5kLWNvbG9yOiM1MjVENzY7Ym9yZGVyOm5vbmU7fTwvc3R5bGU+PC9oZWFkPjxib2R5PjxoMT5IVFRQIFN0YXR1cyA0MDMg4oCTIEZvcmJpZGRlbjwvaDE+PGhyIGNsYXNzPSJsaW5lIiAvPjxwPjxiPlR5cGU8L2I+IFN0YXR1cyBSZXBvcnQ8L3A+PHA+PGI+TWVzc2FnZTwvYj4gRm9yYmlkZGVuPC9wPjxwPjxiPkRlc2NyaXB0aW9uPC9iPiBUaGUgc2VydmVyIHVuZGVyc3Rvb2QgdGhlIHJlcXVlc3QgYnV0IHJlZnVzZXMgdG8gYXV0aG9yaXplIGl0LjwvcD48aHIgY2xhc3M9ImxpbmUiIC8+PGgzPkFwYWNoZSBUb21jYXQvNy4wLjEwMDwvaDM+PC9ib2R5PjwvaHRtbD4=
|
47
47
|
http_version:
|
48
|
-
recorded_at:
|
48
|
+
recorded_at: Tue, 10 Nov 2020 22:58:27 GMT
|
49
49
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- ScormEngine Ruby Gem 0.8.
|
11
|
+
- ScormEngine Ruby Gem 0.8.2
|
12
12
|
Authorization:
|
13
13
|
- Basic UnVzdGljaUVuZ2luZTppbnZhbGlk
|
14
14
|
response:
|
@@ -25,7 +25,7 @@ http_interactions:
|
|
25
25
|
content-language:
|
26
26
|
- en
|
27
27
|
date:
|
28
|
-
-
|
28
|
+
- Tue, 10 Nov 2020 22:58:26 GMT
|
29
29
|
p3p:
|
30
30
|
- CP="NOI"
|
31
31
|
server:
|
@@ -39,11 +39,11 @@ http_interactions:
|
|
39
39
|
x-amz-cf-pop:
|
40
40
|
- SLC50-C1
|
41
41
|
x-amz-cf-id:
|
42
|
-
-
|
42
|
+
- OziNyEKDxoI6NpQgYgYLyc6qvitCtPAlC8m5baGDSAeY91TPbHF-iw==
|
43
43
|
body:
|
44
44
|
encoding: ASCII-8BIT
|
45
45
|
string: !binary |-
|
46
46
|
PCFkb2N0eXBlIGh0bWw+PGh0bWwgbGFuZz0iZW4iPjxoZWFkPjx0aXRsZT5IVFRQIFN0YXR1cyA0MDMg4oCTIEZvcmJpZGRlbjwvdGl0bGU+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5ib2R5IHtmb250LWZhbWlseTpUYWhvbWEsQXJpYWwsc2Fucy1zZXJpZjt9IGgxLCBoMiwgaDMsIGIge2NvbG9yOndoaXRlO2JhY2tncm91bmQtY29sb3I6IzUyNUQ3Njt9IGgxIHtmb250LXNpemU6MjJweDt9IGgyIHtmb250LXNpemU6MTZweDt9IGgzIHtmb250LXNpemU6MTRweDt9IHAge2ZvbnQtc2l6ZToxMnB4O30gYSB7Y29sb3I6YmxhY2s7fSAubGluZSB7aGVpZ2h0OjFweDtiYWNrZ3JvdW5kLWNvbG9yOiM1MjVENzY7Ym9yZGVyOm5vbmU7fTwvc3R5bGU+PC9oZWFkPjxib2R5PjxoMT5IVFRQIFN0YXR1cyA0MDMg4oCTIEZvcmJpZGRlbjwvaDE+PGhyIGNsYXNzPSJsaW5lIiAvPjxwPjxiPlR5cGU8L2I+IFN0YXR1cyBSZXBvcnQ8L3A+PHA+PGI+TWVzc2FnZTwvYj4gRm9yYmlkZGVuPC9wPjxwPjxiPkRlc2NyaXB0aW9uPC9iPiBUaGUgc2VydmVyIHVuZGVyc3Rvb2QgdGhlIHJlcXVlc3QgYnV0IHJlZnVzZXMgdG8gYXV0aG9yaXplIGl0LjwvcD48aHIgY2xhc3M9ImxpbmUiIC8+PGgzPkFwYWNoZSBUb21jYXQvNy4wLjEwMDwvaDM+PC9ib2R5PjwvaHRtbD4=
|
47
47
|
http_version:
|
48
|
-
recorded_at:
|
48
|
+
recorded_at: Tue, 10 Nov 2020 22:58:27 GMT
|
49
49
|
recorded_with: VCR 4.0.0
|