Convention for API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
| valign="top" | | | valign="top" | | ||
/context/path/ | /context/path/ | ||
├─ api/ | ├─ api/main/ | ||
│ ├─ auth/ [OAuth2 ] | │ ├─ auth/ [OAuth2 ] | ||
│ ├─ docs/ [MANUAL ] | │ ├─ docs/ [MANUAL ] | ||
Line 9: | Line 9: | ||
│ ├─ rest/ [REST API] | │ ├─ rest/ [REST API] | ||
│ └─ soap/ [SOAP API] | │ └─ soap/ [SOAP API] | ||
│ | |||
| valign="top" | | |||
│ | |||
├─ api/peer/ | |||
│ ├─ ghql/ | |||
│ └─ rest/ | |||
│ ├─ facbook/ | |||
│ ├─ google/map/ | |||
│ └─ yahoo/weather/ | |||
│ | │ | ||
Revision as of 00:09, 21 May 2020
/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 │ │ |