As an authenticated and authorised Nutrition Information API client, I want to GET the nutritional information of a food item, so I can view the nutritional information for that food item.
Acceptance Criteria
Given a request, when the request is valid and the API contains the nutrional information of the requested food item, a HTTP 200 OK response message with the nutritional information of the given food item is returned.
Given a request, when the request is invalid, a HTTP 400 Bad Request response is returned.
Given a request, when the request is valid but the API does not contain the nutrional information of the requested food item, a HTTP 404 Not Found response is returned.
As an authenticated and authorised Nutrition Information API client, I want to GET the nutritional information of a food item, so I can view the nutritional information for that food item.
Acceptance Criteria
Test Plan
Development Plan
Documentation Plan
Definition of Ready