@@ -105,18 +105,21 @@ http://editor.swagger.io/#/
105
105
Recommended
106
106
-----------
107
107
108
+ In order to test the API implementation locally, you should have a tool for
109
+ making HTTP requests. You are free to use any tool you are comfortable with. We
110
+ recommend Postman for this purpose if you don't have a strong preference.
111
+
108
112
### Postman
109
- In order to test your local application you should have a tool for performing HTTP requests.
110
- You are free to choose any tool you find comfortable and we recommend using [ Postman] ( https://www.getpostman.com/ )
111
113
112
- If you choose to use Postman download the version for your OS from the above link. A handy option is
113
- to use the Chrome extension.
114
- After downloading and installing Postman if this is your first time using the tool we recommend
115
- getting familiar with at least these two guides:
114
+ Postman can be installed as a native application or a Chrome plugin.
115
+
116
+ Get Postmane here: [ Download Postman] ( https://www.getpostman.com/ )
116
117
117
- [ requests] ( https://www.getpostman.com/docs/requests )
118
+ If this is your first time using Postman, we recommend using these guides in
119
+ order to get familiar with the tool:
118
120
119
- [ collections] ( https://www.getpostman.com/docs/collections )
121
+ - [ requests] ( https://www.getpostman.com/docs/requests )
122
+ - [ collections] ( https://www.getpostman.com/docs/collections )
120
123
121
- Some of the exercises will contain a file named postman_collection and those will help you complete
122
- the exercise more quickly.
124
+ Some of the tutorial lesson directories contain a file named
125
+ ` postman_collection ` . These will help you complete the exercises more quickly.
0 commit comments