contentful-management 1.10.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.rubocop.yml +3 -0
- data/CHANGELOG.md +48 -0
- data/README.md +92 -50
- data/lib/contentful/management/api_key.rb +25 -2
- data/lib/contentful/management/array.rb +3 -3
- data/lib/contentful/management/asset.rb +13 -8
- data/lib/contentful/management/client.rb +73 -60
- data/lib/contentful/management/client_api_key_methods_factory.rb +8 -0
- data/lib/contentful/management/client_asset_methods_factory.rb +0 -2
- data/lib/contentful/management/client_association_all_published_method_factory.rb +2 -3
- data/lib/contentful/management/client_association_methods_factory.rb +9 -9
- data/lib/contentful/management/client_content_type_methods_factory.rb +8 -2
- data/lib/contentful/management/client_editor_interface_methods_factory.rb +12 -6
- data/lib/contentful/management/client_entry_methods_factory.rb +1 -3
- data/lib/contentful/management/client_environment_methods_factory.rb +59 -0
- data/lib/contentful/management/client_organization_methods_factory.rb +1 -1
- data/lib/contentful/management/client_personal_access_tokens_methods_factory.rb +3 -3
- data/lib/contentful/management/client_role_methods_factory.rb +8 -0
- data/lib/contentful/management/client_snapshot_methods_factory.rb +8 -6
- data/lib/contentful/management/client_space_methods_factory.rb +2 -6
- data/lib/contentful/management/client_upload_methods_factory.rb +8 -0
- data/lib/contentful/management/client_user_methods_factory.rb +1 -1
- data/lib/contentful/management/client_webhook_call_methods_factory.rb +11 -6
- data/lib/contentful/management/client_webhook_health_methods_factory.rb +2 -2
- data/lib/contentful/management/client_webhook_methods_factory.rb +8 -0
- data/lib/contentful/management/content_type.rb +9 -7
- data/lib/contentful/management/content_type_editor_interface_methods_factory.rb +7 -3
- data/lib/contentful/management/content_type_entry_methods_factory.rb +2 -2
- data/lib/contentful/management/content_type_snapshot_methods_factory.rb +16 -2
- data/lib/contentful/management/dynamic_entry.rb +1 -1
- data/lib/contentful/management/editor_interface.rb +14 -6
- data/lib/contentful/management/entry.rb +12 -10
- data/lib/contentful/management/entry_association_methods_factory.rb +2 -2
- data/lib/contentful/management/environment.rb +138 -0
- data/lib/contentful/management/environment_asset_methods_factory.rb +11 -0
- data/lib/contentful/management/environment_association_methods_factory.rb +42 -0
- data/lib/contentful/management/environment_content_type_methods_factory.rb +11 -0
- data/lib/contentful/management/environment_editor_interface_methods_factory.rb +15 -0
- data/lib/contentful/management/environment_entry_methods_factory.rb +11 -0
- data/lib/contentful/management/environment_locale_methods_factory.rb +11 -0
- data/lib/contentful/management/environment_ui_extension_methods_factory.rb +11 -0
- data/lib/contentful/management/field.rb +3 -3
- data/lib/contentful/management/file.rb +2 -2
- data/lib/contentful/management/link.rb +21 -7
- data/lib/contentful/management/locale.rb +4 -2
- data/lib/contentful/management/organization.rb +1 -1
- data/lib/contentful/management/personal_access_token.rb +2 -2
- data/lib/contentful/management/resource.rb +34 -13
- data/lib/contentful/management/resource/all_published.rb +2 -2
- data/lib/contentful/management/resource/archiver.rb +12 -2
- data/lib/contentful/management/resource/environment_aware.rb +13 -0
- data/lib/contentful/management/resource/publisher.rb +12 -2
- data/lib/contentful/management/resource/refresher.rb +1 -1
- data/lib/contentful/management/resource_builder.rb +16 -14
- data/lib/contentful/management/response.rb +1 -1
- data/lib/contentful/management/role.rb +29 -2
- data/lib/contentful/management/snapshot.rb +13 -7
- data/lib/contentful/management/space.rb +14 -93
- data/lib/contentful/management/space_association_methods_factory.rb +1 -1
- data/lib/contentful/management/{space_locale_methods_factory.rb → space_environment_methods_factory.rb} +2 -6
- data/lib/contentful/management/space_membership.rb +3 -3
- data/lib/contentful/management/ui_extension.rb +4 -2
- data/lib/contentful/management/upload.rb +24 -1
- data/lib/contentful/management/user.rb +4 -4
- data/lib/contentful/management/validation.rb +5 -5
- data/lib/contentful/management/version.rb +1 -1
- data/lib/contentful/management/webhook.rb +26 -3
- data/lib/contentful/management/webhook_call.rb +8 -8
- data/lib/contentful/management/webhook_health.rb +2 -2
- data/spec/fixtures/vcr_cassettes/asset/143_assets_next_page.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/all.yml +1 -1
- data/spec/fixtures/vcr_cassettes/asset/archive.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/archive_published.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/archived_false.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/archived_true.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/create.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/create_with_already_used_id.yml +1 -1
- data/spec/fixtures/vcr_cassettes/asset/create_with_custom_id.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/create_with_locale.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/destroy.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/destroy_published.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/find.yml +1 -1
- data/spec/fixtures/vcr_cassettes/asset/find_not_found.yml +1 -1
- data/spec/fixtures/vcr_cassettes/asset/limited_assets_next_page.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/locale.yml +1 -1
- data/spec/fixtures/vcr_cassettes/asset/process.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/publish.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/publish_after_create.yml +3 -3
- data/spec/fixtures/vcr_cassettes/asset/publish_already_published.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/published_false.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/published_true.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/reload.yml +4 -4
- data/spec/fixtures/vcr_cassettes/asset/reload_with_fields.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/save_update.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/select_operator.yml +1 -1
- data/spec/fixtures/vcr_cassettes/asset/set_locale.yml +1 -1
- data/spec/fixtures/vcr_cassettes/asset/unarchive.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/unarchive_already_unarchive.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/unarchive_already_unarchived.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/unpublish.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/unpublish_already_unpublished.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/update_file.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/update_to_specified_locale.yml +2 -2
- data/spec/fixtures/vcr_cassettes/asset/update_with_default_locale_without_file.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/activate.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/activate_with_invalid_version.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/activated_false.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/activated_true.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/all.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/all_public.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_content_type_with_id.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Array_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Boolean_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Date_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Integer_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Link_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Location_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Number_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Object_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Symbol_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/create_with_Text_field.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/deactivate.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/deactivate_already_deactivated.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/deactivate_with_entries.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/deactivate_with_version_change.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/destroy.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/destroy_activated.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/entry/all.yml +4 -4
- data/spec/fixtures/vcr_cassettes/content_type/entry/create.yml +4 -4
- data/spec/fixtures/vcr_cassettes/content_type/entry/create_only_with_localized_fields.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/entry/create_to_single_locale_only_with_localized_fields.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/entry/create_with_camel_case_id_to_multiple_locales.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/entry/create_with_entries.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/entry/create_with_entries_for_multiple_locales.yml +9 -9
- data/spec/fixtures/vcr_cassettes/content_type/entry/create_with_multiple_locales.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/entry/update_only_with_localized_fields.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/fields/add.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/fields/create.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/fields/create_array_types.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/fields/create_array_with_params.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/fields/create_with_params.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/fields/destroy.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/fields/update_field.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/find.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/find_not_found.yml +1 -1
- data/spec/fixtures/vcr_cassettes/content_type/issue_79.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/omitted_field.yml +4 -4
- data/spec/fixtures/vcr_cassettes/content_type/reload.yml +4 -4
- data/spec/fixtures/vcr_cassettes/content_type/save_new.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/save_updated.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/save_with_added_field.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/update.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/update_change_field_name.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/update_remove_field.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/update_with_fields.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/update_with_one_new_field.yml +2 -2
- data/spec/fixtures/vcr_cassettes/content_type/validation/in.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/in_add.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/in_update.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/link_content_type.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/link_field.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/link_mimetype_group.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/multiple_add.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/present.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/range.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/range_update.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/regexp.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/size.yml +3 -3
- data/spec/fixtures/vcr_cassettes/content_type/validation/unique.yml +3 -3
- data/spec/fixtures/vcr_cassettes/editor_interfaces/default_for_space.yml +1 -1
- data/spec/fixtures/vcr_cassettes/editor_interfaces/update.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/all.yml +1 -1
- data/spec/fixtures/vcr_cassettes/entry/archive.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/archive_published.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/archived_false.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/archived_true.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/content_type_entires.yml +1 -1
- data/spec/fixtures/vcr_cassettes/entry/create.yml +4 -4
- data/spec/fixtures/vcr_cassettes/entry/create_with_asset.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/create_with_assets.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/create_with_custom_id.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/create_with_entries.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/create_with_entry.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/create_with_just_id.yml +4 -4
- data/spec/fixtures/vcr_cassettes/entry/create_with_location.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/create_with_specified_locale.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/create_with_symbols.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/destory_published.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/destroy.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/fallback_undefined.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/find-with-null-symbols.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/find.yml +1 -1
- data/spec/fixtures/vcr_cassettes/entry/find_not_found.yml +1 -1
- data/spec/fixtures/vcr_cassettes/entry/issue_61_1.yml +6 -6
- data/spec/fixtures/vcr_cassettes/entry/issue_61_2.yml +6 -6
- data/spec/fixtures/vcr_cassettes/entry/issue_61_3.yml +6 -6
- data/spec/fixtures/vcr_cassettes/entry/issue_61_4.yml +6 -6
- data/spec/fixtures/vcr_cassettes/entry/issue_61_5.yml +305 -198
- data/spec/fixtures/vcr_cassettes/entry/issue_61_6.yml +5 -5
- data/spec/fixtures/vcr_cassettes/entry/issue_61_7.yml +6 -6
- data/spec/fixtures/vcr_cassettes/entry/issue_61_8.yml +6 -6
- data/spec/fixtures/vcr_cassettes/entry/issue_61_spaces.yml +143 -188
- data/spec/fixtures/vcr_cassettes/entry/issue_70.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/issue_73.yml +4 -4
- data/spec/fixtures/vcr_cassettes/entry/issue_91.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/limited_entries.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/locales/fallback_to_default_locale.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/locales/retrieve_localized.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/locales/simple_assignments_use_default_locale.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/locales/simple_assignments_use_specified_locale.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/publish.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/publish_already_published.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/published_false.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/published_true.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/reload.yml +6 -6
- data/spec/fixtures/vcr_cassettes/entry/save_update.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/equality_operator.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/exclusion_operator.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/full_search.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/full_search_match_operator.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/including_linked_entries.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/inclusion_operator.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/inequality_operator.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/location_search_near_operator.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/location_search_within_operator.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/matching_array_fields.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/order_sys_createdAt.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/order_sys_updatedAt.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/range_operators_greater_than_or_equal.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/range_operators_less.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/search_filter/reverse_order_sys_updatedAt.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/select_operator.yml +1 -1
- data/spec/fixtures/vcr_cassettes/entry/service_unavailable.yml +1 -1
- data/spec/fixtures/vcr_cassettes/entry/too_many_requests.yml +5 -5
- data/spec/fixtures/vcr_cassettes/entry/too_many_requests_retry.yml +6 -6
- data/spec/fixtures/vcr_cassettes/entry/unarchive.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/unarchive_already_unarchived.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/unpublish.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/unpublish_already_unpublished.yml +2 -2
- data/spec/fixtures/vcr_cassettes/entry/update.yml +4 -4
- data/spec/fixtures/vcr_cassettes/entry/update_bool_field.yml +4 -4
- data/spec/fixtures/vcr_cassettes/entry/update_unlocalized_field.yml +3 -3
- data/spec/fixtures/vcr_cassettes/entry/update_with_custom_locale.yml +3 -3
- data/spec/fixtures/vcr_cassettes/environment/all.yml +226 -0
- data/spec/fixtures/vcr_cassettes/environment/create.yml +155 -0
- data/spec/fixtures/vcr_cassettes/environment/destroy.yml +89 -0
- data/spec/fixtures/vcr_cassettes/environment/find.yml +155 -0
- data/spec/fixtures/vcr_cassettes/environment/find_2.yml +155 -0
- data/spec/fixtures/vcr_cassettes/environment/not_found.yml +98 -0
- data/spec/fixtures/vcr_cassettes/locale/all_for_space.yml +1 -1
- data/spec/fixtures/vcr_cassettes/locale/create_for_space.yml +2 -2
- data/spec/fixtures/vcr_cassettes/locale/destroy.yml +5 -5
- data/spec/fixtures/vcr_cassettes/locale/fallback_code.yml +3 -3
- data/spec/fixtures/vcr_cassettes/locale/find.yml +1 -1
- data/spec/fixtures/vcr_cassettes/locale/find_default.yml +1 -1
- data/spec/fixtures/vcr_cassettes/locale/find_for_space_not_found.yml +1 -1
- data/spec/fixtures/vcr_cassettes/locale/find_not_default.yml +1 -1
- data/spec/fixtures/vcr_cassettes/locale/find_not_optional.yml +1 -1
- data/spec/fixtures/vcr_cassettes/locale/find_optional.yml +1 -1
- data/spec/fixtures/vcr_cassettes/locale/reload.yml +3 -3
- data/spec/fixtures/vcr_cassettes/locale/update_both.yml +3 -3
- data/spec/fixtures/vcr_cassettes/locale/update_code.yml +3 -3
- data/spec/fixtures/vcr_cassettes/locale/update_name.yml +3 -3
- data/spec/fixtures/vcr_cassettes/snapshot/all.yml +1 -1
- data/spec/fixtures/vcr_cassettes/snapshot/ct_all.yml +1 -1
- data/spec/fixtures/vcr_cassettes/snapshot/ct_find.yml +1 -1
- data/spec/fixtures/vcr_cassettes/snapshot/ct_find_not_found.yml +1 -1
- data/spec/fixtures/vcr_cassettes/snapshot/find.yml +1 -1
- data/spec/fixtures/vcr_cassettes/snapshot/find_not_found.yml +1 -1
- data/spec/fixtures/vcr_cassettes/snapshot/properties.yml +2 -2
- data/spec/fixtures/vcr_cassettes/ui_extension/all.yml +1 -1
- data/spec/fixtures/vcr_cassettes/ui_extension/create.yml +1 -1
- data/spec/fixtures/vcr_cassettes/ui_extension/delete.yml +3 -3
- data/spec/fixtures/vcr_cassettes/ui_extension/find.yml +1 -1
- data/spec/fixtures/vcr_cassettes/upload/associate_with_asset.yml +3 -3
- data/spec/lib/contentful/management/api_key_spec.rb +7 -7
- data/spec/lib/contentful/management/asset_spec.rb +38 -57
- data/spec/lib/contentful/management/client_spec.rb +1 -1
- data/spec/lib/contentful/management/content_type_spec.rb +78 -78
- data/spec/lib/contentful/management/editor_interface_spec.rb +4 -4
- data/spec/lib/contentful/management/entry_spec.rb +104 -114
- data/spec/lib/contentful/management/environment_spec.rb +87 -0
- data/spec/lib/contentful/management/locale_spec.rb +22 -22
- data/spec/lib/contentful/management/role_spec.rb +11 -11
- data/spec/lib/contentful/management/snapshot_spec.rb +27 -27
- data/spec/lib/contentful/management/space_membership_spec.rb +6 -7
- data/spec/lib/contentful/management/space_spec.rb +0 -282
- data/spec/lib/contentful/management/ui_extension_spec.rb +8 -8
- data/spec/lib/contentful/management/upload_spec.rb +9 -9
- data/spec/lib/contentful/management/webhook_calls_spec.rb +6 -6
- data/spec/lib/contentful/management/webhook_health_spec.rb +3 -3
- data/spec/lib/contentful/management/webhook_spec.rb +14 -12
- metadata +28 -14
- data/lib/contentful/management/space_asset_methods_factory.rb +0 -13
- data/lib/contentful/management/space_association_all_published_method_factory.rb +0 -12
- data/lib/contentful/management/space_content_type_methods_factory.rb +0 -13
- data/lib/contentful/management/space_editor_interface_methods_factory.rb +0 -21
- data/lib/contentful/management/space_entry_methods_factory.rb +0 -21
- data/lib/contentful/management/space_ui_extension_methods_factory.rb +0 -15
- data/spec/fixtures/vcr_cassettes/asset/all_public.yml +0 -112
- data/spec/fixtures/vcr_cassettes/entry/all_public.yml +0 -102
@@ -2,14 +2,10 @@ require_relative 'space_association_methods_factory'
|
|
2
2
|
|
3
3
|
module Contentful
|
4
4
|
module Management
|
5
|
-
# Wrapper for
|
5
|
+
# Wrapper for Environment API for usage from within Space
|
6
6
|
# @private
|
7
|
-
class
|
7
|
+
class SpaceEnvironmentMethodsFactory
|
8
8
|
include Contentful::Management::SpaceAssociationMethodsFactory
|
9
|
-
|
10
|
-
def new
|
11
|
-
fail 'Not supported'
|
12
|
-
end
|
13
9
|
end
|
14
10
|
end
|
15
11
|
end
|
@@ -5,12 +5,12 @@ module Contentful
|
|
5
5
|
# Resource class for Space Membership.
|
6
6
|
class SpaceMembership
|
7
7
|
include Contentful::Management::Resource
|
8
|
-
include Contentful::Management::Resource::SystemProperties
|
9
8
|
include Contentful::Management::Resource::Refresher
|
9
|
+
include Contentful::Management::Resource::SystemProperties
|
10
10
|
|
11
|
-
property :admin, :boolean
|
12
|
-
property :roles, :array
|
13
11
|
property :user, Link
|
12
|
+
property :roles, :array
|
13
|
+
property :admin, :boolean
|
14
14
|
|
15
15
|
# Returns the list of roles for this membership.
|
16
16
|
def roles
|
@@ -1,4 +1,5 @@
|
|
1
1
|
require_relative 'resource'
|
2
|
+
require_relative 'resource/environment_aware'
|
2
3
|
|
3
4
|
module Contentful
|
4
5
|
module Management
|
@@ -6,8 +7,9 @@ module Contentful
|
|
6
7
|
# @see _ https://www.contentful.com/developers/docs/references/content-management-api/#/reference/ui-extensions
|
7
8
|
class UIExtension
|
8
9
|
include Contentful::Management::Resource
|
9
|
-
include Contentful::Management::Resource::SystemProperties
|
10
10
|
include Contentful::Management::Resource::Refresher
|
11
|
+
include Contentful::Management::Resource::SystemProperties
|
12
|
+
include Contentful::Management::Resource::EnvironmentAware
|
11
13
|
|
12
14
|
property :extension, :hash
|
13
15
|
|
@@ -43,7 +45,7 @@ module Contentful
|
|
43
45
|
if id
|
44
46
|
update(extension: extension)
|
45
47
|
else
|
46
|
-
new_instance = self.class.create(client, sys[:space].id, extension: extension)
|
48
|
+
new_instance = self.class.create(client, sys[:space].id, environment_id, extension: extension)
|
47
49
|
refresh_data(new_instance)
|
48
50
|
end
|
49
51
|
end
|
@@ -6,14 +6,37 @@ module Contentful
|
|
6
6
|
# @see _ https://www.contentful.com/developers/docs/references/content-management-api/#/reference/uploads
|
7
7
|
class Upload
|
8
8
|
include Contentful::Management::Resource
|
9
|
-
include Contentful::Management::Resource::SystemProperties
|
10
9
|
include Contentful::Management::Resource::Refresher
|
10
|
+
include Contentful::Management::Resource::SystemProperties
|
11
11
|
|
12
12
|
# @private
|
13
13
|
def self.create_headers(_client, _attributes)
|
14
14
|
{ 'Content-Type' => 'application/octet-stream' }
|
15
15
|
end
|
16
16
|
|
17
|
+
# Creates an upload.
|
18
|
+
#
|
19
|
+
# @param [Contentful::Management::Client] client
|
20
|
+
# @param [String] space_id
|
21
|
+
# @param [Hash] attributes
|
22
|
+
# @see _ README for full attribute list for each resource.
|
23
|
+
#
|
24
|
+
# @return [Contentful::Management::Upload]
|
25
|
+
def self.create(client, space_id, attributes = {})
|
26
|
+
super(client, space_id, nil, attributes)
|
27
|
+
end
|
28
|
+
|
29
|
+
# Finds an upload by ID.
|
30
|
+
#
|
31
|
+
# @param [Contentful::Management::Client] client
|
32
|
+
# @param [String] space_id
|
33
|
+
# @param [String] upload_id
|
34
|
+
#
|
35
|
+
# @return [Contentful::Management::Upload]
|
36
|
+
def self.find(client, space_id, upload_id)
|
37
|
+
super(client, space_id, nil, upload_id)
|
38
|
+
end
|
39
|
+
|
17
40
|
# @private
|
18
41
|
def self.create_attributes(_client, path_or_file)
|
19
42
|
case path_or_file
|
@@ -6,16 +6,16 @@ module Contentful
|
|
6
6
|
# @see _ https://www.contentful.com/developers/docs/references/content-management-api/#/reference/users
|
7
7
|
class User
|
8
8
|
include Contentful::Management::Resource
|
9
|
-
include Contentful::Management::Resource::SystemProperties
|
10
9
|
include Contentful::Management::Resource::Refresher
|
10
|
+
include Contentful::Management::Resource::SystemProperties
|
11
11
|
|
12
|
-
property :
|
12
|
+
property :email, :string
|
13
13
|
property :lastName, :string
|
14
|
+
property :firstName, :string
|
14
15
|
property :avatarUrl, :string
|
15
|
-
property :email, :string
|
16
16
|
property :activated, :boolean
|
17
|
-
property :signInCount, :integer
|
18
17
|
property :confirmed, :boolean
|
18
|
+
property :signInCount, :integer
|
19
19
|
|
20
20
|
# @private
|
21
21
|
def self.build_endpoint(endpoint_options)
|
@@ -8,14 +8,14 @@ module Contentful
|
|
8
8
|
|
9
9
|
property :in, :array
|
10
10
|
property :size, :hash
|
11
|
-
property :present, :boolean
|
12
|
-
property :regexp, :hash
|
13
|
-
property :linkContentType, :array
|
14
11
|
property :range, :hash
|
15
|
-
property :
|
16
|
-
property :linkField, :boolean
|
12
|
+
property :regexp, :hash
|
17
13
|
property :unique, :boolean
|
14
|
+
property :present, :boolean
|
15
|
+
property :linkField, :boolean
|
18
16
|
property :assetFileSize, :hash
|
17
|
+
property :linkContentType, :array
|
18
|
+
property :linkMimetypeGroup, :string
|
19
19
|
property :assetImageDimensions, :hash
|
20
20
|
|
21
21
|
# @private
|
@@ -8,14 +8,14 @@ module Contentful
|
|
8
8
|
# @see _ https://www.contentful.com/developers/documentation/content-management-api/http/#resources-webhooks
|
9
9
|
class Webhook
|
10
10
|
include Contentful::Management::Resource
|
11
|
-
include Contentful::Management::Resource::SystemProperties
|
12
11
|
include Contentful::Management::Resource::Refresher
|
12
|
+
include Contentful::Management::Resource::SystemProperties
|
13
13
|
|
14
14
|
property :url, :string
|
15
|
-
property :httpBasicUsername, :string
|
16
15
|
property :name, :string
|
17
|
-
property :headers, :array
|
18
16
|
property :topics, :array
|
17
|
+
property :headers, :array
|
18
|
+
property :httpBasicUsername, :string
|
19
19
|
|
20
20
|
# @private
|
21
21
|
def self.endpoint
|
@@ -27,6 +27,29 @@ module Contentful
|
|
27
27
|
attributes.select { |key, _value| [:httpBasicUsername, :httpBasicPassword, :url, :name, :headers, :topics].include? key }
|
28
28
|
end
|
29
29
|
|
30
|
+
# Creates a webhook.
|
31
|
+
#
|
32
|
+
# @param [Contentful::Management::Client] client
|
33
|
+
# @param [String] space_id
|
34
|
+
# @param [Hash] attributes
|
35
|
+
# @see _ README for full attribute list for each resource.
|
36
|
+
#
|
37
|
+
# @return [Contentful::Management::Webhook]
|
38
|
+
def self.create(client, space_id, attributes = {})
|
39
|
+
super(client, space_id, nil, attributes)
|
40
|
+
end
|
41
|
+
|
42
|
+
# Finds a webhook by ID.
|
43
|
+
#
|
44
|
+
# @param [Contentful::Management::Client] client
|
45
|
+
# @param [String] space_id
|
46
|
+
# @param [String] webhook_id
|
47
|
+
#
|
48
|
+
# @return [Contentful::Management::Webhook]
|
49
|
+
def self.find(client, space_id, webhook_id)
|
50
|
+
super(client, space_id, nil, webhook_id)
|
51
|
+
end
|
52
|
+
|
30
53
|
# Allows manipulation of webhook call details in context of the current webhook
|
31
54
|
# Allows listing all webhook call details for the webhook and finding one by ID.
|
32
55
|
# @see _ README for details.
|
@@ -6,17 +6,17 @@ module Contentful
|
|
6
6
|
# @see _ https://www.contentful.com/developers/docs/references/content-management-api/#/reference/webhook-calls
|
7
7
|
class WebhookCall
|
8
8
|
include Contentful::Management::Resource
|
9
|
-
include Contentful::Management::Resource::SystemProperties
|
10
9
|
include Contentful::Management::Resource::Refresher
|
10
|
+
include Contentful::Management::Resource::SystemProperties
|
11
11
|
|
12
|
-
property :statusCode, :integer
|
13
|
-
property :errors, :array
|
14
|
-
property :eventType, :string
|
15
12
|
property :url, :array
|
13
|
+
property :errors, :array
|
14
|
+
property :request, :hash
|
15
|
+
property :response, :hash
|
16
16
|
property :requestAt, :date
|
17
17
|
property :responseAt, :date
|
18
|
-
property :
|
19
|
-
property :
|
18
|
+
property :eventType, :string
|
19
|
+
property :statusCode, :integer
|
20
20
|
|
21
21
|
# Gets all webhook call details for a webhook.
|
22
22
|
#
|
@@ -26,7 +26,7 @@ module Contentful
|
|
26
26
|
#
|
27
27
|
# @return [Contentful::Management::Array<Contentful::Management::WebhookCall>]
|
28
28
|
def self.all(client, space_id, webhook_id)
|
29
|
-
ClientWebhookCallMethodsFactory.new(client
|
29
|
+
ClientWebhookCallMethodsFactory.new(client, space_id, webhook_id).all
|
30
30
|
end
|
31
31
|
|
32
32
|
# Gets a webhook's call details by ID
|
@@ -38,7 +38,7 @@ module Contentful
|
|
38
38
|
#
|
39
39
|
# @return [Contentful::Management::WebhookCall]
|
40
40
|
def self.find(client, space_id, webhook_id, call_id)
|
41
|
-
ClientWebhookCallMethodsFactory.new(client).find(
|
41
|
+
ClientWebhookCallMethodsFactory.new(client, space_id, webhook_id).find(call_id)
|
42
42
|
end
|
43
43
|
|
44
44
|
# Not supported
|
@@ -6,8 +6,8 @@ module Contentful
|
|
6
6
|
# @see _ https://www.contentful.com/developers/docs/references/content-management-api/#/reference/webhook-calls/webhook-health
|
7
7
|
class WebhookHealth
|
8
8
|
include Contentful::Management::Resource
|
9
|
-
include Contentful::Management::Resource::SystemProperties
|
10
9
|
include Contentful::Management::Resource::Refresher
|
10
|
+
include Contentful::Management::Resource::SystemProperties
|
11
11
|
|
12
12
|
property :calls, :hash
|
13
13
|
|
@@ -19,7 +19,7 @@ module Contentful
|
|
19
19
|
#
|
20
20
|
# @return [Contentful::Management::WebhookHealth]
|
21
21
|
def self.find(client, space_id, webhook_id)
|
22
|
-
ClientWebhookHealthMethodsFactory.new(client).find(
|
22
|
+
ClientWebhookHealthMethodsFactory.new(client, space_id).find(webhook_id)
|
23
23
|
end
|
24
24
|
|
25
25
|
# Not supported
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/facgnwwgj5fe/assets
|
5
|
+
uri: https://api.contentful.com/spaces/facgnwwgj5fe/environments/master/assets
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -1410,7 +1410,7 @@ http_interactions:
|
|
1410
1410
|
recorded_at: Tue, 06 Feb 2018 10:26:21 GMT
|
1411
1411
|
- request:
|
1412
1412
|
method: get
|
1413
|
-
uri: https://api.contentful.com/spaces/facgnwwgj5fe/assets?skip=100
|
1413
|
+
uri: https://api.contentful.com/spaces/facgnwwgj5fe/environments/master/assets?skip=100
|
1414
1414
|
body:
|
1415
1415
|
encoding: US-ASCII
|
1416
1416
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/5FDqplZoruAUGmiSa02asE
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/5FDqplZoruAUGmiSa02asE
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -109,7 +109,7 @@ http_interactions:
|
|
109
109
|
recorded_at: Thu, 31 Jul 2014 07:34:06 GMT
|
110
110
|
- request:
|
111
111
|
method: put
|
112
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/5FDqplZoruAUGmiSa02asE/archived
|
112
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/5FDqplZoruAUGmiSa02asE/archived
|
113
113
|
body:
|
114
114
|
encoding: US-ASCII
|
115
115
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/5FDqplZoruAUGmiSa02asE
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/5FDqplZoruAUGmiSa02asE
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -118,7 +118,7 @@ http_interactions:
|
|
118
118
|
recorded_at: Thu, 31 Jul 2014 07:33:41 GMT
|
119
119
|
- request:
|
120
120
|
method: put
|
121
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/5FDqplZoruAUGmiSa02asE/archived
|
121
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/5FDqplZoruAUGmiSa02asE/archived
|
122
122
|
body:
|
123
123
|
encoding: US-ASCII
|
124
124
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/5FDqplZoruAUGmiSa02asE
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/5FDqplZoruAUGmiSa02asE
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -118,7 +118,7 @@ http_interactions:
|
|
118
118
|
recorded_at: Thu, 31 Jul 2014 07:35:35 GMT
|
119
119
|
- request:
|
120
120
|
method: delete
|
121
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/5FDqplZoruAUGmiSa02asE/archived
|
121
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/5FDqplZoruAUGmiSa02asE/archived
|
122
122
|
body:
|
123
123
|
encoding: US-ASCII
|
124
124
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/5FDqplZoruAUGmiSa02asE
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/5FDqplZoruAUGmiSa02asE
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -109,7 +109,7 @@ http_interactions:
|
|
109
109
|
recorded_at: Thu, 31 Jul 2014 07:35:17 GMT
|
110
110
|
- request:
|
111
111
|
method: put
|
112
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/5FDqplZoruAUGmiSa02asE/archived
|
112
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/5FDqplZoruAUGmiSa02asE/archived
|
113
113
|
body:
|
114
114
|
encoding: US-ASCII
|
115
115
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"fields":{"title":{"en-US":"titlebyCreateAPI"},"description":{"en-US":"descByAPI"},"file":{"en-US":{"contentType":"image/jpeg","fileName":"pic1.jpg","upload":"https://upload.wikimedia.org/wikipedia/commons/c/c7/Gasometer_Berlin_Sch%C3%B6neberg_2011.jpg"}}}}'
|
@@ -98,7 +98,7 @@ http_interactions:
|
|
98
98
|
recorded_at: Thu, 31 Jul 2014 07:37:20 GMT
|
99
99
|
- request:
|
100
100
|
method: put
|
101
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/JJrsd9jsYMMYeyiWgeKmC/files/en-US/process
|
101
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/JJrsd9jsYMMYeyiWgeKmC/files/en-US/process
|
102
102
|
body:
|
103
103
|
encoding: US-ASCII
|
104
104
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: put
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/codequest_id_test_custom_id
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/codequest_id_test_custom_id
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"fields":{"title":{"en-US":"titlebyCreateAPI_custom_id"},"description":{"en-US":"descByAPI_custom_id"},"file":{"en-US":{"contentType":"image/jpeg","fileName":"codequest.jpg","upload":"http://static.goldenline.pl/firm_logo/082/firm_225106_22f37f_small.jpg"}}}}'
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: put
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/codequest_id_test_custom
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/codequest_id_test_custom
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"fields":{"title":{"en-US":"titlebyCreateAPI_custom_id"},"description":{"en-US":"descByAPI_custom_id"},"file":{"en-US":{"contentType":"image/jpeg","fileName":"codequest.jpg","upload":"http://static.goldenline.pl/firm_logo/082/firm_225106_22f37f_small.jpg"}}}}'
|
@@ -98,7 +98,7 @@ http_interactions:
|
|
98
98
|
recorded_at: Thu, 31 Jul 2014 07:38:09 GMT
|
99
99
|
- request:
|
100
100
|
method: put
|
101
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/codequest_id_test_custom/files/en-US/process
|
101
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/codequest_id_test_custom/files/en-US/process
|
102
102
|
body:
|
103
103
|
encoding: US-ASCII
|
104
104
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/assets
|
5
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/assets
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"fields":{"title":{"pl-PL":"Title PL"},"description":{"pl-PL":"Description
|
@@ -99,7 +99,7 @@ http_interactions:
|
|
99
99
|
recorded_at: Tue, 19 Aug 2014 09:33:15 GMT
|
100
100
|
- request:
|
101
101
|
method: put
|
102
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/assets/6HW6OmvN3UMgysEIicCmCC/files/pl-PL/process
|
102
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/assets/6HW6OmvN3UMgysEIicCmCC/files/pl-PL/process
|
103
103
|
body:
|
104
104
|
encoding: US-ASCII
|
105
105
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/r7o2iuDeSc4UmioOuoKq6
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/r7o2iuDeSc4UmioOuoKq6
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -109,7 +109,7 @@ http_interactions:
|
|
109
109
|
recorded_at: Thu, 31 Jul 2014 07:28:40 GMT
|
110
110
|
- request:
|
111
111
|
method: delete
|
112
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/assets/r7o2iuDeSc4UmioOuoKq6
|
112
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/assets/r7o2iuDeSc4UmioOuoKq6
|
113
113
|
body:
|
114
114
|
encoding: US-ASCII
|
115
115
|
string: ''
|