Appengine-endpoints-helloendpoints-java-maven to generate rpc instead of detecting dormancy

I am trying to get appendine-endpoints-helloendpoints-java-maven + appengine-endpoints-helloendpoints-ios demo to work using the cloud endpoint.

The iOS service generator needs an rpc discovery document, but the mvn appengine: endpoints_get_client_lib command only generates a REST discovery document. A clean mvn installation went right.

How do I create an rpc discovery client library so that the iOS service generator can accept it? In particular, this command →

/ Users //Library/Developer/Xcode/DerivedData/ServiceGenerator-/Build/Products/Debug/ServiceGenerator\~/appengine-endpoints-helloendpoints-java-maven/target/helloendpoints-1.0-SNAPSHOT/WEB-INFhell -rpc.discovery \ - outputDir./API

accepts only rpc.discovery, while mvn appengine: endpoints_get_client_lib only generates rest.discovery.

Thanks Moti

0
source share
1 answer

How to create an rpc client detection library so that the iOS service generator can accept it?

mvn appengine:endpoints_get_discovery_doc

0
source

All Articles