Convention for API: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
(Created page with " {| | valign="top" | /context/path/ ├─ api/ │ ├─ auth/ [OAUTH2 ] │ ├─ docs/ [MANUAL ] │ ├─ ghql/ [GraphQL ] │ ├─ rest...")
 
No edit summary
Line 4: Line 4:
  /context/path/
  /context/path/
   ├─ api/
   ├─ api/
   │  ├─ auth/    [OAUTH2 ]
   │  ├─ auth/    [OAuth2 ]
   │  ├─ docs/    [MANUAL  ]
   │  ├─ docs/    [MANUAL  ]
   │  ├─ ghql/    [GraphQL ]
   │  ├─ ghql/    [GraphQL ]

Revision as of 22:36, 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
 │
 │