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
@@ -90,7 +90,7 @@ http_interactions:
|
|
90
90
|
recorded_at: Tue, 24 Nov 2015 12:29:39 GMT
|
91
91
|
- request:
|
92
92
|
method: get
|
93
|
-
uri: https://api.contentful.com/spaces/9sh5dtmfyzhj/content_types
|
93
|
+
uri: https://api.contentful.com/spaces/9sh5dtmfyzhj/environments/master/content_types
|
94
94
|
body:
|
95
95
|
encoding: US-ASCII
|
96
96
|
string: ''
|
@@ -221,7 +221,7 @@ http_interactions:
|
|
221
221
|
recorded_at: Tue, 24 Nov 2015 12:29:40 GMT
|
222
222
|
- request:
|
223
223
|
method: get
|
224
|
-
uri: https://api.contentful.com/spaces/9sh5dtmfyzhj/entries/1PdCkb5maYgqsSUCOweseM
|
224
|
+
uri: https://api.contentful.com/spaces/9sh5dtmfyzhj/environments/master/entries/1PdCkb5maYgqsSUCOweseM
|
225
225
|
body:
|
226
226
|
encoding: US-ASCII
|
227
227
|
string: ''
|
@@ -338,7 +338,7 @@ http_interactions:
|
|
338
338
|
recorded_at: Tue, 24 Nov 2015 12:29:42 GMT
|
339
339
|
- request:
|
340
340
|
method: get
|
341
|
-
uri: https://api.contentful.com/spaces/9sh5dtmfyzhj/entries/1QKkNRf9AEW2wqwWowgscs
|
341
|
+
uri: https://api.contentful.com/spaces/9sh5dtmfyzhj/environments/master/entries/1QKkNRf9AEW2wqwWowgscs
|
342
342
|
body:
|
343
343
|
encoding: US-ASCII
|
344
344
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/u2viwgfeal0o/content_types/someType
|
5
|
+
uri: https://api.contentful.com/spaces/u2viwgfeal0o/environments/master/content_types/someType
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -121,7 +121,7 @@ http_interactions:
|
|
121
121
|
recorded_at: Thu, 10 Dec 2015 15:31:36 GMT
|
122
122
|
- request:
|
123
123
|
method: put
|
124
|
-
uri: https://api.contentful.com/spaces/u2viwgfeal0o/entries/hello-world
|
124
|
+
uri: https://api.contentful.com/spaces/u2viwgfeal0o/environments/master/entries/hello-world
|
125
125
|
body:
|
126
126
|
encoding: UTF-8
|
127
127
|
string: '{"fields":{}}'
|
@@ -220,7 +220,7 @@ http_interactions:
|
|
220
220
|
recorded_at: Thu, 10 Dec 2015 15:31:37 GMT
|
221
221
|
- request:
|
222
222
|
method: put
|
223
|
-
uri: https://api.contentful.com/spaces/u2viwgfeal0o/entries/hello-world
|
223
|
+
uri: https://api.contentful.com/spaces/u2viwgfeal0o/environments/master/entries/hello-world
|
224
224
|
body:
|
225
225
|
encoding: UTF-8
|
226
226
|
string: '{"fields":{"name":{"en-GB":"Hello World!","es-ES":null},"value":{"en-GB":"hello
|
@@ -329,7 +329,7 @@ http_interactions:
|
|
329
329
|
recorded_at: Thu, 10 Dec 2015 15:31:38 GMT
|
330
330
|
- request:
|
331
331
|
method: delete
|
332
|
-
uri: https://api.contentful.com/spaces/u2viwgfeal0o/entries/hello-world
|
332
|
+
uri: https://api.contentful.com/spaces/u2viwgfeal0o/environments/master/entries/hello-world
|
333
333
|
body:
|
334
334
|
encoding: US-ASCII
|
335
335
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/iv4sic0eru9h/entries/5GrMLWzfyMs0eKoi4sg2ug
|
5
|
+
uri: https://api.contentful.com/spaces/iv4sic0eru9h/environments/master/entries/5GrMLWzfyMs0eKoi4sg2ug
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -128,7 +128,7 @@ http_interactions:
|
|
128
128
|
recorded_at: Tue, 29 Mar 2016 14:44:50 GMT
|
129
129
|
- request:
|
130
130
|
method: get
|
131
|
-
uri: https://api.contentful.com/spaces/iv4sic0eru9h/content_types/localeTest
|
131
|
+
uri: https://api.contentful.com/spaces/iv4sic0eru9h/environments/master/content_types/localeTest
|
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/bfsvtul0c41g/entries?limit=20&skip=2
|
5
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?limit=20&skip=2
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -175,7 +175,7 @@ http_interactions:
|
|
175
175
|
recorded_at: Mon, 18 Aug 2014 10:38:30 GMT
|
176
176
|
- request:
|
177
177
|
method: get
|
178
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?limit=20&skip=22
|
178
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?limit=20&skip=22
|
179
179
|
body:
|
180
180
|
encoding: US-ASCII
|
181
181
|
string: ''
|
@@ -86,7 +86,7 @@ http_interactions:
|
|
86
86
|
recorded_at: Mon, 11 May 2015 09:40:07 GMT
|
87
87
|
- request:
|
88
88
|
method: get
|
89
|
-
uri: https://api.contentful.com/spaces/0agypmo1waov/content_types
|
89
|
+
uri: https://api.contentful.com/spaces/0agypmo1waov/environments/master/content_types
|
90
90
|
body:
|
91
91
|
encoding: US-ASCII
|
92
92
|
string: ''
|
@@ -210,7 +210,7 @@ http_interactions:
|
|
210
210
|
recorded_at: Mon, 11 May 2015 09:40:10 GMT
|
211
211
|
- request:
|
212
212
|
method: get
|
213
|
-
uri: https://api.contentful.com/spaces/0agypmo1waov/entries/4epXENbO8wsaOukgqquYcI
|
213
|
+
uri: https://api.contentful.com/spaces/0agypmo1waov/environments/master/entries/4epXENbO8wsaOukgqquYcI
|
214
214
|
body:
|
215
215
|
encoding: US-ASCII
|
216
216
|
string: ''
|
@@ -86,7 +86,7 @@ http_interactions:
|
|
86
86
|
recorded_at: Mon, 11 May 2015 09:40:04 GMT
|
87
87
|
- request:
|
88
88
|
method: get
|
89
|
-
uri: https://api.contentful.com/spaces/0agypmo1waov/content_types
|
89
|
+
uri: https://api.contentful.com/spaces/0agypmo1waov/environments/master/content_types
|
90
90
|
body:
|
91
91
|
encoding: US-ASCII
|
92
92
|
string: ''
|
@@ -210,7 +210,7 @@ http_interactions:
|
|
210
210
|
recorded_at: Mon, 11 May 2015 09:40:06 GMT
|
211
211
|
- request:
|
212
212
|
method: get
|
213
|
-
uri: https://api.contentful.com/spaces/0agypmo1waov/entries/5cMXsmSd5So6iggWi268eG
|
213
|
+
uri: https://api.contentful.com/spaces/0agypmo1waov/environments/master/entries/5cMXsmSd5So6iggWi268eG
|
214
214
|
body:
|
215
215
|
encoding: US-ASCII
|
216
216
|
string: ''
|
@@ -86,7 +86,7 @@ http_interactions:
|
|
86
86
|
recorded_at: Wed, 03 Jun 2015 08:52:33 GMT
|
87
87
|
- request:
|
88
88
|
method: get
|
89
|
-
uri: https://api.contentful.com/spaces/0agypmo1waov/content_types
|
89
|
+
uri: https://api.contentful.com/spaces/0agypmo1waov/environments/master/content_types
|
90
90
|
body:
|
91
91
|
encoding: US-ASCII
|
92
92
|
string: ''
|
@@ -210,7 +210,7 @@ http_interactions:
|
|
210
210
|
recorded_at: Wed, 03 Jun 2015 08:52:34 GMT
|
211
211
|
- request:
|
212
212
|
method: get
|
213
|
-
uri: https://api.contentful.com/spaces/0agypmo1waov/entries/4epXENbO8wsaOukgqquYcI
|
213
|
+
uri: https://api.contentful.com/spaces/0agypmo1waov/environments/master/entries/4epXENbO8wsaOukgqquYcI
|
214
214
|
body:
|
215
215
|
encoding: US-ASCII
|
216
216
|
string: ''
|
@@ -86,7 +86,7 @@ http_interactions:
|
|
86
86
|
recorded_at: Wed, 03 Jun 2015 08:52:35 GMT
|
87
87
|
- request:
|
88
88
|
method: get
|
89
|
-
uri: https://api.contentful.com/spaces/0agypmo1waov/content_types
|
89
|
+
uri: https://api.contentful.com/spaces/0agypmo1waov/environments/master/content_types
|
90
90
|
body:
|
91
91
|
encoding: US-ASCII
|
92
92
|
string: ''
|
@@ -210,7 +210,7 @@ http_interactions:
|
|
210
210
|
recorded_at: Wed, 03 Jun 2015 08:52:36 GMT
|
211
211
|
- request:
|
212
212
|
method: get
|
213
|
-
uri: https://api.contentful.com/spaces/0agypmo1waov/entries/4epXENbO8wsaOukgqquYcI
|
213
|
+
uri: https://api.contentful.com/spaces/0agypmo1waov/environments/master/entries/4epXENbO8wsaOukgqquYcI
|
214
214
|
body:
|
215
215
|
encoding: US-ASCII
|
216
216
|
string: ''
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/4Rouux8SoUCKwkyCq2I0E0
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/4Rouux8SoUCKwkyCq2I0E0
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -119,7 +119,7 @@ http_interactions:
|
|
119
119
|
recorded_at: Wed, 30 Jul 2014 12:49:32 GMT
|
120
120
|
- request:
|
121
121
|
method: put
|
122
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/4Rouux8SoUCKwkyCq2I0E0/published
|
122
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/4Rouux8SoUCKwkyCq2I0E0/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/entries/4Rouux8SoUCKwkyCq2I0E0
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/4Rouux8SoUCKwkyCq2I0E0
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -128,7 +128,7 @@ http_interactions:
|
|
128
128
|
recorded_at: Wed, 30 Jul 2014 12:49:33 GMT
|
129
129
|
- request:
|
130
130
|
method: put
|
131
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/4Rouux8SoUCKwkyCq2I0E0/published
|
131
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/4Rouux8SoUCKwkyCq2I0E0/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/entries/4Rouux8SoUCKwkyCq2I0E0
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/4Rouux8SoUCKwkyCq2I0E0
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -128,7 +128,7 @@ http_interactions:
|
|
128
128
|
recorded_at: Wed, 30 Jul 2014 12:50:27 GMT
|
129
129
|
- request:
|
130
130
|
method: delete
|
131
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/4Rouux8SoUCKwkyCq2I0E0/published
|
131
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/4Rouux8SoUCKwkyCq2I0E0/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/entries/4Rouux8SoUCKwkyCq2I0E0
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/4Rouux8SoUCKwkyCq2I0E0
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -128,7 +128,7 @@ http_interactions:
|
|
128
128
|
recorded_at: Wed, 30 Jul 2014 12:50:19 GMT
|
129
129
|
- request:
|
130
130
|
method: put
|
131
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/4Rouux8SoUCKwkyCq2I0E0/published
|
131
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/4Rouux8SoUCKwkyCq2I0E0/published
|
132
132
|
body:
|
133
133
|
encoding: US-ASCII
|
134
134
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Tue, 19 Aug 2014 11:22:33 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -333,7 +333,7 @@ http_interactions:
|
|
333
333
|
recorded_at: Tue, 19 Aug 2014 11:22:34 GMT
|
334
334
|
- request:
|
335
335
|
method: get
|
336
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries/2arjcjtY7ucC4AGeIOIkok
|
336
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries/2arjcjtY7ucC4AGeIOIkok
|
337
337
|
body:
|
338
338
|
encoding: US-ASCII
|
339
339
|
string: ''
|
@@ -486,7 +486,7 @@ http_interactions:
|
|
486
486
|
recorded_at: Tue, 19 Aug 2014 11:22:34 GMT
|
487
487
|
- request:
|
488
488
|
method: put
|
489
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries/2arjcjtY7ucC4AGeIOIkok
|
489
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries/2arjcjtY7ucC4AGeIOIkok
|
490
490
|
body:
|
491
491
|
encoding: UTF-8
|
492
492
|
string: '{"fields":{"post_title":{"en-US":"Updated title","de-DE":null,"pl-PL":null},"post_author":{"en-US":"Tom
|
@@ -549,7 +549,7 @@ http_interactions:
|
|
549
549
|
recorded_at: Tue, 19 Aug 2014 11:22:35 GMT
|
550
550
|
- request:
|
551
551
|
method: get
|
552
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries/2arjcjtY7ucC4AGeIOIkok
|
552
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries/2arjcjtY7ucC4AGeIOIkok
|
553
553
|
body:
|
554
554
|
encoding: US-ASCII
|
555
555
|
string: ''
|
@@ -702,7 +702,7 @@ http_interactions:
|
|
702
702
|
recorded_at: Tue, 19 Aug 2014 11:22:36 GMT
|
703
703
|
- request:
|
704
704
|
method: get
|
705
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries/2arjcjtY7ucC4AGeIOIkok
|
705
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries/2arjcjtY7ucC4AGeIOIkok
|
706
706
|
body:
|
707
707
|
encoding: US-ASCII
|
708
708
|
string: ''
|
@@ -855,7 +855,7 @@ http_interactions:
|
|
855
855
|
recorded_at: Tue, 19 Aug 2014 11:22:37 GMT
|
856
856
|
- request:
|
857
857
|
method: put
|
858
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries/2arjcjtY7ucC4AGeIOIkok
|
858
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries/2arjcjtY7ucC4AGeIOIkok
|
859
859
|
body:
|
860
860
|
encoding: UTF-8
|
861
861
|
string: '{"fields":{"post_title":{"en-US":"Updated title","de-DE":null,"pl-PL":null},"post_author":{"en-US":"Tom
|
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/664EPJ6zHqAeMO6O0mGggU
|
5
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/664EPJ6zHqAeMO6O0mGggU
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
@@ -106,7 +106,7 @@ http_interactions:
|
|
106
106
|
recorded_at: Fri, 01 Aug 2014 12:04:45 GMT
|
107
107
|
- request:
|
108
108
|
method: put
|
109
|
-
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/entries/664EPJ6zHqAeMO6O0mGggU
|
109
|
+
uri: https://api.contentful.com/spaces/yr5m0jky5hsh/environments/master/entries/664EPJ6zHqAeMO6O0mGggU
|
110
110
|
body:
|
111
111
|
encoding: UTF-8
|
112
112
|
string: '{"fields":{"carMark":{"en-US":"Merc","pl":"Mercedes"},"carCityPlate":{"en-US":"en","pl":"bia"},"carCapacity":{"en-US":2.5,"pl":2.5}}}'
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 20 Aug 2014 09:16:37 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -346,7 +346,7 @@ http_interactions:
|
|
346
346
|
recorded_at: Wed, 20 Aug 2014 09:16:38 GMT
|
347
347
|
- request:
|
348
348
|
method: get
|
349
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?sys.id=2Hs5BaU56oUmUIySMQQMUS
|
349
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?sys.id=2Hs5BaU56oUmUIySMQQMUS
|
350
350
|
body:
|
351
351
|
encoding: US-ASCII
|
352
352
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 20 Aug 2014 10:17:18 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -346,7 +346,7 @@ http_interactions:
|
|
346
346
|
recorded_at: Wed, 20 Aug 2014 10:17:19 GMT
|
347
347
|
- request:
|
348
348
|
method: get
|
349
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?content_type=category_content_type&sys.id%5Bnin%5D=2Hs5BaU56oUmUIySMQQMUS,2X3X7RHVzqsKGAgIEewgaS
|
349
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?content_type=category_content_type&sys.id%5Bnin%5D=2Hs5BaU56oUmUIySMQQMUS,2X3X7RHVzqsKGAgIEewgaS
|
350
350
|
body:
|
351
351
|
encoding: US-ASCII
|
352
352
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 20 Aug 2014 10:22:52 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -346,7 +346,7 @@ http_interactions:
|
|
346
346
|
recorded_at: Wed, 20 Aug 2014 10:22:53 GMT
|
347
347
|
- request:
|
348
348
|
method: get
|
349
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?query=find%20me
|
349
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?query=find%20me
|
350
350
|
body:
|
351
351
|
encoding: US-ASCII
|
352
352
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 20 Aug 2014 10:29:10 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -346,7 +346,7 @@ http_interactions:
|
|
346
346
|
recorded_at: Wed, 20 Aug 2014 10:29:12 GMT
|
347
347
|
- request:
|
348
348
|
method: get
|
349
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?content_type=category_content_type&fields.description%5Bmatch%5D=find
|
349
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?content_type=category_content_type&fields.description%5Bmatch%5D=find
|
350
350
|
body:
|
351
351
|
encoding: US-ASCII
|
352
352
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 20 Aug 2014 09:05:04 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -346,7 +346,7 @@ http_interactions:
|
|
346
346
|
recorded_at: Wed, 20 Aug 2014 09:05:05 GMT
|
347
347
|
- request:
|
348
348
|
method: get
|
349
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?include=2&sys.id=2Hs5BaU56oUmUIySMQQMUS
|
349
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?include=2&sys.id=2Hs5BaU56oUmUIySMQQMUS
|
350
350
|
body:
|
351
351
|
encoding: US-ASCII
|
352
352
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 20 Aug 2014 09:56:51 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -346,7 +346,7 @@ http_interactions:
|
|
346
346
|
recorded_at: Wed, 20 Aug 2014 09:56:52 GMT
|
347
347
|
- request:
|
348
348
|
method: get
|
349
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?sys.id%5Bin%5D=2Hs5BaU56oUmUIySMQQMUS,2X3X7RHVzqsKGAgIEewgaS
|
349
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?sys.id%5Bin%5D=2Hs5BaU56oUmUIySMQQMUS,2X3X7RHVzqsKGAgIEewgaS
|
350
350
|
body:
|
351
351
|
encoding: US-ASCII
|
352
352
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 20 Aug 2014 09:22:13 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -346,7 +346,7 @@ http_interactions:
|
|
346
346
|
recorded_at: Wed, 20 Aug 2014 09:22:13 GMT
|
347
347
|
- request:
|
348
348
|
method: get
|
349
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?sys.id%5Bne%5D=2Hs5BaU56oUmUIySMQQMUS
|
349
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?sys.id%5Bne%5D=2Hs5BaU56oUmUIySMQQMUS
|
350
350
|
body:
|
351
351
|
encoding: US-ASCII
|
352
352
|
string: ''
|
@@ -82,7 +82,7 @@ http_interactions:
|
|
82
82
|
recorded_at: Wed, 20 Aug 2014 10:51:56 GMT
|
83
83
|
- request:
|
84
84
|
method: get
|
85
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/content_types
|
85
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/content_types
|
86
86
|
body:
|
87
87
|
encoding: US-ASCII
|
88
88
|
string: ''
|
@@ -403,7 +403,7 @@ http_interactions:
|
|
403
403
|
recorded_at: Wed, 20 Aug 2014 10:51:59 GMT
|
404
404
|
- request:
|
405
405
|
method: get
|
406
|
-
uri: https://api.contentful.com/spaces/bfsvtul0c41g/entries?content_type=37TpyB8DcQkq0wkY8c4g2g&fields.location%5Bnear%5D=23.15758,53.1297098
|
406
|
+
uri: https://api.contentful.com/spaces/bfsvtul0c41g/environments/master/entries?content_type=37TpyB8DcQkq0wkY8c4g2g&fields.location%5Bnear%5D=23.15758,53.1297098
|
407
407
|
body:
|
408
408
|
encoding: US-ASCII
|
409
409
|
string: ''
|