rukaiah-edhah / Ijele

A a travel group app that simplifies group trip planning by allowing users to manage bookings, split bills, and organize schedules collaboratively.
0 stars 0 forks source link

Implement Hotel Booking API #8

Open rukaiah-edhah opened 3 weeks ago

rukaiah-edhah commented 3 weeks ago

As a user, I want to book a hotel so that I can confirm my accommodation for my travel dates.

rukaiah-edhah commented 2 weeks ago

I have pushed the code for the Hotel Booking API, but I can't test it with Postman until the Hotel Search API task is finished. Once it's completed, I will test it using a valid offer ID (this ID must be obtained from a previous API call to the Hotel Search API)

rukaiah-edhah commented 3 hours ago

I tested the API today and encountered some issues. In the Amadeus documentation, I noticed that there are two versions of this API: v1 and v2. When I use v1, I get an access token error, while in v2, I get a resource not found error. I will work on resolving these issues in the next couple of days.

Screenshot 2024-07-07 at 1 31 42 PM Screenshot 2024-07-07 at 1 32 01 PM