[[["容易理解","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, demonstrating how to handle booking requests."],["The server utilizes basic Node.js functionalities and JSON for data processing, allowing flexibility for framework integration."],["You can download, run, and debug the server using standard Node.js commands and tools like Visual Studio Code."],["A dedicated booking test utility and sample commands are provided for comprehensive testing and validation of your Booking Server implementation."]]],["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`, then run `node bookingserver.js` to start. The code consists of `bookingserver.js` for handling requests and `apiv3methods.js` for the API v3 interface. Test the server using the Booking test utility by downloading it, creating a `cred.txt` file with credentials, and running test commands like `-health_check_test=true` or `-booking_test=true`.\n"]]