Skip to content

Commit c0a18c7

Browse files
ReadMe updated for Repo road map and sample api requests formatting
1 parent d2433f6 commit c0a18c7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ Optionally generate client SDK with NSwag.
9393

9494
## 📬 Sample API Requests
9595
Create Application
96+
97+
```bash
98+
9699
http POST /api/Applications
97100
Content-Type: application/json
98101
@@ -114,6 +117,8 @@ Content-Type: application/json
114117
"requestId": "req-456"
115118
}
116119
120+
```
121+
117122
---
118123

119124
## 🤝 Contributing
@@ -125,11 +130,15 @@ Main branch will always contain the latest stable version.
125130

126131
## 📂 Repository Roadmap
127132

133+
```bash
134+
128135
phase-1-core-api → Completed Phase 1.
129136
phase-2-logging → Planned logging integration.
130137
phase-3-swagger → Planned API documentation.
131138
main → Always up to date with the latest stable phase.
132139
140+
```
141+
133142
---
134143

135144
## 📜 License

0 commit comments

Comments
 (0)