From de13d47f588114d502c0eeb1f8ee188772a7d4d8 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 22 Aug 2025 10:56:18 +0200 Subject: [PATCH] Add godap --- modules/Godap.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Godap.php diff --git a/modules/Godap.php b/modules/Godap.php new file mode 100644 index 0000000..68e7f90 --- /dev/null +++ b/modules/Godap.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/Macmod/godap/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>