Convention for API
/context/path/ ├─ api/main/ │ ├─ auth/ [OAuth2 ] │ ├─ docs/ [MANUAL ] │ ├─ ghql/ [GraphQL ] │ ├─ rest/ [REST API] │ └─ soap/ [SOAP API] │ |
│ ├─ api/peer/ │ ├─ ghql/ │ └─ rest/ │ ├─ facbook/ │ ├─ google/map/ │ └─ yahoo/weather/ │ |
│ │ ├─ static/ │ ├─ *.js │ ├─ **/*.css │ └─ **/*.png │ │ |
│ │ ├─ strict/ │ ├─ *.js │ ├─ **/*.css │ └─ **/*.png │ │ |