[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-02。"],[[["This guide demonstrates how to structure an API across multiple classes using decorators, contrasting with single-class API setups detailed elsewhere."],["The `@api_collection.api_class` decorator is used to designate classes that contribute to the API, with `resource_name` setting the class's API Explorer name."],["The optional `path` argument in `@api_class` and `@endpoints.method` determines the URL structure for classes and methods, appending to the root API path, or overriding the class path with a leading `/`."],["Methods within classes are made accessible via the API using the `@endpoints.method` decorator, and without a specified path the method name is used."],["You must use the `endpoints.api_server` code and pass in your `api_collection` variable to the function to serve the multi-class API."]]],[]]