Skip to content

Commit cc6035b

Browse files
committed
fix readme
1 parent d16240f commit cc6035b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,27 @@ Within the `/ops/requests` folder, you'll discover a collection of sample reques
123123
Requests have been meticulously documented in three different formats for your convenience:
124124

125125
1. Postman Collections
126+
126127
Files: `postman_collection.json` and `postman_environments.json`
128+
127129
Tool: Postman
130+
128131
These collections provide a comprehensive overview of the available API requests. Import them into Postman to explore and execute requests seamlessly.
129-
<br>
132+
133+
130134
2. Visual Studio Code (VSCode) REST Client Extension:
135+
131136
File: `requests.http`
137+
132138
Extension: [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
133-
Utilize the power of the [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) Client extension in VSCode by opening the `requests.http` file. This extension allows you to send HTTP requests directly from your code editor, making it easy to interact with the API.
134-
<br>
139+
140+
With the extension installed in VSCode open the `requests.http` file. This extension allows you to send HTTP requests directly from your code editor, making it easy to interact with the API.
141+
142+
135143
3. CURL Commands:
144+
136145
File: `requests.curl`
146+
137147
For those who prefer the command line, CURL commands are provided in the `requests.curl` file. Execute these commands in your terminal to interact with the API using the widely-used CURL tool.
138148

139149
Choose the documentation format that aligns with your preferred workflow and start seamlessly interacting with the API.

0 commit comments

Comments
 (0)