该api标记为:
@Api(version = "v1",
description = "API for interfacing with accounts",
defaultVersion = AnnotationBoolean.TRUE)
我想调用的方法之一是:
@ApiMethod(name = "account.register",
path = "account",
httpMethod = HttpMethod.POST)
public void register(HttpServletRequest request, HttpServletResponse response)
{ ...
但我似乎无法弄清楚访问它的网址:(
我尝试发布到 myapp.appspot.com/_ah/api/myapi/v1/account 但它是 404