File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
appengine/endpoints-frameworks-v2/migration-example Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Hello World Google Cloud Endpoints for App Engine with a discovery document
2
2
3
3
This sample provides an example of a [ migration] [ 7 ] from the prior version of
4
- [ Google Cloud Endpoints Frameworks] [ 3 ] to new [ Google Cloud Endpoints Frameworks for App Engine] [ 8 ]
5
- while still using a discovery document. This sample contains comments of how to
6
- use the prior Endpoints Frameworks as well. For clarity, the prior Endpoints
7
- Frameworks and the new Endpoints Frameworks are denoted as Endpoints Frameworks v1.0
8
- and Endpoints Frameworks v2.0 respectively.
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.
9
8
10
9
Google Cloud Endpoints Frameworks v2.0 provides new functionality which may
11
10
require payment and uses an OpenAPI specification instead of the discovery document.
@@ -46,7 +45,7 @@ provided [here][9].
46
45
- You can read more about different user authentication supported [ here] [ 12 ] .
47
46
48
47
49
- 1 . [ Optional] : Use Cloud Endpoints Frameworks v2.0 Maven and Gradle discovery and
48
+ 1 . [ Optional] : Use Cloud Endpoints Frameworks v2.0 Maven and Gradle
50
49
client library generation plugins with Cloud Endpoints Frameworks v1.0.
51
50
52
51
- Uncomment ` Endpoints Frameworks v1.0 ` sections and comment
You can’t perform that action at this time.
0 commit comments