Convention for API

From Chorke Wiki
Revision as of 22:31, 14 May 2020 by Shahed (talk | contribs) (Created page with " {| | valign="top" | /context/path/ ├─ api/ │ ├─ auth/ [OAUTH2 ] │ ├─ docs/ [MANUAL ] │ ├─ ghql/ [GraphQL ] │ ├─ rest...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
 │
 │