-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f523a8e
commit 43fe738
Showing
1 changed file
with
29 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,61 +60,32 @@ Explain the authentication method required for accessing your API. | |
Provide an example of the payload or input data for testing your API. | ||
|
||
|
||
<div align="center"> | ||
<table> | ||
<tr> | ||
<th>Method</th> | ||
<th>Path</th> | ||
</tr> | ||
<tr> | ||
<td colspan="10%"> | ||
<img src=".github/assets/POST.png" alt="POST" width="100"/> | ||
</td > <td colspan="90%">/api/Expense/</td> | ||
|
||
</tr> | ||
</table> | ||
</div> | ||
|
||
<table> | ||
<tr> | ||
<th>Response</th> | ||
<th>Request</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<pre> | ||
{ | ||
"id": 1, | ||
"username": "joe", | ||
"email": "[email protected]", | ||
"order_id": "3544fc0" | ||
} | ||
</pre> | ||
</td> | ||
<td> | ||
|
||
```json | ||
{ | ||
"id": 5, | ||
"username": "mary", | ||
"email": "[email protected]", | ||
"order_id": "f7177da" | ||
} | ||
``` | ||
|
||
</td> | ||
</tr> | ||
</table> | ||
<div align="center"> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th width="200px">Method</th> | ||
<th width="800px">Path </th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr width="600px"> | ||
<td> | ||
<img src=".github/assets/POST.png" alt="POST" width="100px"/> | ||
</td> | ||
<td >/api/Expense/</td> | ||
</tr> | ||
</table> | ||
</div> | ||
|
||
|
||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th width="500px">Request Example</th> | ||
<th width="500px">Response Example</th> | ||
</tr> | ||
</thead> | ||
|
||
<tbody> | ||
<tr width="600px"> | ||
<td> | ||
|
@@ -143,23 +114,17 @@ Provide an example of the payload or input data for testing your API. | |
</tr> | ||
|
||
</tbody> | ||
<tfoot> | ||
<tr> | ||
<th width="500px">Request Example</th> | ||
<th width="500px">Response Example</th> | ||
</tr> | ||
</tfoot> | ||
</table> | ||
|
||
|
||
<div align="center"> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th width="200px">Method</th> | ||
<th width="800px">Path </th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr width="600px"> | ||
<td> | ||
<img src=".github/assets/POST.png" alt="POST" width="100px"/> | ||
</td> | ||
<td >/api/Expense/</td> | ||
</tr> | ||
</table> | ||
</div> | ||
|
||
|
||
|
||
|
||
|