Skip to content

Commit 19c31b8

Browse files
committed
Improve chapter 12.
1 parent 1637639 commit 19c31b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12 - Tools/01 - REST Client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The built-in REST client allows testing web API's. Build requests, inspect respo
44

55
1. Use the Tools | Test RESTful Web Service menu to open the REST Client tool window.
66
2. Create a request which fetches your user information from GitHub.
7-
Specify the HTTP method to be GET, the host will be https://api.github.com, the path /user
7+
Specify the HTTP method to be GET, the host will be https://api.github.com, the path /user.
88
In the headers section, add an Accept: application/json header.
99
Note that you can specify a request body, text, file upload as well.
1010
3. Run the request. GitHub responds with the fact that authentication is required.

0 commit comments

Comments
 (0)