From 8e1386bfa6b10a8a97fef530cc7b55a3a84d8c8d Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Thu, 4 Mar 2021 17:04:58 +0100 Subject: [PATCH] Add RStudio --- modules/RStudio.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/RStudio.php diff --git a/modules/RStudio.php b/modules/RStudio.php new file mode 100644 index 0000000..707a89d --- /dev/null +++ b/modules/RStudio.php @@ -0,0 +1,15 @@ +patch->setBranch('Desktop'); + } + function check() : bool { + if ($this->fetch_json('https://api.github.com/repos/rstudio/rstudio/tags')) + return $this->parse_json('name'); + return false; + } +} + +?>