small changes in readme
authorSebastian Steiner <e1029038@student.tuwien.ac.at>
Fri, 18 Jan 2019 14:47:13 +0000 (15:47 +0100)
committerSebastian Steiner <e1029038@student.tuwien.ac.at>
Fri, 18 Jan 2019 14:47:13 +0000 (15:47 +0100)
service-analysis/README.md

index 717af398e3272c6e9d9c2bb5d5e9ef6781c0595d..1572bebc71d14eabadb6cc36173d7a8a1f5f005c 100644 (file)
@@ -50,8 +50,4 @@ The api key can be set in the file indico_api_key.txt. The current key does work
 - `python3.7 sentiment_analysis.py`
 - positive sentiment test example: `curl -v -H 'content-type: application/json' -X POST http://localhost:8081 -d '[{"text":"happy birthday, i love you"}]'`
 - negative sentiment test example: `curl -v -H 'content-type: application/json' -X POST http://localhost:8081 -d '[{"text":"i hate you, please die"}]'`
-  
-## health check
-Under http://localhost:8081/health the service returns HTTP Status 200 if it is running OK.
-### commands
-curl -v -X GET http://localhost:8081/health
+- health check test example: `curl -v -X GET http://localhost:8081/health`