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
@@ -2,13 +2,13 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://www.bookingsync.com/api/v3/special_offers/
|
5
|
+
uri: https://www.bookingsync.com/api/v3/special_offers/1583
|
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:57 GMT
|
29
33
|
Content-Type:
|
30
34
|
- application/vnd.api+json; charset=utf-8
|
31
35
|
Transfer-Encoding:
|
@@ -34,29 +38,31 @@ 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:57 UTC
|
45
49
|
X-Ratelimit-Limit:
|
46
50
|
- '1000'
|
47
51
|
X-Ratelimit-Reset:
|
48
|
-
- '
|
52
|
+
- '1481544000'
|
49
53
|
X-Ratelimit-Remaining:
|
50
|
-
- '
|
54
|
+
- '917'
|
51
55
|
Link:
|
52
|
-
- <https://www.bookingsync.com/api/v3/special_offers/
|
53
|
-
<https://www.bookingsync.com/api/v3/special_offers/
|
56
|
+
- <https://www.bookingsync.com/api/v3/special_offers/1583?page=1>; rel="first",
|
57
|
+
<https://www.bookingsync.com/api/v3/special_offers/1583?page=1>; rel="last"
|
54
58
|
X-Total-Pages:
|
55
59
|
- '1'
|
56
60
|
X-Total-Count:
|
57
61
|
- '1'
|
62
|
+
X-Per-Page:
|
63
|
+
- '100'
|
58
64
|
Etag:
|
59
|
-
-
|
65
|
+
- W/"39e890d1a7ad3f521ebf757ee93f2d27"
|
60
66
|
Cache-Control:
|
61
67
|
- max-age=0, private, must-revalidate
|
62
68
|
P3p:
|
@@ -64,18 +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=fb55a543-ad2e-4a47-9025-a759e80b24c5; path=/; expires=Mon, 19 Dec
|
74
|
+
2016 11:43:57 -0000; secure
|
75
|
+
- ahoy_visitor=c367ee4a-bd5a-4055-b172-d8e7ccc516d9; path=/; expires=Wed, 12
|
76
|
+
Dec 2018 11:43:57 -0000; secure
|
71
77
|
X-Request-Id:
|
72
|
-
-
|
78
|
+
- 3e8e49b7-a9a6-448a-a0a2-741cfb6a40f0
|
73
79
|
X-Runtime:
|
74
|
-
- '0.
|
80
|
+
- '0.035883'
|
81
|
+
Strict-Transport-Security:
|
82
|
+
- max-age=31536000
|
75
83
|
body:
|
76
84
|
encoding: UTF-8
|
77
|
-
string: '{"links":{"special_offers.rental":"https://www.bookingsync.com/api/v3/rentals/{special_offers.rental}"},"special_offers":[{"links":{"rental":5117},"id":
|
78
|
-
Discount"},"start_date":"2016-01-01","end_date":"2016-01-07","discount":40.0,"created_at":"2014-08-08T21:30:00Z","updated_at":"2014-08-08T21:30:00Z"}]}'
|
85
|
+
string: '{"links":{"special_offers.rental":"https://www.bookingsync.com/api/v3/rentals/{special_offers.rental}"},"special_offers":[{"links":{"rental":5117},"id":1583,"name":{"en":"offer"},"start_date":"2016-01-09","end_date":"2020-01-11","discount":10.0,"created_at":"2016-01-09T10:28:25Z","updated_at":"2016-01-09T10:28:25Z"}],"meta":{}}'
|
79
86
|
http_version:
|
80
|
-
recorded_at:
|
81
|
-
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/special_offers
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
7
|
+
encoding: UTF-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,48 +17,72 @@ 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
|
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 11:32:54 UTC
|
25
49
|
X-Ratelimit-Limit:
|
26
50
|
- '1000'
|
27
51
|
X-Ratelimit-Reset:
|
28
|
-
- '
|
52
|
+
- '1481544000'
|
29
53
|
X-Ratelimit-Remaining:
|
30
|
-
- '
|
54
|
+
- '953'
|
31
55
|
Link:
|
32
56
|
- <https://www.bookingsync.com/api/v3/special_offers?page=1>; rel="first", <https://www.bookingsync.com/api/v3/special_offers?page=1>;
|
33
57
|
rel="last"
|
34
58
|
X-Total-Pages:
|
35
59
|
- '1'
|
36
|
-
|
37
|
-
-
|
38
|
-
|
39
|
-
-
|
40
|
-
Content-Type:
|
41
|
-
- application/vnd.api+json; charset=utf-8
|
42
|
-
X-Ua-Compatible:
|
43
|
-
- IE=Edge
|
60
|
+
X-Total-Count:
|
61
|
+
- '1'
|
62
|
+
X-Per-Page:
|
63
|
+
- '100'
|
44
64
|
Etag:
|
45
|
-
-
|
65
|
+
- W/"39e890d1a7ad3f521ebf757ee93f2d27"
|
46
66
|
Cache-Control:
|
47
67
|
- max-age=0, private, must-revalidate
|
48
68
|
P3p:
|
49
69
|
- CP="OTI DSP COR CUR ADMo DEVo TAI PSAi PSDi IVAi IVDi CONi HISi TELi OTPi
|
50
70
|
OUR SAMi OTRo UNRo PUBi IND UNI STA"
|
71
|
+
Set-Cookie:
|
72
|
+
- ahoy_track=true; path=/; secure
|
73
|
+
- ahoy_visit=a6e74b49-d124-4441-8d3a-6c4aa3cab9b6; path=/; expires=Mon, 19 Dec
|
74
|
+
2016 11:32:54 -0000; secure
|
75
|
+
- ahoy_visitor=d4320156-864e-4b63-98b5-615754c1d67c; path=/; expires=Wed, 12
|
76
|
+
Dec 2018 11:32:54 -0000; secure
|
51
77
|
X-Request-Id:
|
52
|
-
-
|
78
|
+
- d09bd071-a9d5-4e0b-8273-bf737532ef2c
|
53
79
|
X-Runtime:
|
54
|
-
- '
|
55
|
-
|
56
|
-
-
|
57
|
-
Connection:
|
58
|
-
- close
|
80
|
+
- '0.034875'
|
81
|
+
Strict-Transport-Security:
|
82
|
+
- max-age=31536000
|
59
83
|
body:
|
60
84
|
encoding: UTF-8
|
61
|
-
string: '{"special_offers":[{"
|
62
|
-
http_version:
|
63
|
-
recorded_at: Mon,
|
64
|
-
recorded_with: VCR
|
85
|
+
string: '{"links":{"special_offers.rental":"https://www.bookingsync.com/api/v3/rentals/{special_offers.rental}"},"special_offers":[{"links":{"rental":5117},"id":1583,"name":{"en":"offer"},"start_date":"2016-01-09","end_date":"2020-01-11","discount":10.0,"created_at":"2016-01-09T10:28:25Z","updated_at":"2016-01-09T10:28:25Z"}],"meta":{}}'
|
86
|
+
http_version:
|
87
|
+
recorded_at: Mon, 12 Dec 2016 11:32:54 GMT
|
88
|
+
recorded_with: VCR 3.0.3
|
@@ -2,15 +2,15 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri:
|
5
|
+
uri: https://www.bookingsync.com/api/v3/strict_bookings
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
|
-
string: '{"bookings":[{"rental_id":
|
9
|
-
10:00:00","adults":
|
8
|
+
string: '{"bookings":[{"rental_id":25938,"start_at":"2017-05-22 16:00:00","end_at":"2017-05-29
|
9
|
+
10:00:00","adults":3,"children":2,"final_price":"63","price_to_pay_now":"18.9","currency":"EUR","source_id":"4504","client":{"firstname":"Lazar","email":"email@example.com","lastname":"Angelov","phone_number":"123-123-123","country_code":"US"},"comments":[{"content":"some
|
10
10
|
content"}]}]}'
|
11
11
|
headers:
|
12
12
|
User-Agent:
|
13
|
-
- BookingSync API gem v0.
|
13
|
+
- BookingSync API gem v0.1.3
|
14
14
|
Accept:
|
15
15
|
- application/vnd.api+json
|
16
16
|
Content-Type:
|
@@ -19,51 +19,70 @@ http_interactions:
|
|
19
19
|
- Bearer <<ACCESS_TOKEN>>
|
20
20
|
Accept-Encoding:
|
21
21
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
22
|
+
Connection:
|
23
|
+
- keep-alive
|
24
|
+
Keep-Alive:
|
25
|
+
- 30
|
22
26
|
response:
|
23
27
|
status:
|
24
28
|
code: 201
|
25
29
|
message: Created
|
26
30
|
headers:
|
31
|
+
Server:
|
32
|
+
- nginx
|
33
|
+
Date:
|
34
|
+
- Mon, 12 Dec 2016 12:44:30 GMT
|
35
|
+
Content-Type:
|
36
|
+
- application/vnd.api+json; charset=utf-8
|
37
|
+
Transfer-Encoding:
|
38
|
+
- chunked
|
39
|
+
Connection:
|
40
|
+
- keep-alive
|
41
|
+
Status:
|
42
|
+
- 201 Created
|
27
43
|
X-Frame-Options:
|
28
44
|
- SAMEORIGIN
|
29
45
|
X-Xss-Protection:
|
30
46
|
- 1; mode=block
|
31
47
|
X-Content-Type-Options:
|
32
48
|
- nosniff
|
49
|
+
X-Updated-Since-Request-Synced-At:
|
50
|
+
- 2016-12-12 12:44:29 UTC
|
33
51
|
X-Ratelimit-Limit:
|
34
52
|
- '1000'
|
35
53
|
X-Ratelimit-Reset:
|
36
|
-
- '
|
54
|
+
- '1481547600'
|
37
55
|
X-Ratelimit-Remaining:
|
38
|
-
- '
|
56
|
+
- '954'
|
57
|
+
Link:
|
58
|
+
- <https://www.bookingsync.com/api/v3/strict_bookings?bookings%5B%5D%5Badults%5D=3&bookings%5B%5D%5Bchildren%5D=2&bookings%5B%5D%5Bclient%5D%5Bcountry_code%5D=US&bookings%5B%5D%5Bclient%5D%5Bemail%5D=email%40example.com&bookings%5B%5D%5Bclient%5D%5Bfirstname%5D=Lazar&bookings%5B%5D%5Bclient%5D%5Blastname%5D=Angelov&bookings%5B%5D%5Bclient%5D%5Bphone_number%5D=123-123-123&bookings%5B%5D%5Bcomments%5D%5B%5D%5Bcontent%5D=some+content&bookings%5B%5D%5Bcurrency%5D=EUR&bookings%5B%5D%5Bend_at%5D=2017-05-29+10%3A00%3A00&bookings%5B%5D%5Bfinal_price%5D=63&bookings%5B%5D%5Bprice_to_pay_now%5D=18.9&bookings%5B%5D%5Brental_id%5D=25938&bookings%5B%5D%5Bsource_id%5D=4504&bookings%5B%5D%5Bstart_at%5D=2017-05-22+16%3A00%3A00&page=1>;
|
59
|
+
rel="first"
|
60
|
+
X-Per-Page:
|
61
|
+
- '100'
|
39
62
|
Location:
|
40
|
-
-
|
41
|
-
Content-Type:
|
42
|
-
- application/vnd.api+json; charset=utf-8
|
63
|
+
- https://www.bookingsync.com/api/v3/bookings/840068
|
43
64
|
Etag:
|
44
|
-
-
|
65
|
+
- W/"f7c31aa625d3cfa2f34d63420873693f"
|
45
66
|
Cache-Control:
|
46
67
|
- max-age=0, private, must-revalidate
|
47
68
|
P3p:
|
48
69
|
- CP="OTI DSP COR CUR ADMo DEVo TAI PSAi PSDi IVAi IVDi CONi HISi TELi OTPi
|
49
70
|
OUR SAMi OTRo UNRo PUBi IND UNI STA"
|
50
71
|
Set-Cookie:
|
51
|
-
- ahoy_track=true; path
|
52
|
-
- ahoy_visit=
|
53
|
-
2016
|
54
|
-
- ahoy_visitor=
|
55
|
-
|
72
|
+
- ahoy_track=true; path=/; secure
|
73
|
+
- ahoy_visit=392fbea9-6fee-408c-b86c-c9b5082d1da6; path=/; expires=Mon, 19 Dec
|
74
|
+
2016 12:44:29 -0000; secure
|
75
|
+
- ahoy_visitor=86d8184b-720a-4da6-b47b-7b019d64ce25; path=/; expires=Wed, 12
|
76
|
+
Dec 2018 12:44:29 -0000; secure
|
56
77
|
X-Request-Id:
|
57
|
-
-
|
78
|
+
- 75713adc-6171-4b0e-a9d2-bec46b62a0e0
|
58
79
|
X-Runtime:
|
59
|
-
- '0.
|
60
|
-
|
61
|
-
-
|
62
|
-
Connection:
|
63
|
-
- close
|
80
|
+
- '0.803382'
|
81
|
+
Strict-Transport-Security:
|
82
|
+
- max-age=31536000
|
64
83
|
body:
|
65
84
|
encoding: UTF-8
|
66
|
-
string: '{"links":{"bookings.account":"
|
85
|
+
string: '{"links":{"bookings.account":"https://www.bookingsync.com/api/v3/accounts/{bookings.account}","bookings.rental":"https://www.bookingsync.com/api/v3/rentals/{bookings.rental}","bookings.client":"https://www.bookingsync.com/api/v3/clients/{bookings.client}","bookings.rental_agreement":"https://www.bookingsync.com/api/v3/rental_agreements/{bookings.rental_agreement}","bookings.source":"https://www.bookingsync.com/api/v3/sources/{bookings.source}","bookings.inquiry":"https://www.bookingsync.com/api/v3/inquiries/{bookings.inquiry}","bookings.booking_comments":"https://www.bookingsync.com/api/v3/booking_comments/{bookings.booking_comments}","bookings.bookings_fees":"https://www.bookingsync.com/api/v3/bookings_fees/{bookings.bookings_fees}","bookings.bookings_taxes":"https://www.bookingsync.com/api/v3/bookings_taxes/{bookings.bookings_taxes}","bookings.payments":"https://www.bookingsync.com/api/v3/payments/{bookings.payments}","bookings.bookings_payments":"https://www.bookingsync.com/api/v3/bookings_payments/{bookings.bookings_payments}","bookings.bookings_tags":"https://www.bookingsync.com/api/v3/bookings_tags/{bookings.bookings_tags}"},"bookings":[{"links":{"account":9123,"rental":25938,"client":259309,"rental_agreement":24033,"source":4504,"inquiry":null,"booking_comments":[94153],"bookings_fees":[],"bookings_taxes":[],"payments":[],"bookings_payments":[],"bookings_tags":[]},"id":840068,"start_at":"2017-05-22T16:00:00Z","end_at":"2017-05-29T10:00:00Z","status":"Booked","updated_at":"2016-12-12T12:44:30Z","reference":"00I078","booked":true,"unavailable":false,"tentative_expires_at":null,"initial_price":"63.0","initial_rental_price":"63.0","channel_price":null,"discount":null,"final_rental_price":"63.0","final_price":"63.0","downpayment":"18.9","paid_amount":"0.0","currency":"EUR","notes":null,"damage_deposit":"0.0","charge_damage_deposit_on_arrival":true,"adults":3,"children":2,"bookings_payments_count":0,"review_requests_count":0,"locked":null,"created_at":"2016-12-12T12:44:30Z","canceled_at":null,"expected_checkin_time":null,"expected_checkout_time":null,"payment_url":null,"balance_due_at":"2017-04-22T16:00:00Z","payback_to_owner":null,"commission":null,"contract_updated_at":null,"owned_by_app":false}]}'
|
67
86
|
http_version:
|
68
|
-
recorded_at:
|
69
|
-
recorded_with: VCR
|
87
|
+
recorded_at: Mon, 12 Dec 2016 12:44:30 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/taxes/168
|
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:57 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:57 UTC
|
45
49
|
X-Ratelimit-Limit:
|
46
50
|
- '1000'
|
47
51
|
X-Ratelimit-Reset:
|
48
|
-
- '
|
52
|
+
- '1481544000'
|
49
53
|
X-Ratelimit-Remaining:
|
50
|
-
- '
|
54
|
+
- '916'
|
51
55
|
Link:
|
52
56
|
- <https://www.bookingsync.com/api/v3/taxes/168?page=1>; rel="first", <https://www.bookingsync.com/api/v3/taxes/168?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/"b8e1377c1909e334a2491832ada26ba7"
|
60
66
|
Cache-Control:
|
61
67
|
- max-age=0, private, must-revalidate
|
62
68
|
P3p:
|
@@ -64,18 +70,20 @@ 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=a433c48f-ffdc-46ba-8c04-8a36c1258817; path=/; expires=Mon, 19 Dec
|
74
|
+
2016 11:43:57 -0000; secure
|
75
|
+
- ahoy_visitor=14f68ddb-5af1-419a-9a46-07ed94aa2ac9; path=/; expires=Wed, 12
|
76
|
+
Dec 2018 11:43:57 -0000; secure
|
71
77
|
X-Request-Id:
|
72
|
-
-
|
78
|
+
- 64bf3849-6811-4ad8-b84d-5a8c4ff1cb01
|
73
79
|
X-Runtime:
|
74
|
-
- '0.
|
80
|
+
- '0.051174'
|
81
|
+
Strict-Transport-Security:
|
82
|
+
- max-age=31536000
|
75
83
|
body:
|
76
84
|
encoding: UTF-8
|
77
|
-
string: '{"links":{"taxes.account":"https://www.bookingsync.com/api/v3/accounts/{taxes.account}"},"taxes":[{"links":{"account":3837},"id":168,"percentage":"10.0","created_at":"2015-09-09T20:23:54Z","updated_at":"
|
85
|
+
string: '{"links":{"taxes.account":"https://www.bookingsync.com/api/v3/accounts/{taxes.account}"},"taxes":[{"links":{"account":3837},"id":168,"percentage":"10.0","created_at":"2015-09-09T20:23:54Z","updated_at":"2016-07-14T12:08:24Z","name":{"en":"test
|
78
86
|
tax"}}]}'
|
79
87
|
http_version:
|
80
|
-
recorded_at:
|
81
|
-
recorded_with: VCR
|
88
|
+
recorded_at: Mon, 12 Dec 2016 11:43:57 GMT
|
89
|
+
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/taxes
|
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:32:55 GMT
|
29
33
|
Content-Type:
|
30
34
|
- application/vnd.api+json; charset=utf-8
|
31
35
|
Transfer-Encoding:
|
@@ -34,29 +38,31 @@ 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:32:55 UTC
|
45
49
|
X-Ratelimit-Limit:
|
46
50
|
- '1000'
|
47
51
|
X-Ratelimit-Reset:
|
48
|
-
- '
|
52
|
+
- '1481544000'
|
49
53
|
X-Ratelimit-Remaining:
|
50
|
-
- '
|
54
|
+
- '952'
|
51
55
|
Link:
|
52
56
|
- <https://www.bookingsync.com/api/v3/taxes?page=1>; rel="first", <https://www.bookingsync.com/api/v3/taxes?page=1>;
|
53
57
|
rel="last"
|
54
58
|
X-Total-Pages:
|
55
59
|
- '1'
|
56
60
|
X-Total-Count:
|
57
|
-
- '
|
61
|
+
- '1'
|
62
|
+
X-Per-Page:
|
63
|
+
- '100'
|
58
64
|
Etag:
|
59
|
-
-
|
65
|
+
- W/"b8e1377c1909e334a2491832ada26ba7"
|
60
66
|
Cache-Control:
|
61
67
|
- max-age=0, private, must-revalidate
|
62
68
|
P3p:
|
@@ -64,17 +70,20 @@ 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=884ebc53-292a-470d-85ff-e0be753ab927; path=/; expires=Mon, 19 Dec
|
74
|
+
2016 11:32:55 -0000; secure
|
75
|
+
- ahoy_visitor=ce9a96cb-fedc-40fd-bf4c-713ec676af0b; path=/; expires=Wed, 12
|
76
|
+
Dec 2018 11:32:55 -0000; secure
|
71
77
|
X-Request-Id:
|
72
|
-
-
|
78
|
+
- 4cebd7c9-3615-41eb-8c2c-ea5ae335cdf5
|
73
79
|
X-Runtime:
|
74
|
-
- '0.
|
80
|
+
- '0.040572'
|
81
|
+
Strict-Transport-Security:
|
82
|
+
- max-age=31536000
|
75
83
|
body:
|
76
84
|
encoding: UTF-8
|
77
|
-
string: '{"links":{"taxes.account":"https://www.bookingsync.com/api/v3/accounts/{taxes.account}"},"taxes":[{"links":{"account":
|
85
|
+
string: '{"links":{"taxes.account":"https://www.bookingsync.com/api/v3/accounts/{taxes.account}"},"taxes":[{"links":{"account":3837},"id":168,"percentage":"10.0","created_at":"2015-09-09T20:23:54Z","updated_at":"2016-07-14T12:08:24Z","name":{"en":"test
|
86
|
+
tax"}}]}'
|
78
87
|
http_version:
|
79
|
-
recorded_at:
|
80
|
-
recorded_with: VCR
|
88
|
+
recorded_at: Mon, 12 Dec 2016 11:32:55 GMT
|
89
|
+
recorded_with: VCR 3.0.3
|