Topic Guides
Topic Guides
Related articles grouped by topic.
Industry Search Hubs
Short, search-friendly entry pages for travel technology teams evaluating hotel API integration and HotelByte OpenAPI.
-
Supplier direct connection, hotel API aggregation, room mapping, price normalization, rate limits, and booking-flow reliability.
-
Authentication, Customer Certification, booking flow, Error Handling, content APIs, and health checks from the docs/api source set.
Hotel API Integration Field Notes
Real integration lessons across authentication, data normalization, rate limits, error handling, timezones, and room mapping.
-
5 suppliers, 5 different authentication methods—Basic Auth, HMAC-SHA256, OAuth1, JWT...
-
The same hotel can arrive with different schemas, field meanings, and room structures from each supplier.
-
Supplier rate limits, hotspot detection, and blocking behavior can break search on launch day.
-
Part 4 Why Hotel API Integration Is So Hard (4): Error Handling - Same Error, 5 Different Status Codes
Supplier error codes are inconsistent, and HTTP status codes are often misused...
-
UTC, hotel-local time, user-local time, and daylight saving rules can shift stay dates.
-
The same physical room can have different names, photos, and attributes across suppliers.
-
Reviewing entire API integration process and summarizing best practices...
AI Coding Practice
From DeepSeek to Claude Code, exploring practice and experience of AI-assisted programming.
-
We experimented with various AI coding tools in HotelByte project...
-
How to switch from DeepSeek to Claude Code while maintaining code quality...
-
Integrating Claude Code into our development workflow...
-
Using multiple AI models simultaneously to leverage their strengths...
-
Using OpenSpec specifications to drive AI-assisted development...
-
Summarizing best practices and considerations for AI coding...
HTTP Dispatcher
Deep dive into design and implementation of HTTP Dispatcher.
-
Introducing concept and role of HTTP Dispatcher...
-
How to implement efficient rate limiting and connection pool management...
-
Implementing HTTP Dispatcher using Go language...
Supplier Proxy
Design and implementation of supplier proxy.
-
Introducing concept and role of Supplier Proxy...
-
How to handle authentication and errors in Supplier Proxy...
Comments