APIはタグ付けされています:
@Api(version = "v1",
description = "API for interfacing with accounts",
defaultVersion = AnnotationBoolean.TRUE)
そして、私が呼び出したいメソッドの1つは次のとおりです。
@ApiMethod(name = "account.register",
path = "account",
httpMethod = HttpMethod.POST)
public void register(HttpServletRequest request, HttpServletResponse response)
{ ...
しかし、私はそれにアクセスするためのURLを理解できないようです:(
myapp.appspot.com/_ah/api/myapi/v1/accountにPOSTを実行しようとしましたが、404です。