From 57f969391798bf5196b656859874ece8ee3c3eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Mon, 6 Jul 2020 09:30:16 +0200 Subject: [PATCH] ORG:BFX Updated API Link for R --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a8320b..d7c5710 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ library(httr) library(jsonlite) # Post to API -response <- httr::GET(url = "https://api.statworx.com/covid", encode = "json") +response <- httr::GET(url = "https://api.statworx.com/covid/de", encode = "json") # Convert to data frame content <- rawToChar(response$content) @@ -119,4 +119,4 @@ The API is built using Python 3 and deployed using [Google Cloud Run](https://cl ## Credits -If you have any questions or remarks, do not hesitate to open an issue or to contact us. Also, if you use our API in your website or product, it would be great, if you could add a link to our website: https://www.statworx.com. Thank you and stay healthy! \ No newline at end of file +If you have any questions or remarks, do not hesitate to open an issue or to contact us. Also, if you use our API in your website or product, it would be great, if you could add a link to our website: https://www.statworx.com. Thank you and stay healthy!