Simple API design for WebGroup.
Store has categories and products beloned to. Each product may has several tags.
All api calls returns data as JSON or XML. You must set Accept
header to determine response format, eg Accept: application/json
.
If unsupported format given, server returns 406 Not acceptable
.