[[["易于理解","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"]],["最后更新时间 (UTC):2024-11-26。"],[[["This is a Node.js-based reference implementation of the API v3 Booking Server for Standard Integration."],["The server uses simple JSON serialization and can be easily adapted to various Node.js frameworks."],["You can download, run, and debug the server using basic Node.js commands and tools."],["A provided Booking test utility enables testing HealthCheck, CheckAvailability, CreateBooking, and UpdateBooking methods."],["For comprehensive testing, consider running additional tests against 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`. The server, contained in `bookingserver.js` and `apiv3methods.js`, can be started with `node bookingserver.js`. Testing requires downloading the Booking test utility and creating a credentials file. Test commands for HealthCheck, CheckAvailability, CreateBooking, and UpdateBooking are provided, using sample feed and credentials files.\n"]]