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,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -128,7 +128,7 @@ http_interactions:
|
|
128
128
|
recorded_at: Thu, 31 Jul 2014 09:01:08 GMT
|
129
129
|
- request:
|
130
130
|
method: delete
|
131
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
131
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
132
132
|
body:
|
133
133
|
encoding: US-ASCII
|
134
134
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -128,7 +128,7 @@ http_interactions:
|
|
128
128
|
recorded_at: Thu, 31 Jul 2014 09:01:03 GMT
|
129
129
|
- request:
|
130
130
|
method: put
|
131
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
131
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
132
132
|
body:
|
133
133
|
encoding: US-ASCII
|
134
134
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Blog","description":"Blog content type","fields":[]}'
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: put
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/custom_id
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/custom_id
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Blog","description":null,"fields":[]}'
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Array","description":"Content type with Array field","fields":[{"id":"my_Array_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Boolean","description":"Content type with Boolean field","fields":[{"id":"my_Boolean_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Date","description":"Content type with Date field","fields":[{"id":"my_Date_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Integer","description":"Content type with Integer field","fields":[{"id":"my_Integer_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Link","description":"Content type with Link field","fields":[{"id":"my_Link_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Location","description":"Content type with Location field","fields":[{"id":"my_Location_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Number","description":"Content type with Number field","fields":[{"id":"my_Number_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Object","description":"Content type with Object field","fields":[{"id":"my_Object_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Symbol","description":"Content type with Symbol field","fields":[{"id":"my_Symbol_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Text","description":"Content type with Text field","fields":[{"id":"my_Text_field","name":"My
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -128,7 +128,7 @@ http_interactions:
|
|
128
128
|
recorded_at: Thu, 31 Jul 2014 08:56:52 GMT
|
129
129
|
- request:
|
130
130
|
method: delete
|
131
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
131
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
132
132
|
body:
|
133
133
|
encoding: US-ASCII
|
134
134
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -119,7 +119,7 @@ http_interactions:
|
|
119
119
|
recorded_at: Thu, 31 Jul 2014 08:58:33 GMT
|
120
120
|
- request:
|
121
121
|
method: delete
|
122
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
122
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
123
123
|
body:
|
124
124
|
encoding: US-ASCII
|
125
125
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/5DSpuKrl04eMAGQoQckeIq
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/5DSpuKrl04eMAGQoQckeIq
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -179,7 +179,7 @@ http_interactions:
|
|
179
179
|
recorded_at: Thu, 31 Jul 2014 08:46:01 GMT
|
180
180
|
- request:
|
181
181
|
method: delete
|
182
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/5DSpuKrl04eMAGQoQckeIq/published
|
182
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/5DSpuKrl04eMAGQoQckeIq/published
|
183
183
|
body:
|
184
184
|
encoding: US-ASCII
|
185
185
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -119,7 +119,7 @@ http_interactions:
|
|
119
119
|
recorded_at: Thu, 31 Jul 2014 08:57:01 GMT
|
120
120
|
- request:
|
121
121
|
method: put
|
122
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
122
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4EnwylPOikyMGUIy8uQgQY/published
|
123
123
|
body:
|
124
124
|
encoding: US-ASCII
|
125
125
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/66jvD8UhNKmWGk24KKq0EW
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/66jvD8UhNKmWGk24KKq0EW
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -98,7 +98,7 @@ http_interactions:
|
|
98
98
|
recorded_at: Thu, 31 Jul 2014 08:43:20 GMT
|
99
99
|
- request:
|
100
100
|
method: delete
|
101
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/66jvD8UhNKmWGk24KKq0EW
|
101
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/66jvD8UhNKmWGk24KKq0EW
|
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: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/66jvD8UhNKmWGk24KKq0EW
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/66jvD8UhNKmWGk24KKq0EW
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -107,7 +107,7 @@ http_interactions:
|
|
107
107
|
recorded_at: Thu, 31 Jul 2014 08:42:20 GMT
|
108
108
|
- request:
|
109
109
|
method: delete
|
110
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/66jvD8UhNKmWGk24KKq0EW
|
110
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/66jvD8UhNKmWGk24KKq0EW
|
111
111
|
body:
|
112
112
|
encoding: US-ASCII
|
113
113
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 13 Aug 2014 09:43:20 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/9lxkhjnp8gyx/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/9lxkhjnp8gyx/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -296,7 +296,7 @@ http_interactions:
|
|
296
296
|
recorded_at: Wed, 13 Aug 2014 09:43:21 GMT
|
297
297
|
- request:
|
298
298
|
method: get
|
299
|
-
uri: https://api.contentful.com/spaces/9lxkhjnp8gyx/content_types
|
299
|
+
uri: https://api.contentful.com/spaces/9lxkhjnp8gyx/environments/master/content_types
|
300
300
|
body:
|
301
301
|
encoding: US-ASCII
|
302
302
|
string: ''
|
@@ -510,7 +510,7 @@ http_interactions:
|
|
510
510
|
recorded_at: Wed, 13 Aug 2014 09:43:22 GMT
|
511
511
|
- request:
|
512
512
|
method: get
|
513
|
-
uri: https://api.contentful.com/spaces/9lxkhjnp8gyx/content_types/category_content_type
|
513
|
+
uri: https://api.contentful.com/spaces/9lxkhjnp8gyx/environments/master/content_types/category_content_type
|
514
514
|
body:
|
515
515
|
encoding: US-ASCII
|
516
516
|
string: ''
|
@@ -623,7 +623,7 @@ http_interactions:
|
|
623
623
|
recorded_at: Wed, 13 Aug 2014 09:43:23 GMT
|
624
624
|
- request:
|
625
625
|
method: get
|
626
|
-
uri: https://api.contentful.com/spaces/9lxkhjnp8gyx/entries?content_type=category_content_type
|
626
|
+
uri: https://api.contentful.com/spaces/9lxkhjnp8gyx/environments/master/entries?content_type=category_content_type
|
627
627
|
body:
|
628
628
|
encoding: US-ASCII
|
629
629
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/5DSpuKrl04eMAGQoQckeIq
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/5DSpuKrl04eMAGQoQckeIq
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -191,7 +191,7 @@ http_interactions:
|
|
191
191
|
recorded_at: Fri, 01 Aug 2014 07:23:13 GMT
|
192
192
|
- request:
|
193
193
|
method: post
|
194
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries
|
194
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries
|
195
195
|
body:
|
196
196
|
encoding: UTF-8
|
197
197
|
string: '{"fields":{"name":{"en-US":"Piotrek"}}}'
|
@@ -368,7 +368,7 @@ http_interactions:
|
|
368
368
|
recorded_at: Fri, 01 Aug 2014 07:23:14 GMT
|
369
369
|
- request:
|
370
370
|
method: get
|
371
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
371
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
372
372
|
body:
|
373
373
|
encoding: US-ASCII
|
374
374
|
string: ''
|
@@ -695,7 +695,7 @@ http_interactions:
|
|
695
695
|
recorded_at: Fri, 01 Aug 2014 07:23:15 GMT
|
696
696
|
- request:
|
697
697
|
method: get
|
698
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries
|
698
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries
|
699
699
|
body:
|
700
700
|
encoding: US-ASCII
|
701
701
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/v2umtz8ths9v/content_types/category_content_type
|
5
|
+
uri: https://api.contentful.com/spaces/v2umtz8ths9v/environments/master/content_types/category_content_type
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -115,7 +115,7 @@ http_interactions:
|
|
115
115
|
recorded_at: Tue, 02 Sep 2014 08:16:05 GMT
|
116
116
|
- request:
|
117
117
|
method: post
|
118
|
-
uri: https://api.contentful.com/spaces/v2umtz8ths9v/entries
|
118
|
+
uri: https://api.contentful.com/spaces/v2umtz8ths9v/environments/master/entries
|
119
119
|
body:
|
120
120
|
encoding: UTF-8
|
121
121
|
string: '{"fields":{"name":{"en-US":"Contentful EN","de-DE":"Contentful DE","pl-PL":"Contentful
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/v2umtz8ths9v/content_types/category_content_type
|
5
|
+
uri: https://api.contentful.com/spaces/v2umtz8ths9v/environments/master/content_types/category_content_type
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -115,7 +115,7 @@ http_interactions:
|
|
115
115
|
recorded_at: Tue, 02 Sep 2014 08:31:00 GMT
|
116
116
|
- request:
|
117
117
|
method: post
|
118
|
-
uri: https://api.contentful.com/spaces/v2umtz8ths9v/entries
|
118
|
+
uri: https://api.contentful.com/spaces/v2umtz8ths9v/environments/master/entries
|
119
119
|
body:
|
120
120
|
encoding: UTF-8
|
121
121
|
string: '{"fields":{"name":{"en-US":"Some testing EN name","de-DE":"Some testing
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/4esHTHIVgc0uWkiwGwOsa6
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/4esHTHIVgc0uWkiwGwOsa6
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -130,7 +130,7 @@ http_interactions:
|
|
130
130
|
recorded_at: Fri, 01 Aug 2014 11:25:32 GMT
|
131
131
|
- request:
|
132
132
|
method: post
|
133
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries
|
133
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries
|
134
134
|
body:
|
135
135
|
encoding: UTF-8
|
136
136
|
string: '{"fields":{"carMark":{"en-US":"Mercedes Benz","pl":"Mercedes"},"carCityPlate":{"en-US":"en","pl":"bia"},"carCapacity":{"en-US":2.5,"pl":2.5}}}'
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/Qa8TW5nPWgiU4MA6AGYgq
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/Qa8TW5nPWgiU4MA6AGYgq
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -117,7 +117,7 @@ http_interactions:
|
|
117
117
|
recorded_at: Mon, 04 Aug 2014 07:49:43 GMT
|
118
118
|
- request:
|
119
119
|
method: get
|
120
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/6xzrdCr33OMAeIYUgs6UKi
|
120
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/6xzrdCr33OMAeIYUgs6UKi
|
121
121
|
body:
|
122
122
|
encoding: US-ASCII
|
123
123
|
string: ''
|
@@ -268,7 +268,7 @@ http_interactions:
|
|
268
268
|
recorded_at: Mon, 04 Aug 2014 07:49:44 GMT
|
269
269
|
- request:
|
270
270
|
method: post
|
271
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries
|
271
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries
|
272
272
|
body:
|
273
273
|
encoding: UTF-8
|
274
274
|
string: '{"fields":{"blog_name":{"en-US":"Piotrek"},"blog_entry":{"en-US":{"sys":{"type":"Link","linkType":"Entry","id":"Qa8TW5nPWgiU4MA6AGYgq"}}},"blog_entries":{"en-US":[{"sys":{"type":"Link","linkType":"Entry","id":"Qa8TW5nPWgiU4MA6AGYgq"}},{"sys":{"type":"Link","linkType":"Entry","id":"Qa8TW5nPWgiU4MA6AGYgq"}},{"sys":{"type":"Link","linkType":"Entry","id":"Qa8TW5nPWgiU4MA6AGYgq"}}]}}}'
|
data/spec/fixtures/vcr_cassettes/content_type/entry/create_with_entries_for_multiple_locales.yml
CHANGED
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Mon, 04 Aug 2014 08:52:44 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -530,7 +530,7 @@ http_interactions:
|
|
530
530
|
recorded_at: Mon, 04 Aug 2014 08:52:45 GMT
|
531
531
|
- request:
|
532
532
|
method: get
|
533
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
533
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
534
534
|
body:
|
535
535
|
encoding: US-ASCII
|
536
536
|
string: ''
|
@@ -978,7 +978,7 @@ http_interactions:
|
|
978
978
|
recorded_at: Mon, 04 Aug 2014 08:52:46 GMT
|
979
979
|
- request:
|
980
980
|
method: get
|
981
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries
|
981
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries
|
982
982
|
body:
|
983
983
|
encoding: US-ASCII
|
984
984
|
string: ''
|
@@ -1578,7 +1578,7 @@ http_interactions:
|
|
1578
1578
|
recorded_at: Mon, 04 Aug 2014 08:52:47 GMT
|
1579
1579
|
- request:
|
1580
1580
|
method: get
|
1581
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/664EPJ6zHqAeMO6O0mGggU
|
1581
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/664EPJ6zHqAeMO6O0mGggU
|
1582
1582
|
body:
|
1583
1583
|
encoding: US-ASCII
|
1584
1584
|
string: ''
|
@@ -1693,7 +1693,7 @@ http_interactions:
|
|
1693
1693
|
recorded_at: Mon, 04 Aug 2014 08:52:48 GMT
|
1694
1694
|
- request:
|
1695
1695
|
method: get
|
1696
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries
|
1696
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries
|
1697
1697
|
body:
|
1698
1698
|
encoding: US-ASCII
|
1699
1699
|
string: ''
|
@@ -2293,7 +2293,7 @@ http_interactions:
|
|
2293
2293
|
recorded_at: Mon, 04 Aug 2014 08:52:49 GMT
|
2294
2294
|
- request:
|
2295
2295
|
method: get
|
2296
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/664EPJ6zHqAeMO6O0mGggU
|
2296
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/664EPJ6zHqAeMO6O0mGggU
|
2297
2297
|
body:
|
2298
2298
|
encoding: US-ASCII
|
2299
2299
|
string: ''
|
@@ -2408,7 +2408,7 @@ http_interactions:
|
|
2408
2408
|
recorded_at: Mon, 04 Aug 2014 08:52:50 GMT
|
2409
2409
|
- request:
|
2410
2410
|
method: get
|
2411
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types
|
2411
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types
|
2412
2412
|
body:
|
2413
2413
|
encoding: US-ASCII
|
2414
2414
|
string: ''
|
@@ -2856,7 +2856,7 @@ http_interactions:
|
|
2856
2856
|
recorded_at: Mon, 04 Aug 2014 08:52:51 GMT
|
2857
2857
|
- request:
|
2858
2858
|
method: get
|
2859
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/content_types/6xzrdCr33OMAeIYUgs6UKi
|
2859
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/content_types/6xzrdCr33OMAeIYUgs6UKi
|
2860
2860
|
body:
|
2861
2861
|
encoding: US-ASCII
|
2862
2862
|
string: ''
|
@@ -3010,7 +3010,7 @@ http_interactions:
|
|
3010
3010
|
recorded_at: Mon, 04 Aug 2014 08:52:52 GMT
|
3011
3011
|
- request:
|
3012
3012
|
method: post
|
3013
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries
|
3013
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries
|
3014
3014
|
body:
|
3015
3015
|
encoding: UTF-8
|
3016
3016
|
string: '{"fields":{"blog_name":{"en-US":"Contentful en","pl":"Contentful pl"},"blog_entries":{"en-US":[{"sys":{"type":"Link","linkType":"Entry","id":"664EPJ6zHqAeMO6O0mGggU"}},{"sys":{"type":"Link","linkType":"Entry","id":"664EPJ6zHqAeMO6O0mGggU"}}],"pl":[{"sys":{"type":"Link","linkType":"Entry","id":"664EPJ6zHqAeMO6O0mGggU"}},{"sys":{"type":"Link","linkType":"Entry","id":"664EPJ6zHqAeMO6O0mGggU"}}]},"blog_entry":{"en-US":{"sys":{"type":"Link","linkType":"Entry","id":"664EPJ6zHqAeMO6O0mGggU"}},"pl":{"sys":{"type":"Link","linkType":"Entry","id":"664EPJ6zHqAeMO6O0mGggU"}}}}}'
|