You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appengine/endpoints-frameworks-v2/migration-example/README.md
+14-10
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
This sample provides an example of a [migration][7] from the prior version of
4
4
[Google Cloud Endpoints Frameworks][3] to new [Google Cloud Endpoints Frameworks for App Engine][8].
5
-
This sample contains comments of how to use the prior Endpoints Frameworks as well.
6
-
For clarity, the prior Endpoints Frameworks and the new Endpoints Frameworks are
7
-
denoted as Endpoints Frameworks v1.0 and Endpoints Frameworks v2.0 respectively.
5
+
This sample contains comments of how to use the prior Endpoints Frameworks as
6
+
well. For clarity, the prior Endpoints Frameworks and the new Endpoints
7
+
Frameworks are denoted as Endpoints Frameworks v1.0 and Endpoints Frameworks
8
+
v2.0, respectively.
8
9
9
10
Google Cloud Endpoints Frameworks v2.0 provides new functionality which may
10
-
require payment and uses an OpenAPI specification.
11
-
The OpenAPI development process is explained [here][8] and a quickstart is
12
-
provided [here][9].
11
+
require payment and uses an OpenAPI specification. The OpenAPI development
12
+
process is explained [here][8] and a quickstart is provided [here][9].
13
13
14
14
## Products
15
15
-[Google App Engine Standard][1]
@@ -29,18 +29,22 @@ provided [here][9].
29
29
1.[Optional]: User Authenticating with Google Accounts in Web Clients
30
30
31
31
1. Update the `WEB_CLIENT_ID` in [Constants.java](src/main/java/com/example/helloendpoints/Constants.java)
32
-
to reflect the web client ID you have registered in the [Credentials on Developers Console for OAuth 2.0 client IDs][6].
32
+
to reflect the web client ID you have registered in the
33
+
[Credentials on Developers Console for OAuth 2.0 client IDs][6].
33
34
34
-
1. Update the value of `google.devrel.samples.helloendpoints.CLIENT_ID` in [base.js](src/main/webapp/js/base.js)
35
-
to reflect the web client ID you have registered in the [Credentials on Developers Console for OAuth 2.0 client IDs][6].
35
+
1. Update the value of `google.devrel.samples.helloendpoints.CLIENT_ID` in
36
+
[base.js](src/main/webapp/js/base.js) to reflect the web client ID you
37
+
have registered in the
38
+
[Credentials on Developers Console for OAuth 2.0 client IDs][6].
36
39
37
40
1.[Optional]: User Authenticating with Google Accounts in other Applications Types
38
41
39
42
- Inside [Constants.java](src/main/java/com/example/helloendpoints/Constants.java) you will find placeholders for Android
40
43
applications using Google Accounts client IDs registered in the
41
44
[Credentials on Developers Console for OAuth 2.0 client IDs][6].
42
45
43
-
- These client IDs are used when defining annotation for this sample API found in [Greetings.java](src/main/java/com/example/helloendpoints/Greetings.java).
46
+
- These client IDs are used when defining annotation for this sample API
47
+
found in [Greetings.java](src/main/java/com/example/helloendpoints/Greetings.java).
44
48
45
49
- You can read more about different user authentication supported [here][12].
0 commit comments