We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1637639 commit 19c31b8Copy full SHA for 19c31b8
12 - Tools/01 - REST Client.txt
@@ -4,7 +4,7 @@ The built-in REST client allows testing web API's. Build requests, inspect respo
4
5
1. Use the Tools | Test RESTful Web Service menu to open the REST Client tool window.
6
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
+ Specify the HTTP method to be GET, the host will be https://api.github.com, the path /user.
8
In the headers section, add an Accept: application/json header.
9
Note that you can specify a request body, text, file upload as well.
10
3. Run the request. GitHub responds with the fact that authentication is required.
0 commit comments