Skip to content

Commit 32fc5b4

Browse files
committed
Readme updates
1 parent 1074484 commit 32fc5b4

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Table of contents
1919
* [Documentation](#documentation)
2020
* [Beginning](#beginning)
2121
* [Adding new route](#adding-new-route)
22+
* [Calling routes](#calling-routes)
23+
* [Authors](#authors)
24+
* [Contributors](#contributors)
25+
2226
--------------------
2327

2428
Sources
@@ -106,3 +110,27 @@ logRequestPaths # Live logging requested paths, can be disabled since consol
106110

107111
Adding new route
108112
-----
113+
114+
115+
116+
117+
Calling routes
118+
============
119+
There is a file called `ApiTesting.http` included in root of this project.
120+
That file can be run at least on Intellij IDE's having integrated REST client like Postman.
121+
122+
!['Swagger'](./images/http_test_1.PNG)
123+
124+
!['Swagger'](./images/http_test_2.PNG)
125+
126+
127+
Authors
128+
============
129+
130+
* **Norkator** - *Initial work* - [norkator](https://github.com/norkator)
131+
132+
133+
Contributors
134+
============
135+
136+
None so far.

images/http_test_1.PNG

7.9 KB
Loading

images/http_test_2.PNG

4.86 KB
Loading

0 commit comments

Comments
 (0)