Convention for API: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 38: Line 38:
* [[Convention for Database Tables]]
* [[Convention for Database Tables]]
* [[Convention for Port]]
* [[Convention for Port]]
* [[Convention for API]]

Revision as of 22:43, 14 May 2020

/context/path/
 ├─ api/
 │  ├─ auth/     [OAuth2  ]
 │  ├─ docs/     [MANUAL  ]
 │  ├─ ghql/     [GraphQL ]
 │  ├─ rest/     [REST API]
 │  └─ soap/     [SOAP API]
 │
 │
 │
 ├─ static/
 │  ├─ *.js
 │  ├─ **/*.css
 │  └─ **/*.png
 │
 │
 │
 │
 ├─ strict/
 │  ├─ *.js
 │  ├─ **/*.css
 │  └─ **/*.png
 │
 │

References