Closed oliviadargel closed 3 years ago
First dummy simulated with Postman:
Postman POST: localhost:8080/backend/create
Postman Body/raw/JSON:
{
"what": "waaas?",
"where": "woooo?",
"spec": "nix"
}
Result: all three parameters are received in the backend method FrontendController.receiveNlpAnswer( )
and can be printed.
changed to:
First dummy simulated with Postman:
Postman POST: localhost:8080/backend/nlp_answer
Postman Body/raw/JSON:
{
"what": "waaas?",
"where": "woooo?",
"spec": "nix"
}
Result: all three parameters are received in the backend method FrontendController.receiveNlpAnswer( )
and can be printed.
User story
Acceptance criteria
Definition of done