diff --git a/.extra/docs/api-structure.png b/.extra/docs/api-structure.png deleted file mode 100644 index 82eb707..0000000 Binary files a/.extra/docs/api-structure.png and /dev/null differ diff --git a/.extra/docs/request-flow.svg b/.extra/docs/request-flow.svg new file mode 100644 index 0000000..32b4998 --- /dev/null +++ b/.extra/docs/request-flow.svg @@ -0,0 +1,4 @@ + + + +
Request
(Router)
API Key
Middleware
Controller
Public API
Handler
Authentication
Middleware
(Controller)
Private API
Handler
(Controller)
Authorization
Middleware
(Controller)
Protected API
Handler
(Controller)
Response
\ No newline at end of file diff --git a/README.md b/README.md index e54c32d..7913b4a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Sample API 4. **.vscode**: editor config and debug launch settings ## API Design -![Request-Response-Design](.extra/docs/api-structure.png) +![Request-Response-Design](.extra/docs/request-flow.svg) ### API DOC [![API Documentation](https://img.shields.io/badge/API%20Documentation-View%20Here-blue?style=for-the-badge)](https://documenter.getpostman.com/view/1552895/2sA3XWdefu)