-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathreference.html
More file actions
160 lines (160 loc) · 8.88 KB
/
reference.html
File metadata and controls
160 lines (160 loc) · 8.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<%= render 'head' %>
<div class="container content">
<div class="row">
<div class="col-md-3 col-md-push-9">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Overview</h3>
</div>
<div class="list-group">
<%= link_to_with_current("Introduction", "/reference/",
class: "list-group-item") %>
<%= link_to_with_current("Changelog", "https://github.com/BookingSync/bookingsync-api-docs/releases",
class: "list-group-item") %>
<%= link_to_with_current("Requirements", "/reference/requirements/",
class: "list-group-item") %>
<%= link_to_with_current("Libraries", "/reference/libraries/",
class: "list-group-item") %>
<%= link_to_with_current("Authorization", "/reference/authorization/",
class: "list-group-item") %>
<%= link_to_with_current("Testing the Authorization", "/reference/testing_authorization/",
class: "list-group-item") %>
<%= link_to_with_current("Enumerables", "/reference/enums/",
class: "list-group-item") %>
</div>
<div class="panel-heading">
<h3 class="panel-title">Endpoints</h3>
</div>
<div class="list-group">
<%= link_to_with_current("Accounts", "/reference/endpoints/accounts/",
class: "list-group-item") %>
<%= link_to_with_current("Amenities", "/reference/endpoints/amenities/",
class: "list-group-item") %>
<%= link_to_with_current("Applications", "/reference/endpoints/applications/",
class: "list-group-item") %>
<%= link_to_with_current("Availabilities", "/reference/endpoints/availabilities/",
class: "list-group-item") %>
<%= link_to_with_current("Bathrooms", "/reference/endpoints/bathrooms/",
class: "list-group-item") %>
<%= link_to_with_current("Bedrooms", "/reference/endpoints/bedrooms/",
class: "list-group-item") %>
<%= link_to_with_current("Bookings", "/reference/endpoints/bookings/",
class: "list-group-item") %>
<%= link_to_with_current("Booking Comments", "/reference/endpoints/booking_comments/",
class: "list-group-item") %>
<%= link_to_with_current("Bookings Fees", "/reference/endpoints/bookings_fees/",
class: "list-group-item") %>
<%= link_to_with_current("Bookings Payments", "/reference/endpoints/bookings_payments/",
class: "list-group-item") %>
<%= link_to_with_current("Bookings Tags", "/reference/endpoints/bookings_tags/",
class: "list-group-item") %>
<%= link_to_with_current("Bookings Taxes", "/reference/endpoints/bookings_taxes/",
class: "list-group-item") %>
<%= link_to_with_current("Change Overs", "/reference/endpoints/change_overs/",
class: "list-group-item") %>
<%= link_to_with_current("Clients", "/reference/endpoints/clients/",
class: "list-group-item") %>
<%= link_to_with_current("Contacts", "/reference/endpoints/contacts/",
class: "list-group-item") %>
<%= link_to_with_current("Destinations", "/reference/endpoints/destinations/",
class: "list-group-item") %>
<%= link_to_with_current("Fees", "/reference/endpoints/fees/",
class: "list-group-item") %>
<%= link_to_with_current("Fees Taxes", "/reference/endpoints/fees_taxes/",
class: "list-group-item") %>
<%= link_to_with_current("Hosts", "/reference/endpoints/hosts/",
class: "list-group-item") %>
<%= link_to_with_current("Inbox Attachments", "/reference/endpoints/inbox_attachments/",
class: "list-group-item") %>
<%= link_to_with_current("Inbox Conversations", "/reference/endpoints/inbox_conversations/",
class: "list-group-item") %>
<%= link_to_with_current("Inbox Messages", "/reference/endpoints/inbox_messages/",
class: "list-group-item") %>
<%= link_to_with_current("Inbox Participants", "/reference/endpoints/inbox_participants/",
class: "list-group-item") %>
<%= link_to_with_current("Inquiries", "/reference/endpoints/inquiries/",
class: "list-group-item") %>
<%= link_to_with_current("Living Rooms", "/reference/endpoints/living_rooms/",
class: "list-group-item") %>
<%= link_to_with_current("LOS Records", "/reference/endpoints/los_records/",
class: "list-group-item") %>
<%= link_to_with_current("Mid Term Rate Maps", "/reference/endpoints/mid_term_rate_maps/",
class: "list-group-item") %>
<%= link_to_with_current("Nightly Rate Maps", "/reference/endpoints/nightly_rate_maps/",
class: "list-group-item") %>
<%= link_to_with_current("Payment Gateways", "/reference/endpoints/payment_gateways/",
class: "list-group-item") %>
<%= link_to_with_current("Payments", "/reference/endpoints/payments/",
class: "list-group-item") %>
<%= link_to_with_current("Periods", "/reference/endpoints/periods/",
class: "list-group-item") %>
<%= link_to_with_current("Photos", "/reference/endpoints/photos/",
class: "list-group-item") %>
<%= link_to_with_current("Preferences General Settings", "/reference/endpoints/preferences_general_settings/",
class: "list-group-item") %>
<%= link_to_with_current("Rates", "/reference/endpoints/rates/",
class: "list-group-item") %>
<%= link_to_with_current("Rates Rules", "/reference/endpoints/rates_rules/",
class: "list-group-item") %>
<%= link_to_with_current("Rates Tables", "/reference/endpoints/rates_tables/",
class: "list-group-item") %>
<%= link_to_with_current("Rentals", "/reference/endpoints/rentals/",
class: "list-group-item") %>
<%= link_to_with_current("Rental Contacts", "/reference/endpoints/rental_contacts/",
class: "list-group-item") %>
<%= link_to_with_current("Rental Agreements", "/reference/endpoints/rental_agreements/",
class: "list-group-item") %>
<%= link_to_with_current("Rental Cancelation Policies",
"/reference/endpoints/rental_cancelation_policies/",
class: "list-group-item") %>
<%= link_to_with_current("Rental Cancelation Policy Items",
"/reference/endpoints/rental_cancelation_policy_items/",
class: "list-group-item") %>
<%= link_to_with_current("Rentals Amenities", "/reference/endpoints/rentals_amenities/",
class: "list-group-item") %>
<%= link_to_with_current("Rentals Contents Overrides", "/reference/endpoints/rentals_contents_overrides/",
class: "list-group-item") %>
<%= link_to_with_current("Rentals Fees", "/reference/endpoints/rentals_fees/",
class: "list-group-item") %>
<%= link_to_with_current("Rental Link Groups", "/reference/endpoints/rental_link_groups/",
class: "list-group-item") %>
<%= link_to_with_current("Rental Links", "/reference/endpoints/rental_links/",
class: "list-group-item") %>
<%= link_to_with_current("Rentals Tags", "/reference/endpoints/rentals_tags/",
class: "list-group-item") %>
<%= link_to_with_current("Rentals Taxes", "/reference/endpoints/rentals_taxes/",
class: "list-group-item") %>
<%= link_to_with_current("Rental URLs", "/reference/endpoints/rental_urls/",
class: "list-group-item") %>
<%= link_to_with_current("Reviews", "/reference/endpoints/reviews/",
class: "list-group-item") %>
<%= link_to_with_current("Seasons", "/reference/endpoints/seasons/",
class: "list-group-item") %>
<%= link_to_with_current("Sources", "/reference/endpoints/sources/",
class: "list-group-item") %>
<%= link_to_with_current("Special Offers", "/reference/endpoints/special_offers/",
class: "list-group-item") %>
<%= link_to_with_current("Taxes", "/reference/endpoints/taxes/",
class: "list-group-item") %>
<%= link_to_with_current("Tax Rules", "/reference/endpoints/tax_rules/",
class: "list-group-item") %>
</div>
<div class="panel-heading">
<h3 class="panel-title">Deprecated APIs</h3>
</div>
<div class="list-group">
<%= link_to "BookingSync API v1", "https://www.bookingsync.com/en/documentation/api",
class: "list-group-item" %>
</div>
</div>
</div>
<div class="col-md-9 col-md-pull-3">
<div class="panel panel-default">
<div class="panel-body reference-body">
<%= yield %>
</div>
</div>
</div>
</div>
</div>
<%= render 'foot' %>