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
data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/is_successful.yml
CHANGED
@@ -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
|
+
- '915'
|
23
23
|
connection:
|
24
24
|
- close
|
25
25
|
date:
|
26
|
-
-
|
26
|
+
- Tue, 10 Nov 2020 22:58:13 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 ed42e29cddf5cc10b8ba8ca7b99004ce.cloudfront.net (CloudFront)
|
37
37
|
x-amz-cf-pop:
|
38
38
|
- SLC50-C1
|
39
39
|
x-amz-cf-id:
|
40
|
-
-
|
40
|
+
- NzBW66VFLoQzFoUIYQE5EA4EBqE4T2wfCDafgn2Li2T4v__CUHLRuw==
|
41
41
|
body:
|
42
42
|
encoding: UTF-8
|
43
|
-
string: '{"destinations":[{"id":"
|
43
|
+
string: '{"destinations":[{"id":"paginated-destination-0","data":{"name":"paginated-destination-0"}},{"id":"paginated-destination-1","data":{"name":"paginated-destination-1"}},{"id":"paginated-destination-2","data":{"name":"paginated-destination-2"}},{"id":"paginated-destination-3","data":{"name":"paginated-destination-3"}},{"id":"paginated-destination-4","data":{"name":"paginated-destination-4"}},{"id":"paginated-destination-5","data":{"name":"paginated-destination-5"}},{"id":"paginated-destination-6","data":{"name":"paginated-destination-6"}},{"id":"paginated-destination-7","data":{"name":"paginated-destination-7"}},{"id":"paginated-destination-8","data":{"name":"paginated-destination-8"}},{"id":"paginated-destination-9","data":{"name":"paginated-destination-9"}}],"more":"/ScormEngineInterface/api/v1/scormenginegemtesting-default/destinations?configuration=ScormEngineGemTesting-default&more=AAABdOX7hGAAAAAk"}'
|
44
44
|
http_version:
|
45
|
-
recorded_at:
|
45
|
+
recorded_at: Tue, 10 Nov 2020 22:58:15 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:
|
@@ -19,11 +19,11 @@ http_interactions:
|
|
19
19
|
content-type:
|
20
20
|
- application/json
|
21
21
|
content-length:
|
22
|
-
- '
|
22
|
+
- '915'
|
23
23
|
connection:
|
24
24
|
- close
|
25
25
|
date:
|
26
|
-
-
|
26
|
+
- Tue, 10 Nov 2020 22:58:20 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 b165299644482a8ffbc85462a8b9e7f1.cloudfront.net (CloudFront)
|
37
37
|
x-amz-cf-pop:
|
38
38
|
- SLC50-C1
|
39
39
|
x-amz-cf-id:
|
40
|
-
-
|
40
|
+
- axl7GYXI2zBATs6XPE_HiSk4JXGbS-yOP_a1bQYh7FSl8lgCjzUKeQ==
|
41
41
|
body:
|
42
42
|
encoding: UTF-8
|
43
|
-
string: '{"destinations":[{"id":"
|
43
|
+
string: '{"destinations":[{"id":"paginated-destination-0","data":{"name":"paginated-destination-0"}},{"id":"paginated-destination-1","data":{"name":"paginated-destination-1"}},{"id":"paginated-destination-2","data":{"name":"paginated-destination-2"}},{"id":"paginated-destination-3","data":{"name":"paginated-destination-3"}},{"id":"paginated-destination-4","data":{"name":"paginated-destination-4"}},{"id":"paginated-destination-5","data":{"name":"paginated-destination-5"}},{"id":"paginated-destination-6","data":{"name":"paginated-destination-6"}},{"id":"paginated-destination-7","data":{"name":"paginated-destination-7"}},{"id":"paginated-destination-8","data":{"name":"paginated-destination-8"}},{"id":"paginated-destination-9","data":{"name":"paginated-destination-9"}}],"more":"/ScormEngineInterface/api/v1/scormenginegemtesting-default/destinations?configuration=ScormEngineGemTesting-default&more=AAABdOX7hGAAAAAk"}'
|
44
44
|
http_version:
|
45
|
-
recorded_at:
|
45
|
+
recorded_at: Tue, 10 Nov 2020 22:58:21 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:
|
@@ -19,11 +19,11 @@ http_interactions:
|
|
19
19
|
content-type:
|
20
20
|
- application/json
|
21
21
|
content-length:
|
22
|
-
- '
|
22
|
+
- '915'
|
23
23
|
connection:
|
24
24
|
- close
|
25
25
|
date:
|
26
|
-
-
|
26
|
+
- Tue, 10 Nov 2020 22:58:21 GMT
|
27
27
|
p3p:
|
28
28
|
- CP="NOI"
|
29
29
|
server:
|
@@ -33,14 +33,58 @@ 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
|
+
- 8BPYvAOzs-rGsl94eIrB_ty5E926bGfMr2VSBDP4X1unP7xp2FTCdQ==
|
41
41
|
body:
|
42
42
|
encoding: UTF-8
|
43
|
-
string: '{"destinations":[{"id":"
|
43
|
+
string: '{"destinations":[{"id":"paginated-destination-0","data":{"name":"paginated-destination-0"}},{"id":"paginated-destination-1","data":{"name":"paginated-destination-1"}},{"id":"paginated-destination-2","data":{"name":"paginated-destination-2"}},{"id":"paginated-destination-3","data":{"name":"paginated-destination-3"}},{"id":"paginated-destination-4","data":{"name":"paginated-destination-4"}},{"id":"paginated-destination-5","data":{"name":"paginated-destination-5"}},{"id":"paginated-destination-6","data":{"name":"paginated-destination-6"}},{"id":"paginated-destination-7","data":{"name":"paginated-destination-7"}},{"id":"paginated-destination-8","data":{"name":"paginated-destination-8"}},{"id":"paginated-destination-9","data":{"name":"paginated-destination-9"}}],"more":"/ScormEngineInterface/api/v1/scormenginegemtesting-default/destinations?configuration=ScormEngineGemTesting-default&more=AAABdOX7hGAAAAAk"}'
|
44
44
|
http_version:
|
45
|
-
recorded_at:
|
45
|
+
recorded_at: Tue, 10 Nov 2020 22:58:21 GMT
|
46
|
+
- request:
|
47
|
+
method: get
|
48
|
+
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/scormenginegemtesting-default/destinations?configuration=ScormEngineGemTesting-default&more=AAABdOX7hGAAAAAk
|
49
|
+
body:
|
50
|
+
encoding: US-ASCII
|
51
|
+
string: ''
|
52
|
+
headers:
|
53
|
+
User-Agent:
|
54
|
+
- ScormEngine Ruby Gem 0.8.2
|
55
|
+
Authorization:
|
56
|
+
- Basic <BASIC_AUTH>
|
57
|
+
response:
|
58
|
+
status:
|
59
|
+
code: 200
|
60
|
+
message: OK
|
61
|
+
headers:
|
62
|
+
content-type:
|
63
|
+
- application/json
|
64
|
+
content-length:
|
65
|
+
- '229'
|
66
|
+
connection:
|
67
|
+
- close
|
68
|
+
date:
|
69
|
+
- Tue, 10 Nov 2020 22:58:21 GMT
|
70
|
+
p3p:
|
71
|
+
- CP="NOI"
|
72
|
+
server:
|
73
|
+
- Apache
|
74
|
+
x-xss-protection:
|
75
|
+
- 1; mode=block
|
76
|
+
x-cache:
|
77
|
+
- Miss from cloudfront
|
78
|
+
via:
|
79
|
+
- 1.1 df0a4ea7de0fa05190904df4271e5d1e.cloudfront.net (CloudFront)
|
80
|
+
x-amz-cf-pop:
|
81
|
+
- SLC50-C1
|
82
|
+
x-amz-cf-id:
|
83
|
+
- TtR0dBTsQrESYw4t8CN-2oNB9-R0M6bQv8ow5F_ZfaXLQFZkTc29EA==
|
84
|
+
body:
|
85
|
+
encoding: UTF-8
|
86
|
+
string: '{"destinations":[{"id":"paginated-destination-10","data":{"name":"paginated-destination-10"}},{"id":"destination-to-be-deleted","data":{"name":"destination-to-be-deleted"}},{"id":"testing-golf-club","data":{"name":"Golf
|
87
|
+
Club"}}]}'
|
88
|
+
http_version:
|
89
|
+
recorded_at: Tue, 10 Nov 2020 22:58:22 GMT
|
46
90
|
recorded_with: VCR 4.0.0
|
data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful.yml
CHANGED
@@ -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,7 +19,7 @@ http_interactions:
|
|
19
19
|
connection:
|
20
20
|
- close
|
21
21
|
date:
|
22
|
-
-
|
22
|
+
- Tue, 10 Nov 2020 22:58:07 GMT
|
23
23
|
p3p:
|
24
24
|
- CP="NOI"
|
25
25
|
server:
|
@@ -29,16 +29,16 @@ http_interactions:
|
|
29
29
|
x-cache:
|
30
30
|
- Miss from cloudfront
|
31
31
|
via:
|
32
|
-
- 1.1
|
32
|
+
- 1.1 aa3540758216629202cc04ae30ab5604.cloudfront.net (CloudFront)
|
33
33
|
x-amz-cf-pop:
|
34
34
|
- SLC50-C1
|
35
35
|
x-amz-cf-id:
|
36
|
-
-
|
36
|
+
- Z7yClAuFHQ5LLl93wy2rbraU1Vbd775UQd89rlRUg2vdFcdeBgoNAA==
|
37
37
|
body:
|
38
38
|
encoding: UTF-8
|
39
39
|
string: ''
|
40
40
|
http_version:
|
41
|
-
recorded_at:
|
41
|
+
recorded_at: Tue, 10 Nov 2020 22:58:08 GMT
|
42
42
|
- request:
|
43
43
|
method: post
|
44
44
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/destinations
|
@@ -47,7 +47,7 @@ http_interactions:
|
|
47
47
|
string: '{"destinations":[{"id":"testing-golf-club","data":{"name":"Golf Club"}}]}'
|
48
48
|
headers:
|
49
49
|
User-Agent:
|
50
|
-
- ScormEngine Ruby Gem 0.8.
|
50
|
+
- ScormEngine Ruby Gem 0.8.2
|
51
51
|
Authorization:
|
52
52
|
- Basic <BASIC_AUTH>
|
53
53
|
Content-Type:
|
@@ -60,7 +60,7 @@ http_interactions:
|
|
60
60
|
connection:
|
61
61
|
- close
|
62
62
|
date:
|
63
|
-
-
|
63
|
+
- Tue, 10 Nov 2020 22:58:08 GMT
|
64
64
|
p3p:
|
65
65
|
- CP="NOI"
|
66
66
|
server:
|
@@ -70,14 +70,14 @@ http_interactions:
|
|
70
70
|
x-cache:
|
71
71
|
- Miss from cloudfront
|
72
72
|
via:
|
73
|
-
- 1.1
|
73
|
+
- 1.1 b8444affadcd7ea54dc019ee69ff275f.cloudfront.net (CloudFront)
|
74
74
|
x-amz-cf-pop:
|
75
75
|
- SLC50-C1
|
76
76
|
x-amz-cf-id:
|
77
|
-
-
|
77
|
+
- iH0dynRvQ3Ko1Mq3fCs3LKn8SooiHwiSbUmhdPLiftJTkN4IeZzCcQ==
|
78
78
|
body:
|
79
79
|
encoding: UTF-8
|
80
80
|
string: ''
|
81
81
|
http_version:
|
82
|
-
recorded_at:
|
82
|
+
recorded_at: Tue, 10 Nov 2020 22:58:08 GMT
|
83
83
|
recorded_with: VCR 4.0.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: '{"destinations":[{"id":"testing-golf-club","data":{"name":"Golf Club"}}]}'
|
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:58:05 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 c9bc51c60922bd251aad1b28f0896cce.cloudfront.net (CloudFront)
|
35
35
|
x-amz-cf-pop:
|
36
36
|
- SLC50-C1
|
37
37
|
x-amz-cf-id:
|
38
|
-
-
|
38
|
+
- djSCO-IO-9c1IOh7UPWAZZnZp_rb7FaTMi3kGukYIF6m3530ZP1UBQ==
|
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:58:07 GMT
|
44
44
|
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:58: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 b8444affadcd7ea54dc019ee69ff275f.cloudfront.net (CloudFront)
|
39
39
|
x-amz-cf-pop:
|
40
40
|
- SLC50-C1
|
41
41
|
x-amz-cf-id:
|
42
|
-
-
|
42
|
+
- PCck3OaWNRll8_-mILCnBSoOnv8FuPaNBwpF8tagkzpFWbMWke6b6A==
|
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:58:04 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:58:05 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 ec99de6a8df96b4e008b942ab98e6595.cloudfront.net (CloudFront)
|
35
35
|
x-amz-cf-pop:
|
36
36
|
- SLC50-C1
|
37
37
|
x-amz-cf-id:
|
38
|
-
-
|
38
|
+
- CsuVDYqMtxulZUC0NA1fLMv1rqa0kIBw7hfrEfn5fV4GWlDqmEs_0Q==
|
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:58:05 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:58:05 GMT
|
25
25
|
p3p:
|
26
26
|
- CP="NOI"
|
27
27
|
server:
|
@@ -35,10 +35,10 @@ http_interactions:
|
|
35
35
|
x-amz-cf-pop:
|
36
36
|
- SLC50-C1
|
37
37
|
x-amz-cf-id:
|
38
|
-
-
|
38
|
+
- tmN0Ai7DvI5fiLAmHyR5CmPbV83KoPsrQp5TqYyU7cI8j9u5K6fCEQ==
|
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:58:05 GMT
|
44
44
|
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:57:59 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 056d7e33647e8c0e3989508b46629bb4.cloudfront.net (CloudFront)
|
39
39
|
x-amz-cf-pop:
|
40
40
|
- SLC50-C1
|
41
41
|
x-amz-cf-id:
|
42
|
-
-
|
42
|
+
- VulXJq9vKCiNC1R31kCIDItZFGyRScOf7bj54IefsB6DaM7VBnw11A==
|
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:58:00 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:58: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 c28e90c09fe72af9ef5e45a1bf85f0fc.cloudfront.net (CloudFront)
|
35
35
|
x-amz-cf-pop:
|
36
36
|
- SLC50-C1
|
37
37
|
x-amz-cf-id:
|
38
|
-
-
|
38
|
+
- WAyUI8i4qkVvNK4r7mxTj-8af0Ct87l0_E2Ft75FF64o4uVePNMngw==
|
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:58:00 GMT
|
44
44
|
recorded_with: VCR 4.0.0
|