Closed alasali1 closed 2 years ago
Hi @alasali1, I was able to follow the steps under the Testing header and view the response! I also saw your note about an error showing in Postman. I suspected that the URL for the API might not be quite correct, so I tried
https://3yn7xid8xj.execute-api.us-west-2.amazonaws.com/test/feedback
and it worked :)
Wow Thank you Kristin. It was such a careless mistake I made lol.
Closes #43
Description
As a user, I want to post feedback messages through the API
Gallery
Testing in AWS
Tested
Testing
Prerequisites
Testing in Postman
https://3yn7xid8xj.execute-api.us-west-2.amazonaws.com/test/feedback
as the request URL.{ "feedback": "YOUR_SENTENCES_HERE" }
Testing in AWS
Known Issues
feedback must be in format
{ "feedback": "YOUR_SENTENCES_HERE" }
Sentences without ending punctuation of either a period (.), exclamation point (!), or question mark (?), are not considered full sentences and are unable to be analyzed.