bookingsync-api 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/bookingsync-api.gemspec +1 -0
- data/lib/bookingsync/api/client.rb +41 -24
- data/lib/bookingsync/api/client/payments.rb +1 -1
- data/lib/bookingsync/api/client/rentals.rb +2 -2
- data/lib/bookingsync/api/version.rb +1 -1
- data/spec/bookingsync/api/client/accounts_spec.rb +8 -2
- data/spec/bookingsync/api/client/amenities_spec.rb +8 -2
- data/spec/bookingsync/api/client/availabilities_spec.rb +8 -2
- data/spec/bookingsync/api/client/bathrooms_spec.rb +25 -12
- data/spec/bookingsync/api/client/bedrooms_spec.rb +24 -11
- data/spec/bookingsync/api/client/booking_comments_spec.rb +23 -10
- data/spec/bookingsync/api/client/bookings_fees_spec.rb +8 -2
- data/spec/bookingsync/api/client/bookings_payments_spec.rb +8 -2
- data/spec/bookingsync/api/client/bookings_spec.rb +36 -20
- data/spec/bookingsync/api/client/bookings_taxes_spec.rb +8 -2
- data/spec/bookingsync/api/client/change_overs_spec.rb +8 -2
- data/spec/bookingsync/api/client/clients_spec.rb +23 -13
- data/spec/bookingsync/api/client/destinations_spec.rb +8 -2
- data/spec/bookingsync/api/client/fees_spec.rb +8 -2
- data/spec/bookingsync/api/client/inquiries_spec.rb +13 -7
- data/spec/bookingsync/api/client/living_rooms_spec.rb +22 -9
- data/spec/bookingsync/api/client/nightly_rate_maps_spec.rb +15 -6
- data/spec/bookingsync/api/client/payment_gateways_spec.rb +8 -2
- data/spec/bookingsync/api/client/payments_spec.rb +34 -16
- data/spec/bookingsync/api/client/periods_spec.rb +29 -14
- data/spec/bookingsync/api/client/photos_spec.rb +23 -9
- data/spec/bookingsync/api/client/preferences_general_settings_spec.rb +11 -4
- data/spec/bookingsync/api/client/rates_rules_spec.rb +25 -12
- data/spec/bookingsync/api/client/rates_spec.rb +8 -2
- data/spec/bookingsync/api/client/rates_tables_spec.rb +23 -10
- data/spec/bookingsync/api/client/rental_agreements_spec.rb +18 -8
- data/spec/bookingsync/api/client/rental_cancelation_policies_spec.rb +8 -1
- data/spec/bookingsync/api/client/rental_cancelation_policy_items_spec.rb +8 -1
- data/spec/bookingsync/api/client/rentals_amenities_spec.rb +22 -9
- data/spec/bookingsync/api/client/rentals_fees_spec.rb +14 -5
- data/spec/bookingsync/api/client/rentals_spec.rb +53 -19
- data/spec/bookingsync/api/client/reviews_spec.rb +12 -6
- data/spec/bookingsync/api/client/seasons_spec.rb +30 -14
- data/spec/bookingsync/api/client/sources_spec.rb +17 -8
- data/spec/bookingsync/api/client/special_offers_spec.rb +30 -15
- data/spec/bookingsync/api/client/strict_bookings_spec.rb +10 -14
- data/spec/bookingsync/api/client/taxes_spec.rb +8 -2
- data/spec/bookingsync/api/client_spec.rb +23 -7
- data/spec/bookingsync/api/relation_spec.rb +1 -1
- data/spec/bookingsync/api/resource_spec.rb +8 -8
- data/spec/bookingsync/api/response_spec.rb +8 -8
- data/spec/fixtures/cassettes/BookingSync_API_Client_Accounts/_account/returns_a_single_account.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Accounts/_accounts/returns_accounts.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Amenities/_amenities/returns_amenities.yml +220 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Amenities/_amenity/returns_amenity.yml +50 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Availabilities/_availabilities/returns_availabilities.yml +37 -21
- data/spec/fixtures/cassettes/BookingSync_API_Client_Availabilities/_availability/returns_a_single_availability.yml +33 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bathrooms/_bathroom/returns_a_single_bathroom.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bathrooms/_bathrooms/returns_bathrooms.yml +33 -22
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bathrooms/_cancel_bathroom/cancels_given_bathroom.yml +21 -15
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bathrooms/_create_bathroom/creates_a_new_bathroom.yml +30 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bathrooms/_edit_bathroom/updates_given_bathroom_by_ID.yml +26 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bedrooms/_bedroom/returns_a_single_bedroom.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bedrooms/_bedrooms/returns_bedrooms.yml +32 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bedrooms/_cancel_bedroom/cancels_given_bedroom.yml +21 -15
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bedrooms/_create_bedroom/creates_a_new_bedroom.yml +29 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bedrooms/_edit_bedroom/updates_given_bedroom_by_ID.yml +25 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingComments/_booking_comment/returns_single_booking_comment.yml +42 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingComments/_booking_comments/returns_booking_comments.yml +45 -33
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingComments/_create_booking_comment/creates_booking_comment.yml +43 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingComments/_create_booking_comment/returns_newly_created_booking_comment.yml +43 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingComments/_delete_booking_comment/deletes_given_booking_comment.yml +29 -17
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingComments/_edit_booking_comment/returns_updated_booking_comment.yml +36 -22
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingComments/_edit_booking_comment/updates_booking_comment.yml +36 -22
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_booking/returns_a_single_booking.yml +44 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_booking/returns_a_single_canceled_booking.yml +30 -23
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_bookings/pagination/with_a_block/yields_block_with_batch_of_bookings.yml +100 -115
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_bookings/pagination/with_auto_paginate_true/returns_all_bookings_joined_from_many_requests.yml +100 -115
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_bookings/pagination/with_per_page_setting/returns_limited_number_of_bookings.yml +52 -28
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_bookings/returns_bookings.yml +57 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_cancel_booking/cancels_given_booking.yml +36 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_create_booking/creates_a_booking.yml +49 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Bookings/_edit_booking/updates_given_booking_by_ID.yml +44 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingsFees/_bookings_fee/returns_a_single_bookings_fee.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingsFees/_bookings_fees/returns_bookings_fees.yml +27 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingsPayments/_bookings_payment/returns_a_single_bookings_payment.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingsPayments/_bookings_payments/returns_bookings_payments.yml +51 -28
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingsTaxes/_bookings_tax/returns_a_single_bookings_tax.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_BookingsTaxes/_bookings_taxes/returns_bookings_taxes.yml +28 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_ChangeOvers/_change_over/returns_a_single_change_over.yml +44 -38
- data/spec/fixtures/cassettes/BookingSync_API_Client_ChangeOvers/_change_overs/returns_change_overs.yml +43 -37
- data/spec/fixtures/cassettes/BookingSync_API_Client_Clients/_client/returns_a_single_client.yml +27 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_Clients/_clients/returns_clients.yml +32 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Clients/_create_client/creates_a_new_client.yml +30 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_Clients/_edit_client/updates_given_client_by_ID.yml +25 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_Destinations/_destination/returns_a_single_destination.yml +29 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_Destinations/_destinations/returns_destinations.yml +59 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Fees/_create_fee/creates_a_new_fee.yml +25 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Fees/_fee/returns_a_single_fee.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Fees/_fees/returns_fees.yml +31 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_Inquiries/_create_inquiry/creates_a_new_inquiry.yml +50 -27
- data/spec/fixtures/cassettes/BookingSync_API_Client_Inquiries/_inquiries/returns_inquiries.yml +50 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Inquiries/_inquiry/returns_a_single_inquiry.yml +29 -21
- data/spec/fixtures/cassettes/BookingSync_API_Client_LivingRooms/_cancel_living_room/cancels_given_living_room.yml +35 -31
- data/spec/fixtures/cassettes/BookingSync_API_Client_LivingRooms/_create_living_room/creates_a_new_living_room.yml +41 -37
- data/spec/fixtures/cassettes/BookingSync_API_Client_LivingRooms/_edit_living_room/updates_given_living_room_by_ID.yml +38 -34
- data/spec/fixtures/cassettes/BookingSync_API_Client_LivingRooms/_living_room/returns_a_single_living_room.yml +44 -40
- data/spec/fixtures/cassettes/BookingSync_API_Client_LivingRooms/_living_rooms/returns_living_rooms.yml +43 -39
- data/spec/fixtures/cassettes/BookingSync_API_Client_NightlyRateMaps/_edit_nightly_rate_map/updates_given_nightly_rate_map_by_ID.yml +39 -33
- data/spec/fixtures/cassettes/BookingSync_API_Client_NightlyRateMaps/_nightly_rate_map/returns_a_single_nightly_rate_map.yml +44 -38
- data/spec/fixtures/cassettes/BookingSync_API_Client_NightlyRateMaps/_nightly_rate_maps/returns_nightly_rate_maps.yml +44 -38
- data/spec/fixtures/cassettes/BookingSync_API_Client_PaymentGateways/_payment_gateway/returns_a_single_payment_gateway.yml +38 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_PaymentGateways/_payment_gateways/returns_payment_gateways.yml +37 -23
- data/spec/fixtures/cassettes/BookingSync_API_Client_Payments/_cancel_payment/cancels_given_payment.yml +36 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_Payments/_create_payment/creates_a_new_payment.yml +50 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Payments/_edit_payment/updates_given_payment_by_ID.yml +44 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Payments/_payment/returns_a_single_payment.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Payments/_payments/returns_payments.yml +55 -27
- data/spec/fixtures/cassettes/BookingSync_API_Client_Periods/_create_period/creates_a_new_period.yml +49 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Periods/_delete_period/deletes_given_period.yml +35 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_Periods/_edit_period/updates_given_period_by_ID.yml +43 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Periods/_period/returns_a_single_period.yml +28 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_Periods/_periods/returns_periods.yml +49 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_create_photo/creates_a_photo.yml +47 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_create_photo/creates_a_photo_with_encoded_photo_file.yml +47 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_create_photo/creates_a_photo_with_photo_path.yml +47 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_create_photo/creates_a_photo_with_remote_URL.yml +47 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_delete_photo/delete_given_photo.yml +37 -21
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_edit_photo/updates_photo_s_description.yml +42 -23
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_edit_photo/updates_photo_s_image_file.yml +42 -23
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_photo/returns_a_single_photo.yml +28 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_Photos/_photos/returns_photos.yml +38 -22
- data/spec/fixtures/cassettes/BookingSync_API_Client_PreferencesGeneralSettings/_edit_preferences_general_setting/updates_given_preferences_general_setting_by_ID.yml +39 -34
- data/spec/fixtures/cassettes/BookingSync_API_Client_PreferencesGeneralSettings/_preferences_general_settings/returns_preferences_general_settings.yml +50 -42
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rates/_rate/returns_a_single_rate.yml +28 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rates/_rates/returns_rates.yml +48 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesRules/_create_rates_rule/creates_a_new_rates_rule.yml +29 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesRules/_delete_rates_rule/deletes_given_rates_rule.yml +21 -15
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesRules/_edit_rates_rule/updates_given_rates_rule_by_ID.yml +24 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesRules/_rates_rule/returns_a_single_rates_rule.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesRules/_rates_rules/returns_rates_rules.yml +27 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesTables/_create_rates_table/creates_a_new_rates_table.yml +49 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesTables/_delete_rates_table/deletes_given_rates_table.yml +36 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesTables/_edit_rates_table/updates_given_rates_table_by_ID.yml +43 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesTables/_rates_table/returns_a_single_rates_table.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_RatesTables/_rates_tables/returns_rates_tables.yml +54 -36
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalAgreements/_create_rental_agreement/creates_a_new_rental_agreement.yml +50 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalAgreements/_create_rental_agreement_for_booking/creates_a_new_rental_agreement.yml +50 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalAgreements/_create_rental_agreement_for_rental/creates_a_new_rental_agreement.yml +50 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalAgreements/_rental_agreement/returns_a_single_rental_agreement.yml +30 -21
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalAgreements/_rental_agreements/returns_rental_agreements.yml +52 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalCancelationPolicies/_rental_cancelation_policies/returns_rental_cancelation_policies.yml +48 -27
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalCancelationPolicies/_rental_cancelation_policy/returns_a_single_rental_cancelation_policy.yml +42 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalCancelationPolicyItems/_rental_cancelation_policy_item/returns_a_single_rental_cancelation_policy_item.yml +41 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalCancelationPolicyItems/_rental_cancelation_policy_items/returns_rental_cancelation_policy_items.yml +43 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_create_rental/creates_a_new_rental.yml +49 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_delete_rental/deletes_given_rental.yml +36 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_edit_rental/updates_given_rental_by_ID.yml +44 -28
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rental/returns_a_single_rental.yml +234 -31
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rental/with_additional_query_params/returns_a_single_rental_with_defined_params.yml +322 -0
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals/links/returns_associated_photos.yml +453 -77
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals/returns_rentals.yml +405 -54
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals/returns_rentals_by_ids.yml +336 -32
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals_meta/returns_meta_information_about_all_rentals.yml +53 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals_meta/returns_meta_information_about_requested_rentals.yml +55 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals_search/performs_autopagination_using_POST.yml +121 -81
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals_search/rentals_ids_given/makes_a_search_within_given_rentals.yml +42 -28
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals_search/returns_rentals.yml +42 -28
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsAmenities/_create_rentals_amenity/creates_a_new_rentals_amenity.yml +29 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsAmenities/_delete_rentals_amenity/deletes_given_rentals_amenity.yml +21 -15
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsAmenities/_edit_rentals_amenity/updates_given_rentals_amenity_by_ID.yml +24 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsAmenities/_rentals_amenities/links/returns_associated_amenity.yml +104 -52
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsAmenities/_rentals_amenities/links/returns_associated_rental.yml +283 -53
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsAmenities/_rentals_amenities/returns_rentals_amenities.yml +51 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsAmenities/_rentals_amenity/returns_rentals_amenity.yml +50 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsFees/_create_rentals_fee/creates_a_new_rentals_fee.yml +30 -19
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsFees/_rentals_fee/returns_a_single_rentals_fee.yml +30 -22
- data/spec/fixtures/cassettes/BookingSync_API_Client_RentalsFees/_rentals_fees/returns_rentals_fees.yml +27 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Reviews/_create_review/creates_a_new_review.yml +49 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Reviews/_review/returns_a_single_review.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Reviews/_reviews/returns_reviews.yml +41 -33
- data/spec/fixtures/cassettes/BookingSync_API_Client_Seasons/_create_season/creates_a_new_season.yml +50 -27
- data/spec/fixtures/cassettes/BookingSync_API_Client_Seasons/_delete_season/deletes_given_season.yml +36 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_Seasons/_edit_season/updates_given_season_by_ID.yml +44 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_Seasons/_season/returns_a_single_season.yml +29 -21
- data/spec/fixtures/cassettes/BookingSync_API_Client_Seasons/_seasons/returns_seasons.yml +55 -36
- data/spec/fixtures/cassettes/BookingSync_API_Client_Sources/_create_source/creates_a_new_source.yml +40 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Sources/_edit_source/updates_given_source_by_ID.yml +36 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_Sources/_source/returns_a_single_source.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Sources/_sources/returns_sources.yml +42 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_SpecialOffers/_create_special_offer/creates_a_new_special_offer.yml +50 -26
- data/spec/fixtures/cassettes/BookingSync_API_Client_SpecialOffers/_delete_special_offer/deletes_given_special_offer.yml +36 -20
- data/spec/fixtures/cassettes/BookingSync_API_Client_SpecialOffers/_edit_special_offer/updates_given_special_offer_by_ID.yml +44 -25
- data/spec/fixtures/cassettes/BookingSync_API_Client_SpecialOffers/_special_offer/returns_a_single_special_offer.yml +29 -22
- data/spec/fixtures/cassettes/BookingSync_API_Client_SpecialOffers/_special_offers/returns_special_offers.yml +48 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_StrictBookings/_create_strict_booking/creates_a_booking.yml +43 -24
- data/spec/fixtures/cassettes/BookingSync_API_Client_Taxes/_tax/returns_a_single_tax.yml +26 -18
- data/spec/fixtures/cassettes/BookingSync_API_Client_Taxes/_taxes/returns_taxes.yml +28 -19
- data/spec/spec_helper.rb +6 -0
- data/spec/support/vcr_helper.rb +29 -0
- metadata +21 -10
- data/lib/bookingsync/api/client/preferences_payments.rb +0 -22
- data/spec/bookingsync/api/client/preferences_payments_spec.rb +0 -12
- data/spec/fixtures/cassettes/BookingSync_API_Client_PreferencesPayments/_preferences_payments/returns_preferences_payments.yml +0 -80
- data/spec/fixtures/cassettes/BookingSync_API_Client_Rentals/_rentals/links/returns_links_to_associated_resources.yml +0 -91
data/spec/fixtures/cassettes/BookingSync_API_Client_Sources/_source/returns_a_single_source.yml
CHANGED
@@ -4,11 +4,11 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://www.bookingsync.com/api/v3/sources/1874
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: "{}"
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- BookingSync API gem v0.
|
11
|
+
- BookingSync API gem v0.1.3
|
12
12
|
Accept:
|
13
13
|
- application/vnd.api+json
|
14
14
|
Content-Type:
|
@@ -17,6 +17,10 @@ http_interactions:
|
|
17
17
|
- Bearer <<ACCESS_TOKEN>>
|
18
18
|
Accept-Encoding:
|
19
19
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
20
|
+
Connection:
|
21
|
+
- keep-alive
|
22
|
+
Keep-Alive:
|
23
|
+
- 30
|
20
24
|
response:
|
21
25
|
status:
|
22
26
|
code: 200
|
@@ -25,7 +29,7 @@ http_interactions:
|
|
25
29
|
Server:
|
26
30
|
- nginx
|
27
31
|
Date:
|
28
|
-
-
|
32
|
+
- Mon, 12 Dec 2016 11:43:56 GMT
|
29
33
|
Content-Type:
|
30
34
|
- application/vnd.api+json; charset=utf-8
|
31
35
|
Transfer-Encoding:
|
@@ -34,20 +38,20 @@ http_interactions:
|
|
34
38
|
- keep-alive
|
35
39
|
Status:
|
36
40
|
- 200 OK
|
37
|
-
Strict-Transport-Security:
|
38
|
-
- max-age=31536000
|
39
41
|
X-Frame-Options:
|
40
42
|
- SAMEORIGIN
|
41
43
|
X-Xss-Protection:
|
42
44
|
- 1; mode=block
|
43
45
|
X-Content-Type-Options:
|
44
46
|
- nosniff
|
47
|
+
X-Updated-Since-Request-Synced-At:
|
48
|
+
- 2016-12-12 11:43:56 UTC
|
45
49
|
X-Ratelimit-Limit:
|
46
50
|
- '1000'
|
47
51
|
X-Ratelimit-Reset:
|
48
|
-
- '
|
52
|
+
- '1481544000'
|
49
53
|
X-Ratelimit-Remaining:
|
50
|
-
- '
|
54
|
+
- '918'
|
51
55
|
Link:
|
52
56
|
- <https://www.bookingsync.com/api/v3/sources/1874?page=1>; rel="first", <https://www.bookingsync.com/api/v3/sources/1874?page=1>;
|
53
57
|
rel="last"
|
@@ -55,8 +59,10 @@ http_interactions:
|
|
55
59
|
- '1'
|
56
60
|
X-Total-Count:
|
57
61
|
- '1'
|
62
|
+
X-Per-Page:
|
63
|
+
- '100'
|
58
64
|
Etag:
|
59
|
-
-
|
65
|
+
- W/"2051ab68bd68b914c62c84e16880cc1c"
|
60
66
|
Cache-Control:
|
61
67
|
- max-age=0, private, must-revalidate
|
62
68
|
P3p:
|
@@ -64,17 +70,19 @@ http_interactions:
|
|
64
70
|
OUR SAMi OTRo UNRo PUBi IND UNI STA"
|
65
71
|
Set-Cookie:
|
66
72
|
- ahoy_track=true; path=/; secure
|
67
|
-
- ahoy_visit=
|
68
|
-
|
69
|
-
- ahoy_visitor=
|
70
|
-
|
73
|
+
- ahoy_visit=e96d2cc2-07b0-4580-b3e9-134fe037bef0; path=/; expires=Mon, 19 Dec
|
74
|
+
2016 11:43:56 -0000; secure
|
75
|
+
- ahoy_visitor=a1e92e2f-f166-45e2-9e52-17fbd0a537f2; path=/; expires=Wed, 12
|
76
|
+
Dec 2018 11:43:56 -0000; secure
|
71
77
|
X-Request-Id:
|
72
|
-
-
|
78
|
+
- b778ed18-144c-431b-97ce-16f349e441ed
|
73
79
|
X-Runtime:
|
74
|
-
- '0.
|
80
|
+
- '0.029339'
|
81
|
+
Strict-Transport-Security:
|
82
|
+
- max-age=31536000
|
75
83
|
body:
|
76
84
|
encoding: UTF-8
|
77
|
-
string: '{"links":{"sources.account":"https://www.bookingsync.com/api/v3/accounts/{sources.account}","sources.bookings":"https://www.bookingsync.com/api/v3/bookings/{sources.bookings}"},"sources":[{"links":{"account":3837,"bookings":[]},"id":1874,"name":"test","created_at":"2015-09-09T21:10:36Z","updated_at":"2015-09-09T21:10:36Z","position":1}]}'
|
85
|
+
string: '{"links":{"sources.account":"https://www.bookingsync.com/api/v3/accounts/{sources.account}","sources.bookings":"https://www.bookingsync.com/api/v3/bookings/{sources.bookings}"},"sources":[{"links":{"account":3837,"bookings":[829165,142616]},"id":1874,"name":"test","created_at":"2015-09-09T21:10:36Z","updated_at":"2015-09-09T21:10:36Z","position":1}]}'
|
78
86
|
http_version:
|
79
|
-
recorded_at:
|
80
|
-
recorded_with: VCR
|
87
|
+
recorded_at: Mon, 12 Dec 2016 11:43:57 GMT
|
88
|
+
recorded_with: VCR 3.0.3
|
@@ -4,11 +4,11 @@ http_interactions:
|
|
4
4
|
method: get
|
5
5
|
uri: https://www.bookingsync.com/api/v3/sources
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: "{}"
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- BookingSync API gem v0.
|
11
|
+
- BookingSync API gem v0.1.3
|
12
12
|
Accept:
|
13
13
|
- application/vnd.api+json
|
14
14
|
Content-Type:
|
@@ -17,11 +17,19 @@ http_interactions:
|
|
17
17
|
- Bearer <<ACCESS_TOKEN>>
|
18
18
|
Accept-Encoding:
|
19
19
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
20
|
+
Connection:
|
21
|
+
- keep-alive
|
22
|
+
Keep-Alive:
|
23
|
+
- 30
|
20
24
|
response:
|
21
25
|
status:
|
22
26
|
code: 200
|
23
27
|
message: OK
|
24
28
|
headers:
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Date:
|
32
|
+
- Mon, 12 Dec 2016 11:32:54 GMT
|
25
33
|
Content-Type:
|
26
34
|
- application/vnd.api+json; charset=utf-8
|
27
35
|
Transfer-Encoding:
|
@@ -30,43 +38,53 @@ http_interactions:
|
|
30
38
|
- keep-alive
|
31
39
|
Status:
|
32
40
|
- 200 OK
|
41
|
+
X-Frame-Options:
|
42
|
+
- SAMEORIGIN
|
43
|
+
X-Xss-Protection:
|
44
|
+
- 1; mode=block
|
45
|
+
X-Content-Type-Options:
|
46
|
+
- nosniff
|
47
|
+
X-Updated-Since-Request-Synced-At:
|
48
|
+
- 2016-12-12 11:32:54 UTC
|
33
49
|
X-Ratelimit-Limit:
|
34
50
|
- '1000'
|
35
51
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
52
|
+
- '1481544000'
|
37
53
|
X-Ratelimit-Remaining:
|
38
|
-
- '
|
54
|
+
- '954'
|
39
55
|
Link:
|
40
56
|
- <https://www.bookingsync.com/api/v3/sources?page=1>; rel="first", <https://www.bookingsync.com/api/v3/sources?page=1>;
|
41
57
|
rel="last"
|
42
58
|
X-Total-Pages:
|
43
59
|
- '1'
|
44
|
-
|
45
|
-
-
|
46
|
-
|
47
|
-
-
|
48
|
-
X-Ua-Compatible:
|
49
|
-
- IE=Edge
|
60
|
+
X-Total-Count:
|
61
|
+
- '5'
|
62
|
+
X-Per-Page:
|
63
|
+
- '100'
|
50
64
|
Etag:
|
51
|
-
-
|
65
|
+
- W/"5d63f83c8c05896db3ef14cd8966d067"
|
52
66
|
Cache-Control:
|
53
67
|
- max-age=0, private, must-revalidate
|
54
68
|
P3p:
|
55
69
|
- CP="OTI DSP COR CUR ADMo DEVo TAI PSAi PSDi IVAi IVDi CONi HISi TELi OTPi
|
56
70
|
OUR SAMi OTRo UNRo PUBi IND UNI STA"
|
71
|
+
Set-Cookie:
|
72
|
+
- ahoy_track=true; path=/; secure
|
73
|
+
- ahoy_visit=05793f2e-f7c2-4c7b-91b8-6fd6c861a26f; path=/; expires=Mon, 19 Dec
|
74
|
+
2016 11:32:54 -0000; secure
|
75
|
+
- ahoy_visitor=dc247f18-d2e4-4385-b26a-fa7c91744cb2; path=/; expires=Wed, 12
|
76
|
+
Dec 2018 11:32:54 -0000; secure
|
57
77
|
X-Request-Id:
|
58
|
-
-
|
78
|
+
- 58c28e06-055b-4c26-8d69-d5c40d828042
|
59
79
|
X-Runtime:
|
60
|
-
- '0.
|
61
|
-
|
62
|
-
-
|
63
|
-
Date:
|
64
|
-
- Tue, 12 Aug 2014 08:19:30 GMT
|
65
|
-
Server:
|
66
|
-
- nginx/1.6.0 + Phusion Passenger 4.0.45
|
80
|
+
- '0.041374'
|
81
|
+
Strict-Transport-Security:
|
82
|
+
- max-age=31536000
|
67
83
|
body:
|
68
84
|
encoding: UTF-8
|
69
|
-
string: '{"links":{"sources.account":"https
|
70
|
-
|
71
|
-
|
72
|
-
|
85
|
+
string: '{"links":{"sources.account":"https://www.bookingsync.com/api/v3/accounts/{sources.account}","sources.bookings":"https://www.bookingsync.com/api/v3/bookings/{sources.bookings}"},"sources":[{"links":{"account":3837,"bookings":[829165,142616]},"id":1874,"name":"test","created_at":"2015-09-09T21:10:36Z","updated_at":"2015-09-09T21:10:36Z","position":1},{"links":{"account":3837,"bookings":[]},"id":2469,"name":"Roomorama","created_at":"2016-01-20T16:21:39Z","updated_at":"2016-01-20T16:21:39Z","position":2},{"links":{"account":3837,"bookings":[]},"id":4424,"name":"iCal
|
86
|
+
Import","created_at":"2016-11-22T09:44:30Z","updated_at":"2016-11-22T09:44:30Z","position":3},{"links":{"account":3837,"bookings":[]},"id":4498,"name":"HomeAway.com","created_at":"2016-12-06T16:44:19Z","updated_at":"2016-12-06T16:45:56Z","position":4},{"links":{"account":3837,"bookings":[]},"id":4509,"name":"test
|
87
|
+
source.com","created_at":"2016-12-09T14:27:06Z","updated_at":"2016-12-09T14:28:40Z","position":5}]}'
|
88
|
+
http_version:
|
89
|
+
recorded_at: Mon, 12 Dec 2016 11:32:54 GMT
|
90
|
+
recorded_with: VCR 3.0.3
|
@@ -2,13 +2,13 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri: https://www.bookingsync.com/api/v3/rentals/
|
5
|
+
uri: https://www.bookingsync.com/api/v3/rentals/5116/special_offers
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
|
-
string: '{"
|
8
|
+
string: '{"special_offers":[{"name_en":"New special offer","start_date":"2017-04-28","end_date":"2017-05-28","discount":5}]}'
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
-
|
11
|
+
- BookingSync API gem v0.1.3
|
12
12
|
Accept:
|
13
13
|
- application/vnd.api+json
|
14
14
|
Content-Type:
|
@@ -17,47 +17,71 @@ http_interactions:
|
|
17
17
|
- Bearer <<ACCESS_TOKEN>>
|
18
18
|
Accept-Encoding:
|
19
19
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
20
|
+
Connection:
|
21
|
+
- keep-alive
|
22
|
+
Keep-Alive:
|
23
|
+
- 30
|
20
24
|
response:
|
21
25
|
status:
|
22
26
|
code: 201
|
23
27
|
message: Created
|
24
28
|
headers:
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Date:
|
32
|
+
- Mon, 12 Dec 2016 11:52:24 GMT
|
33
|
+
Content-Type:
|
34
|
+
- application/vnd.api+json; charset=utf-8
|
35
|
+
Transfer-Encoding:
|
36
|
+
- chunked
|
37
|
+
Connection:
|
38
|
+
- keep-alive
|
39
|
+
Status:
|
40
|
+
- 201 Created
|
41
|
+
X-Frame-Options:
|
42
|
+
- SAMEORIGIN
|
43
|
+
X-Xss-Protection:
|
44
|
+
- 1; mode=block
|
45
|
+
X-Content-Type-Options:
|
46
|
+
- nosniff
|
47
|
+
X-Updated-Since-Request-Synced-At:
|
48
|
+
- 2016-12-12 11:52:24 UTC
|
25
49
|
X-Ratelimit-Limit:
|
26
50
|
- '1000'
|
27
51
|
X-Ratelimit-Reset:
|
28
|
-
- '
|
52
|
+
- '1481544000'
|
29
53
|
X-Ratelimit-Remaining:
|
30
|
-
- '
|
54
|
+
- '890'
|
55
|
+
Link:
|
56
|
+
- <https://www.bookingsync.com/api/v3/rentals/5116/special_offers?page=1&special_offers%5B%5D%5Bdiscount%5D=5&special_offers%5B%5D%5Bend_date%5D=2017-05-28&special_offers%5B%5D%5Bname_en%5D=New+special+offer&special_offers%5B%5D%5Bstart_date%5D=2017-04-28>;
|
57
|
+
rel="first"
|
58
|
+
X-Per-Page:
|
59
|
+
- '100'
|
31
60
|
Location:
|
32
|
-
- https://www.bookingsync.com/api/v3/special_offers/
|
33
|
-
Access-Control-Allow-Origin:
|
34
|
-
- "*"
|
35
|
-
Access-Control-Request-Method:
|
36
|
-
- "*"
|
37
|
-
Content-Type:
|
38
|
-
- application/vnd.api+json; charset=utf-8
|
39
|
-
X-Ua-Compatible:
|
40
|
-
- IE=Edge
|
61
|
+
- https://www.bookingsync.com/api/v3/special_offers/4661
|
41
62
|
Etag:
|
42
|
-
-
|
63
|
+
- W/"8dc359055be268bb57deaeca40819d89"
|
43
64
|
Cache-Control:
|
44
65
|
- max-age=0, private, must-revalidate
|
45
66
|
P3p:
|
46
67
|
- CP="OTI DSP COR CUR ADMo DEVo TAI PSAi PSDi IVAi IVDi CONi HISi TELi OTPi
|
47
68
|
OUR SAMi OTRo UNRo PUBi IND UNI STA"
|
48
69
|
Set-Cookie:
|
49
|
-
-
|
70
|
+
- ahoy_track=true; path=/; secure
|
71
|
+
- ahoy_visit=eaa01c24-a568-49ff-8bcb-50581cfa7a0c; path=/; expires=Mon, 19 Dec
|
72
|
+
2016 11:52:24 -0000; secure
|
73
|
+
- ahoy_visitor=17186c3d-8415-4657-99a8-4f4762859976; path=/; expires=Wed, 12
|
74
|
+
Dec 2018 11:52:24 -0000; secure
|
50
75
|
X-Request-Id:
|
51
|
-
-
|
76
|
+
- f53d1f33-7794-4c57-8bb8-eec68c5270e4
|
52
77
|
X-Runtime:
|
53
|
-
- '
|
54
|
-
|
55
|
-
-
|
56
|
-
Connection:
|
57
|
-
- close
|
78
|
+
- '0.165564'
|
79
|
+
Strict-Transport-Security:
|
80
|
+
- max-age=31536000
|
58
81
|
body:
|
59
82
|
encoding: UTF-8
|
60
|
-
string: '{"
|
61
|
-
|
62
|
-
|
63
|
-
|
83
|
+
string: '{"links":{"special_offers.rental":"https://www.bookingsync.com/api/v3/rentals/{special_offers.rental}"},"special_offers":[{"links":{"rental":5116},"id":4661,"name":{"en":"New
|
84
|
+
special offer"},"start_date":"2017-04-28","end_date":"2017-05-28","discount":5.0,"created_at":"2016-12-12T11:52:24Z","updated_at":"2016-12-12T11:52:24Z"}],"meta":{}}'
|
85
|
+
http_version:
|
86
|
+
recorded_at: Mon, 12 Dec 2016 11:52:24 GMT
|
87
|
+
recorded_with: VCR 3.0.3
|
@@ -2,13 +2,13 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: delete
|
5
|
-
uri: https://www.bookingsync.com/api/v3/special_offers/
|
5
|
+
uri: https://www.bookingsync.com/api/v3/special_offers/4661
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: "{}"
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
-
|
11
|
+
- BookingSync API gem v0.1.3
|
12
12
|
Accept:
|
13
13
|
- application/vnd.api+json
|
14
14
|
Content-Type:
|
@@ -17,41 +17,57 @@ http_interactions:
|
|
17
17
|
- Bearer <<ACCESS_TOKEN>>
|
18
18
|
Accept-Encoding:
|
19
19
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
20
|
+
Connection:
|
21
|
+
- keep-alive
|
22
|
+
Keep-Alive:
|
23
|
+
- 30
|
20
24
|
response:
|
21
25
|
status:
|
22
26
|
code: 204
|
23
27
|
message: No Content
|
24
28
|
headers:
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Date:
|
32
|
+
- Mon, 12 Dec 2016 12:13:22 GMT
|
33
|
+
Connection:
|
34
|
+
- keep-alive
|
35
|
+
Status:
|
36
|
+
- 204 No Content
|
37
|
+
X-Frame-Options:
|
38
|
+
- SAMEORIGIN
|
39
|
+
X-Xss-Protection:
|
40
|
+
- 1; mode=block
|
41
|
+
X-Content-Type-Options:
|
42
|
+
- nosniff
|
43
|
+
X-Updated-Since-Request-Synced-At:
|
44
|
+
- 2016-12-12 12:13:21 UTC
|
25
45
|
X-Ratelimit-Limit:
|
26
46
|
- '1000'
|
27
47
|
X-Ratelimit-Reset:
|
28
|
-
- '
|
48
|
+
- '1481547600'
|
29
49
|
X-Ratelimit-Remaining:
|
30
|
-
- '
|
31
|
-
Access-Control-Allow-Origin:
|
32
|
-
- "*"
|
33
|
-
Access-Control-Request-Method:
|
34
|
-
- "*"
|
35
|
-
X-Ua-Compatible:
|
36
|
-
- IE=Edge
|
50
|
+
- '965'
|
37
51
|
Cache-Control:
|
38
52
|
- no-cache
|
39
53
|
P3p:
|
40
54
|
- CP="OTI DSP COR CUR ADMo DEVo TAI PSAi PSDi IVAi IVDi CONi HISi TELi OTPi
|
41
55
|
OUR SAMi OTRo UNRo PUBi IND UNI STA"
|
42
56
|
Set-Cookie:
|
43
|
-
-
|
57
|
+
- ahoy_track=true; path=/; secure
|
58
|
+
- ahoy_visit=a14ddfd0-b245-4bcf-914a-5135e3dab8e6; path=/; expires=Mon, 19 Dec
|
59
|
+
2016 12:13:21 -0000; secure
|
60
|
+
- ahoy_visitor=86e931bb-a873-4ba8-9a4f-640bc30545f4; path=/; expires=Wed, 12
|
61
|
+
Dec 2018 12:13:21 -0000; secure
|
44
62
|
X-Request-Id:
|
45
|
-
-
|
63
|
+
- ddd99ff2-945c-4913-8d6b-29201d773cc7
|
46
64
|
X-Runtime:
|
47
|
-
- '0.
|
48
|
-
|
49
|
-
-
|
50
|
-
Connection:
|
51
|
-
- close
|
65
|
+
- '0.056046'
|
66
|
+
Strict-Transport-Security:
|
67
|
+
- max-age=31536000
|
52
68
|
body:
|
53
69
|
encoding: UTF-8
|
54
70
|
string: ''
|
55
|
-
http_version:
|
56
|
-
recorded_at:
|
57
|
-
recorded_with: VCR
|
71
|
+
http_version:
|
72
|
+
recorded_at: Mon, 12 Dec 2016 12:13:22 GMT
|
73
|
+
recorded_with: VCR 3.0.3
|
@@ -2,13 +2,13 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: put
|
5
|
-
uri: https://www.bookingsync.com/api/v3/special_offers/
|
5
|
+
uri: https://www.bookingsync.com/api/v3/special_offers/4661
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
|
-
string: '{"special_offers":[{"
|
8
|
+
string: '{"special_offers":[{"name_en":"Updated special offer"}]}'
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
-
|
11
|
+
- BookingSync API gem v0.1.3
|
12
12
|
Accept:
|
13
13
|
- application/vnd.api+json
|
14
14
|
Content-Type:
|
@@ -17,45 +17,64 @@ http_interactions:
|
|
17
17
|
- Bearer <<ACCESS_TOKEN>>
|
18
18
|
Accept-Encoding:
|
19
19
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
20
|
+
Connection:
|
21
|
+
- keep-alive
|
22
|
+
Keep-Alive:
|
23
|
+
- 30
|
20
24
|
response:
|
21
25
|
status:
|
22
26
|
code: 200
|
23
27
|
message: OK
|
24
28
|
headers:
|
29
|
+
Server:
|
30
|
+
- nginx
|
31
|
+
Date:
|
32
|
+
- Mon, 12 Dec 2016 12:04:38 GMT
|
33
|
+
Content-Type:
|
34
|
+
- application/vnd.api+json; charset=utf-8
|
35
|
+
Transfer-Encoding:
|
36
|
+
- chunked
|
37
|
+
Connection:
|
38
|
+
- keep-alive
|
39
|
+
Status:
|
40
|
+
- 200 OK
|
41
|
+
X-Frame-Options:
|
42
|
+
- SAMEORIGIN
|
43
|
+
X-Xss-Protection:
|
44
|
+
- 1; mode=block
|
45
|
+
X-Content-Type-Options:
|
46
|
+
- nosniff
|
47
|
+
X-Updated-Since-Request-Synced-At:
|
48
|
+
- 2016-12-12 12:04:38 UTC
|
25
49
|
X-Ratelimit-Limit:
|
26
50
|
- '1000'
|
27
51
|
X-Ratelimit-Reset:
|
28
|
-
- '
|
52
|
+
- '1481547600'
|
29
53
|
X-Ratelimit-Remaining:
|
30
|
-
- '
|
31
|
-
Access-Control-Allow-Origin:
|
32
|
-
- "*"
|
33
|
-
Access-Control-Request-Method:
|
34
|
-
- "*"
|
35
|
-
Content-Type:
|
36
|
-
- application/vnd.api+json; charset=utf-8
|
37
|
-
X-Ua-Compatible:
|
38
|
-
- IE=Edge
|
54
|
+
- '981'
|
39
55
|
Etag:
|
40
|
-
-
|
56
|
+
- W/"01d4a159c54bcb2d3359716ff16bf4eb"
|
41
57
|
Cache-Control:
|
42
58
|
- max-age=0, private, must-revalidate
|
43
59
|
P3p:
|
44
60
|
- CP="OTI DSP COR CUR ADMo DEVo TAI PSAi PSDi IVAi IVDi CONi HISi TELi OTPi
|
45
61
|
OUR SAMi OTRo UNRo PUBi IND UNI STA"
|
46
62
|
Set-Cookie:
|
47
|
-
-
|
63
|
+
- ahoy_track=true; path=/; secure
|
64
|
+
- ahoy_visit=28b884e4-ba2f-41eb-bdcd-d713fee1530a; path=/; expires=Mon, 19 Dec
|
65
|
+
2016 12:04:38 -0000; secure
|
66
|
+
- ahoy_visitor=01877736-218a-4614-adee-01db3feb2d46; path=/; expires=Wed, 12
|
67
|
+
Dec 2018 12:04:38 -0000; secure
|
48
68
|
X-Request-Id:
|
49
|
-
-
|
69
|
+
- f61f255b-d436-4d9b-aa6a-3916e0c005ad
|
50
70
|
X-Runtime:
|
51
|
-
- '0.
|
52
|
-
|
53
|
-
-
|
54
|
-
Connection:
|
55
|
-
- close
|
71
|
+
- '0.088890'
|
72
|
+
Strict-Transport-Security:
|
73
|
+
- max-age=31536000
|
56
74
|
body:
|
57
75
|
encoding: UTF-8
|
58
|
-
string: '{"
|
59
|
-
|
60
|
-
|
61
|
-
|
76
|
+
string: '{"links":{"special_offers.rental":"https://www.bookingsync.com/api/v3/rentals/{special_offers.rental}"},"special_offers":[{"links":{"rental":5116},"id":4661,"name":{"en":"Updated
|
77
|
+
special offer"},"start_date":"2017-04-28","end_date":"2017-05-28","discount":5.0,"created_at":"2016-12-12T11:52:24Z","updated_at":"2016-12-12T12:04:38Z"}],"meta":{}}'
|
78
|
+
http_version:
|
79
|
+
recorded_at: Mon, 12 Dec 2016 12:04:38 GMT
|
80
|
+
recorded_with: VCR 3.0.3
|