A shopping API contains a method to look up store details by department.
To get information for a particular store, web clients will submit requests with a query parameter named department and a URI parameter named storeId.
What is a valid RAML snippet that supports requests from web clients to get data for a specific storeId and department name?
ExamDev
10 months ago