Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 769903e

Browse filesBrowse files
lookuptableJon Wayne Parrott
authored andcommitted
Correct the usage of the echo-client.py command (GoogleCloudPlatform#494)
The command requires three arguments while the instruction only specified two.
1 parent 037be58 commit 769903e
Copy full SHA for 769903e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/flexible/endpoints/README.md

Copy file name to clipboardExpand all lines: appengine/flexible/endpoints/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ With the project deployed, you'll need to create an API key to access the API.
5555

5656
With the API key, you can use the echo client to access the API:
5757

58-
$ python clients/echo-client.py https://YOUR-PROJECT-ID.appspot.com YOUR-API-KEY
58+
$ python clients/echo-client.py https://YOUR-PROJECT-ID.appspot.com YOUR-API-KEY helloworld
5959

6060
### Using the JWT client (with key file)
6161

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.