Skip to content

Commit e373132

Browse files
author
Frank Natividad
committed
Fixed formatted the migration-example/README.md
1 parent be9fa47 commit e373132

File tree

1 file changed

+14
-10
lines changed
  • appengine/endpoints-frameworks-v2/migration-example

1 file changed

+14
-10
lines changed

appengine/endpoints-frameworks-v2/migration-example/README.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
This sample provides an example of a [migration][7] from the prior version of
44
[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.
89

910
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].
1313

1414
## Products
1515
- [Google App Engine Standard][1]
@@ -29,18 +29,22 @@ provided [here][9].
2929
1. [Optional]: User Authenticating with Google Accounts in Web Clients
3030

3131
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].
3334

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].
3639

3740
1. [Optional]: User Authenticating with Google Accounts in other Applications Types
3841

3942
- Inside [Constants.java](src/main/java/com/example/helloendpoints/Constants.java) you will find placeholders for Android
4043
applications using Google Accounts client IDs registered in the
4144
[Credentials on Developers Console for OAuth 2.0 client IDs][6].
4245

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).
4448

4549
- You can read more about different user authentication supported [here][12].
4650

0 commit comments

Comments
 (0)