Skip to content

Commit e7ad617

Browse files
author
Frank Natividad
committed
Adding API explorer to README and fixed s/https/http/
1 parent 7f1fa4e commit e7ad617

File tree

1 file changed

+12
-4
lines changed
  • appengine/endpoints-frameworks-v2/migration-example

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,14 @@ provided [here][9].
6565
6666
`mvn clean compile`
6767
68-
1. Run the application locally at [localhost:8080][5] by using:
68+
1. Run the application locally at [http://localhost:8080][5] by using:
6969
7070
`mvn appengine:run`
7171
72+
1. Explore local server's API explorer by browsing to:
73+
74+
[http://localhost:8080/_ah/api/explorer][13]
75+
7276
1. Generate the client library located at `target/client-libs/helloworld-v1-java.zip`
7377
by using:
7478
@@ -84,10 +88,14 @@ provided [here][9].
8488
8589
`gradle clean compileJava`
8690
87-
1. Run the application locally at [localhost:8080][5] by using:
91+
1. Run the application locally at [http://localhost:8080][5] by using:
8892
8993
`gradle appengineRun`
9094
95+
1. Explore local server's API explorer by browsing to:
96+
97+
[http://localhost:8080/_ah/api/explorer][13]
98+
9199
1. Generate the client library located at `build/endpointsClientLibs/helloworld-v1-java.zip`
92100
by using:
93101
@@ -102,12 +110,12 @@ provided [here][9].
102110
[2]: http://java.com/en/
103111
[3]: https://cloud.google.com/appengine/docs/java/endpoints/
104112
[4]: https://cloud.google.com/appengine/docs/java/tools/maven
105-
[5]: https://localhost:8080/
113+
[5]: http://localhost:8080/
106114
[6]: https://console.developers.google.com/project/_/apiui/credential
107115
[7]: https://cloud.google.com/appengine/docs/java/endpoints/migrating
108116
[8]: https://cloud.google.com/endpoints/docs/frameworks/java/about-cloud-endpoints-frameworks
109117
[9]: https://cloud.google.com/endpoints/docs/frameworks/java/quickstart-frameworks-java
110118
[10]: https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin
111119
[11]: https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin
112120
[12]: https://cloud.google.com/endpoints/docs/authenticating-users-frameworks
113-
121+
[13]: http://localhost:8080/_ah/api/explorer

0 commit comments

Comments
 (0)