Skip to content

Commit

Permalink
Deploying to gh-pages from @ 75c3136 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
minjikarin committed Jun 17, 2024
1 parent 2a5ec01 commit 66e9832
Showing 1 changed file with 171 additions and 0 deletions.
171 changes: 171 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,34 @@ <h3 class='mb0 no-anchor'>amadeus</h3>



</div>

</li>


<li><a
href='#hotelorders'
class=" toggle-sibling">
HotelOrders
<span class='icon'></span>
</a>

<div class='toggle-target display-none'>


<ul class='list-reset py1-ul pl1'>
<li class='h5'><span>Instance members</span></li>

<li><a
href='#hotelorderspost'
class='regular pre-open'>
#post
</a></li>

</ul>



</div>

</li>
Expand Down Expand Up @@ -4832,6 +4860,149 @@ <h3 class='fl m0' id='hotelbookings'>



</section>

</div>
</div>

</div>






</section>




<section class='p2 mb2 clearfix bg-white minishadow'>


<div class='clearfix'>

<h3 class='fl m0' id='hotelorders'>
HotelOrders
</h3>


</div>


<p>A namespaced client for the
<code>/v2/booking/hotel-orders</code> endpoints</p>
<p>Access via the <a href="#amadeus">Amadeus</a> object</p>

<div class='pre p1 fill-light mt0'>new HotelOrders(client: <a href="#client">Client</a>)</div>











<div class='py1 quiet mt1 prose-big'>Parameters</div>
<div class='prose'>

<div class='space-bottom0'>
<div>
<span class='code bold'>client</span> <code class='quiet'>(<a href="#client">Client</a>)</code>

</div>

</div>

</div>















<div class='py1 quiet mt1 prose-big'>Instance Members</div>
<div class="clearfix">

<div class='border-bottom' id='hotelorderspost'>
<div class="clearfix small pointer toggle-sibling">
<div class="py1 contain">
<a class='icon pin-right py1 dark-link caret-right'></a>
<span class='code strong strong truncate'>post(params)</span>
</div>
</div>
<div class="clearfix display-none toggle-target">
<section class='p2 mb2 clearfix bg-white minishadow'>



<p>To book the offer retrieved from Hotel Search API.</p>

<div class='pre p1 fill-light mt0'>post(params: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&#x3C;<a href="#response">Response</a>, <a href="#responseerror">ResponseError</a>></div>











<div class='py1 quiet mt1 prose-big'>Parameters</div>
<div class='prose'>

<div class='space-bottom0'>
<div>
<span class='code bold'>params</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>
= <code>{}</code>)</code>

</div>

</div>

</div>






<div class='py1 quiet mt1 prose-big'>Returns</div>
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>&#x3C;<a href="#response">Response</a>, <a href="#responseerror">ResponseError</a>></code>:
a Promise
<p>To book the hotel offer with ID 'XXX' with guests, travel agents and payment info</p>


















</section>

</div>
Expand Down

0 comments on commit 66e9832

Please sign in to comment.