I have a project using something like 20 endpoints. I had migrated to endpoints v2 and java8 as described in the docs.
I have also generated some API key, but when I call the endpoints it works, but I don't have any stats in the endpoints console.
I've also correctly deployed the openapi configuration in google cloud
here is an example of an endpoint configuration:
@Api(
name = "editorialContentApi",
version = "v1",
resource = "editorialContent",
namespace = @ApiNamespace(
ownerDomain = "edito.contents.backend.xxxx.com",
ownerName = "edito.contents.backend.xxxx.com"
)
)
this code is called using the ?key parameter
The endpoints are deployed on google app engine, billing is enabled on this project. Has anyone a clue on this?