My REST API notes
Jump to navigation
Jump to search
To my computing notes
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 |