My REST API notes: Difference between revisions
Jump to navigation
Jump to search
initial creation |
(No difference)
|
Revision as of 10:39, 23 September 2020
API endpoint URL format
https://domain/product/version/resource/{id}
| Header text | Header text |
|---|---|
| base URL | https://domain |
| grouping name (optional) | /product |
| version of API | /version |
| REST resource | /resource |
| resource ID | /{id} |
| root URL | https://domain/product/version |