Convention for API

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

References