[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-11-26 (世界標準時間)。"],[[["This is a Node.js-based reference implementation of the API v3 Booking Server for standard integration with Google's booking platform."],["The server uses basic Node.js with JSON serialization and can be adapted to other frameworks like Express.js."],["You can download, run, and debug the server using standard Node.js tools and an IDE like Visual Studio Code."],["A Booking test utility is available for testing server functionality, requiring credentials and an Availability feed."],["The test utility allows testing individual methods like HealthCheck, CheckAvailability, CreateBooking, and UpdateBooking, with options for comprehensive testing."]]],["This Node.js-based reference implementation of the API v3 Booking Server uses standard Node.js and JSON serialization. To use it, clone the project via `git clone https://maps-booking.googlesource.com/js-maps-booking-rest-server-v3-skeleton`. The server, contained in `bookingserver.js` and `apiv3methods.js`, is started with `node bookingserver.js`. Testing uses the Booking test utility, requiring a credentials file and an Availability feed. Test commands are provided for `HealthCheck`, `CheckAvailability`, `CreateBooking`, and `UpdateBooking` methods, with an option to run all tests.\n"]]