How to include Google App Engine Endpoints in a Cordova project?

257 views Asked by At

Hello All i am new into Cordova, Right now i have developed a web application using Google datastore, but now i want to use the same endpoints library into my cordova project. I have generated my Endpoints SNAPSHOT.jar file, how do i proceed from here on? Please help me on this.

1

There are 1 answers

1
Jeffrey Godwyll On BEST ANSWER

Endpoints makes it easier to create a web backend for web clients and mobile clients such as Android or Apple's iOS.

Since Cordova uses JavaScript mostly and can essentially act as a web client, you can use the Endpoint's JavaScript Client library to simply make direct API calls to your endpoints from your app without the need to add the .jar file.